mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-17 06:35:42 +07:00
[downloader/fragment] HLS download can continue without first fragment
Closes #5274
This commit is contained in:
@@ -186,5 +186,4 @@ def real_download(self, filename, info_dict):
|
||||
|
||||
ctx['dest_stream'].write(
|
||||
b'--%b--\r\n\r\n' % frag_boundary.encode('us-ascii'))
|
||||
self._finish_frag_download(ctx, info_dict)
|
||||
return True
|
||||
return self._finish_frag_download(ctx, info_dict)
|
||||
|
||||
Reference in New Issue
Block a user