]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/downloader/common.py
[cleanup] Misc cleanup
[yt-dlp.git] / yt_dlp / downloader / common.py
index d0c9c223f69193c984b3531457c669e98ee8144b..9f6577a12536e526d51e4b79e949c26d51338011 100644 (file)
@@ -397,6 +397,7 @@ def download(self, filename, info_dict, subtitle=False):
                     'status': 'finished',
                     'total_bytes': os.path.getsize(encodeFilename(filename)),
                 }, info_dict)
+                self._finish_multiline_status()
                 return True, False
 
         if subtitle is False: