mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-10 04:43:21 +08:00
Merge pull request #74 from ytdl-org/master
[pull] master from ytdl-org:master
This commit is contained in:
commit
31efa9db44
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user