]> jfr.im git - yt-dlp.git/commitdiff
[downloader/fragment] Do not sleep between fragments
authorpukkandan <redacted>
Tue, 20 Jun 2023 21:13:10 +0000 (02:43 +0530)
committerpukkandan <redacted>
Wed, 21 Jun 2023 00:40:39 +0000 (06:10 +0530)
Closes #6599

yt_dlp/downloader/fragment.py

index 53b4b604e7bf0a3e959712a852918cd3dd9c3190..458167216cd6c5bc02c4d345f48393a619f2de13 100644 (file)
@@ -173,6 +173,9 @@ def _prepare_frag_download(self, ctx):
             **self.params,
             'noprogress': True,
             'test': False,
+            'sleep_interval': 0,
+            'max_sleep_interval': 0,
+            'sleep_interval_subtitles': 0,
         })
         tmpfilename = self.temp_name(ctx['filename'])
         open_mode = 'wb'