This commit is contained in:
telephono 2020-09-30 07:01:18 +02:00 committed by GitHub
commit 72c4daebc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -195,6 +195,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