]> jfr.im git - yt-dlp.git/commit - README.md
Improved progress reporting (See desc) (#1125)
authorpukkandan <redacted>
Fri, 8 Oct 2021 19:11:59 +0000 (00:41 +0530)
committerGitHub <redacted>
Fri, 8 Oct 2021 19:11:59 +0000 (00:41 +0530)
commit819e05319baff2d896df026f1ef905e1f21be942
treefb3ee4df64edf3729e3cab258d4c276588e41d42
parentfee3f44f5f58274c637499f077aa0312e650f493
Improved progress reporting (See desc) (#1125)

* Separate `--console-title` and `--no-progress`
* Add option `--progress` to show progress-bar even in quiet mode
* Fix and refactor `minicurses`
* Use `minicurses` for all progress reporting
* Standardize use of terminal sequences and enable color support for windows 10
* Add option `--progress-template` to customize progress-bar and console-title
* Add postprocessor hooks and progress reporting

Closes: #906, #901, #1085, #1170
14 files changed:
README.md
test/test_YoutubeDL.py
yt_dlp/YoutubeDL.py
yt_dlp/__init__.py
yt_dlp/compat.py
yt_dlp/downloader/common.py
yt_dlp/downloader/fragment.py
yt_dlp/extractor/common.py
yt_dlp/minicurses.py
yt_dlp/options.py
yt_dlp/postprocessor/common.py
yt_dlp/postprocessor/metadataparser.py
yt_dlp/postprocessor/modify_chapters.py
yt_dlp/utils.py