mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-11-28 04:15:16 +00:00
@@ -173,6 +173,9 @@ class FragmentFD(FileDownloader):
|
|||||||
**self.params,
|
**self.params,
|
||||||
'noprogress': True,
|
'noprogress': True,
|
||||||
'test': False,
|
'test': False,
|
||||||
|
'sleep_interval': 0,
|
||||||
|
'max_sleep_interval': 0,
|
||||||
|
'sleep_interval_subtitles': 0,
|
||||||
})
|
})
|
||||||
tmpfilename = self.temp_name(ctx['filename'])
|
tmpfilename = self.temp_name(ctx['filename'])
|
||||||
open_mode = 'wb'
|
open_mode = 'wb'
|
||||||
|
|||||||
Reference in New Issue
Block a user