1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-03 23:43:21 -04:00

[fragment] Return status of download correctly

This commit is contained in:
pukkandan
2021-06-24 17:54:05 +05:30
parent 412cce82b0
commit 8e897ed283
3 changed files with 5 additions and 10 deletions

View File

@@ -428,3 +428,4 @@ class FragmentFD(FileDownloader):
return False
self._finish_frag_download(ctx)
return True