From: pukkandan Date: Mon, 26 Jun 2023 10:43:31 +0000 (+0530) Subject: [downloader/aria2c] Add `--no-conf` X-Git-Tag: 2023.07.06~27 X-Git-Url: https://jfr.im/git/yt-dlp.git/commitdiff_plain/8a8af356e3bba98a7f7d333aff0777d5d92130c8 [downloader/aria2c] Add `--no-conf` Closes #7404 --- diff --git a/yt_dlp/downloader/external.py b/yt_dlp/downloader/external.py index 007689a8c..f637a100b 100644 --- a/yt_dlp/downloader/external.py +++ b/yt_dlp/downloader/external.py @@ -271,7 +271,7 @@ def _call_downloader(self, tmpfilename, info_dict): 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: