1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-31 14:45:14 +00:00

[downloader/fragment] HLS download can continue without first fragment

Closes #5274
This commit is contained in:
pukkandan
2022-10-18 18:33:00 +05:30
parent 2576d53a31
commit 814bba3933
6 changed files with 30 additions and 34 deletions

View File

@@ -424,6 +424,4 @@ class F4mFD(FragmentFD):
msg = 'Missed %d fragments' % (fragments_list[0][1] - (frag_i + 1))
self.report_warning(msg)
self._finish_frag_download(ctx, info_dict)
return True
return self._finish_frag_download(ctx, info_dict)