]> jfr.im git - yt-dlp.git/commitdiff
[postprocessor] Print newline for `--progress-template`
authorpukkandan <redacted>
Wed, 14 Jun 2023 13:39:53 +0000 (19:09 +0530)
committerpukkandan <redacted>
Fri, 16 Jun 2023 20:13:09 +0000 (01:43 +0530)
Closes #7193

yt_dlp/postprocessor/common.py

index 537792b07f29ac8362cd27e083f343d0c7641432..08b0fe1ff9bc7752c7fe8afa7506777a6aa16f67 100644 (file)
@@ -187,7 +187,7 @@ def report_progress(self, s):
         tmpl = progress_template.get('postprocess')
         if tmpl:
             self._downloader.to_screen(
-                self._downloader.evaluate_outtmpl(tmpl, progress_dict), skip_eol=True, quiet=False)
+                self._downloader.evaluate_outtmpl(tmpl, progress_dict), quiet=False)
 
         self._downloader.to_console_title(self._downloader.evaluate_outtmpl(
             progress_template.get('postprocess-title') or 'yt-dlp %(progress._default_template)s',