]> jfr.im git - yt-dlp.git/blobdiff - README.md
Improved progress reporting (See desc) (#1125)
[yt-dlp.git] / README.md
index 3c73d3aac15127f06671eac798a336545190357e..1723865535ecc65746d86d46b26149d211352655 100644 (file)
--- a/README.md
+++ b/README.md
@@ -604,7 +604,18 @@ ## Verbosity and Simulation Options:
                                      (Alias: --force-download-archive)
     --newline                        Output progress bar as new lines
     --no-progress                    Do not print progress bar
+    --progress                       Show progress bar, even if in quiet mode
     --console-title                  Display progress in console titlebar
+    --progress-template [TYPES:]TEMPLATE
+                                     Template for progress outputs, optionally
+                                     prefixed with one of "download:" (default),
+                                     "download-title:" (the console title),
+                                     "postprocess:",  or "postprocess-title:".
+                                     The video's fields are accessible under the
+                                     "info" key and the progress attributes are
+                                     accessible under "progress" key. Eg:
+                                     --console-title --progress-template
+                                     "download-title:%(info.id)s-%(progress.eta)s"
     -v, --verbose                    Print various debugging information
     --dump-pages                     Print downloaded pages encoded using base64
                                      to debug problems (very verbose)