mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-29 21:57:50 +00:00
[downloader/fragment] HLS download can continue without first fragment
Closes #5274
This commit is contained in:
@@ -280,5 +280,4 @@ class IsmFD(FragmentFD):
|
||||
return False
|
||||
self.report_skip_fragment(frag_index)
|
||||
|
||||
self._finish_frag_download(ctx, info_dict)
|
||||
return True
|
||||
return self._finish_frag_download(ctx, info_dict)
|
||||
|
||||
Reference in New Issue
Block a user