You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yt-dlp/yt_dlp/downloader
pukkandan 819e05319b
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
3 years ago
..
__init__.py fix bug in 6251555f1c 3 years ago
common.py Improved progress reporting (See desc) (#1125) 3 years ago
dash.py [cleanup] Fix linter in 96fccc101f 3 years ago
external.py [docs,cleanup] Add deprecation warning in docs 3 years ago
f4m.py [downloader] Pass `info_dict` to `progress_hook`s 3 years ago
fragment.py Improved progress reporting (See desc) (#1125) 3 years ago
hls.py [docs,build] Change all pycryptodome references to pycryptodomex 3 years ago
http.py Basic framework for simultaneous download of multiple formats (#1036) 3 years ago
ism.py [downloader] Pass `info_dict` to `progress_hook`s 3 years ago
mhtml.py [downloader] Pass `info_dict` to `progress_hook`s 3 years ago
niconico.py [downloader/niconico] Pass custom headers (#1063) 3 years ago
rtmp.py [downloader] Pass `info_dict` to `progress_hook`s 3 years ago
rtsp.py [downloader] Pass `info_dict` to `progress_hook`s 3 years ago
websocket.py [websockets] Add `WebSocketFragmentFD` (#399) 3 years ago
youtube_live_chat.py [youtube] Cleanup authentication code (#786) 3 years ago