[downloader/fragment] Do not sleep between fragments

Closes #6599
This commit is contained in:
pukkandan 2023-06-21 02:43:10 +05:30
parent ebe1b4e34f
commit 424f3bf033
No known key found for this signature in database
GPG Key ID: 7EEE9E1E817D0A39
1 changed files with 3 additions and 0 deletions

View File

@ -173,6 +173,9 @@ class FragmentFD(FileDownloader):
**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'