]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/downloader/external.py
[aria2c] Add `--http-accept-gzip=true`
[yt-dlp.git] / yt_dlp / downloader / external.py
index f4fdcf1204ab046ec228de59eb47e1556b193f86..03ae3a00e689e940a37544aa89bf7279420d4313 100644 (file)
@@ -253,7 +253,7 @@ def supports_manifest(manifest):
     def _make_cmd(self, tmpfilename, info_dict):
         cmd = [self.exe, '-c',
                '--console-log-level=warn', '--summary-interval=0', '--download-result=hide',
-               '--file-allocation=none', '-x16', '-j16', '-s16']
+               '--http-accept-gzip=true', '--file-allocation=none', '-x16', '-j16', '-s16']
         if 'fragments' in info_dict:
             cmd += ['--allow-overwrite=true', '--allow-piece-length-change=true']
         else: