mirror of
https://github.com/yt-dlp/yt-dlp
synced 2024-12-25 21:59:04 +01:00
Honor continuedl with aria2c
--remove-control-file[=true|false] Remove control file before download. Using with --allow-overwrite=true, download always starts from scratch.
This commit is contained in:
parent
208ab98aa7
commit
087cb24bb2
1 changed files with 1 additions and 0 deletions
|
@ -315,6 +315,7 @@ class Aria2cFD(ExternalFD):
|
|||
cmd += self._bool_option('--check-certificate', 'nocheckcertificate', 'false', 'true', '=')
|
||||
cmd += self._bool_option('--remote-time', 'updatetime', 'true', 'false', '=')
|
||||
cmd += self._bool_option('--show-console-readout', 'noprogress', 'false', 'true', '=')
|
||||
cmd += self._bool_option('--remove-control-file', 'continuedl', 'false', 'true', '=')
|
||||
cmd += self._configuration_args()
|
||||
|
||||
if '__rpc' in info_dict:
|
||||
|
|
Loading…
Reference in a new issue