aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/downloader/ism.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2022-10-18 18:33:00 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2022-10-18 19:20:51 +0530
commit814bba3933ca36a79c68ac737b805cf25c407521 (patch)
treeb6f9147585a694f317e5b48574fb542a860699fd /yt_dlp/downloader/ism.py
parent2576d53a312efee864af023ea819c6608558bd1b (diff)
downloadhypervideo-pre-814bba3933ca36a79c68ac737b805cf25c407521.tar.lz
hypervideo-pre-814bba3933ca36a79c68ac737b805cf25c407521.tar.xz
hypervideo-pre-814bba3933ca36a79c68ac737b805cf25c407521.zip
[downloader/fragment] HLS download can continue without first fragment
Closes #5274
Diffstat (limited to 'yt_dlp/downloader/ism.py')
-rw-r--r--yt_dlp/downloader/ism.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/yt_dlp/downloader/ism.py b/yt_dlp/downloader/ism.py
index c961dc62e..a157a8ad9 100644
--- a/yt_dlp/downloader/ism.py
+++ b/yt_dlp/downloader/ism.py
@@ -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)