]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/downloader/fragment.py
[cleanup] misc
[yt-dlp.git] / yt_dlp / downloader / fragment.py
index c345f3148b0f8184a4f555e0cecaaaf4372f1e92..a9d1471f8c8f364ed71cd6b01a8bc311edec0372 100644 (file)
@@ -370,7 +370,8 @@ def download_and_append_fragments_multiple(self, *args, pack_func=None, finish_f
         if max_progress == 1:
             return self.download_and_append_fragments(*args[0], pack_func=pack_func, finish_func=finish_func)
         max_workers = self.params.get('concurrent_fragment_downloads', max_progress)
-        self._prepare_multiline_status(max_progress)
+        if max_progress > 1:
+            self._prepare_multiline_status(max_progress)
 
         def thread_func(idx, ctx, fragments, info_dict, tpe):
             ctx['max_progress'] = max_progress