1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2026-01-30 18:51:51 +00:00

Add new option --progress-delta (#9082)

Authored by: Grub4K
This commit is contained in:
Simon Sawicki
2024-04-08 22:47:38 +02:00
committed by GitHub
parent 79a451e576
commit 9590cc6b47
5 changed files with 18 additions and 1 deletions

View File

@@ -758,6 +758,7 @@ If you fork the project on GitHub, you can run your fork's [build workflow](.git
accessible under "progress" key. E.g.
--console-title --progress-template
"download-title:%(info.id)s-%(progress.eta)s"
--progress-delta SECONDS Time between progress output (default: 0)
-v, --verbose Print various debugging information
--dump-pages Print downloaded pages encoded using base64
to debug problems (very verbose)