]> jfr.im git - yt-dlp.git/commitdiff
[downloader/aria2c] Add `--no-conf`
authorpukkandan <redacted>
Mon, 26 Jun 2023 10:43:31 +0000 (16:13 +0530)
committerpukkandan <redacted>
Mon, 26 Jun 2023 10:43:31 +0000 (16:13 +0530)
Closes #7404

yt_dlp/downloader/external.py

index 007689a8c90eadc6ab3eb277601512987c5d52cf..f637a100bfa67b54ce0511b7c60b9b32e7e5f1ba 100644 (file)
@@ -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: