mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-30 14:10:46 +00:00
[downloader/fragment] HLS download can continue without first fragment
Closes #5274
This commit is contained in:
@@ -191,8 +191,7 @@ class YoutubeLiveChatFD(FragmentFD):
|
||||
if test:
|
||||
break
|
||||
|
||||
self._finish_frag_download(ctx, info_dict)
|
||||
return True
|
||||
return self._finish_frag_download(ctx, info_dict)
|
||||
|
||||
@staticmethod
|
||||
def parse_live_timestamp(action):
|
||||
|
||||
Reference in New Issue
Block a user