[downloader/aria2c] Add `--no-conf`

Closes #7404
pull/7434/head
pukkandan 11 months ago
parent d949c10c45
commit 8a8af356e3
No known key found for this signature in database
GPG Key ID: 7EEE9E1E817D0A39

@ -271,7 +271,7 @@ class Aria2cFD(ExternalFD):
return super()._call_downloader(tmpfilename, info_dict)
def _make_cmd(self, tmpfilename, info_dict):
cmd = [self.exe, '-c',
cmd = [self.exe, '-c', '--no-conf',
'--console-log-level=warn', '--summary-interval=0', '--download-result=hide',
'--http-accept-gzip=true', '--file-allocation=none', '-x16', '-j16', '-s16']
if 'fragments' in info_dict:

Loading…
Cancel
Save