diff options
Diffstat (limited to 'youtube_dl')
| -rw-r--r-- | youtube_dl/downloader/external.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/youtube_dl/downloader/external.py b/youtube_dl/downloader/external.py index acdb27712..c31f8910a 100644 --- a/youtube_dl/downloader/external.py +++ b/youtube_dl/downloader/external.py @@ -194,6 +194,7 @@ class Aria2cFD(ExternalFD):          cmd += self._option('--interface', 'source_address')          cmd += self._option('--all-proxy', 'proxy')          cmd += self._bool_option('--check-certificate', 'nocheckcertificate', 'false', 'true', '=') +        cmd += self._bool_option('--remote-time', 'updatetime', 'true', 'false', '=')          cmd += ['--', info_dict['url']]          return cmd | 
