1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-08-27 11:44:02 +00:00

Merge 9a83969c95ad5852d54afbe1df06ea80700f8b33 into a2534f7b888416e872d5afd1862eb3e30fc69fc7

This commit is contained in:
telephono 2023-06-17 02:35:16 -03:00 committed by GitHub
commit 4039a23828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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