Skip to content

Commit

Permalink
[downloader/external] Respect mtime option for aria2c (#22242)
Browse files Browse the repository at this point in the history
  • Loading branch information
telephono authored and meunierd committed Feb 13, 2020
1 parent 91e14f0 commit a02c252
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions youtube_dl/downloader/external.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ def _make_cmd(self, tmpfilename, info_dict):
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

Expand Down

0 comments on commit a02c252

Please sign in to comment.