aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/downloader/fragment.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-06-24 17:54:05 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-06-24 22:04:23 +0530
commit8e897ed283be889dc293522eca6435f081d3a307 (patch)
tree9466f3549aa5ad6c3e7a8f437d73b49caf23c895 /yt_dlp/downloader/fragment.py
parent412cce82b06b3eb9788ac31b569d16316f79b03e (diff)
downloadhypervideo-pre-8e897ed283be889dc293522eca6435f081d3a307.tar.lz
hypervideo-pre-8e897ed283be889dc293522eca6435f081d3a307.tar.xz
hypervideo-pre-8e897ed283be889dc293522eca6435f081d3a307.zip
[fragment] Return status of download correctly
Diffstat (limited to 'yt_dlp/downloader/fragment.py')
-rw-r--r--yt_dlp/downloader/fragment.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/downloader/fragment.py b/yt_dlp/downloader/fragment.py
index a530484b5..c8d4d33aa 100644
--- a/yt_dlp/downloader/fragment.py
+++ b/yt_dlp/downloader/fragment.py
@@ -428,3 +428,4 @@ class FragmentFD(FileDownloader):
return False
self._finish_frag_download(ctx)
+ return True