mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 14:24:03 -07:00
Merge 9a83969c95
into a2534f7b88
This commit is contained in:
commit
4039a23828
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ class Aria2cFD(ExternalFD):
|
|||
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 += self._valueless_option('--quiet', 'noprogress')
|
||||
cmd += ['--', info_dict['url']]
|
||||
return cmd
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue