]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/downloader/fragment.py
Improved progress reporting (See desc) (#1125)
[yt-dlp.git] / yt_dlp / downloader / fragment.py
index 22134f3b6c6fdd522a7306f8c6cee45a4cf36404..6a490131b112ed69e2af35300f8c0fab097c0cce 100644 (file)
@@ -393,9 +393,7 @@ def __exit__(self, exc_type, exc_val, exc_tb):
                 result = result and job.result()
             finally:
                 tpe.shutdown(wait=True)
-
-        self._finish_multiline_status()
-        return True
+        return result
 
     def download_and_append_fragments(self, ctx, fragments, info_dict, *, pack_func=None, finish_func=None, tpe=None):
         fragment_retries = self.params.get('fragment_retries', 0)