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
2021-10-09 00:41:59 +05:30
..
__init__.py fix bug in 6251555f1c 2021-08-24 06:23:21 +05:30
common.py Improved progress reporting (See desc) (#1125) 2021-10-09 00:41:59 +05:30
dash.py [cleanup] Fix linter in 96fccc101f 2021-08-01 12:52:09 +05:30
external.py [docs,cleanup] Add deprecation warning in docs 2021-09-22 05:50:11 +05:30
f4m.py [downloader] Pass info_dict to progress_hooks 2021-07-22 04:30:11 +05:30
fragment.py Improved progress reporting (See desc) (#1125) 2021-10-09 00:41:59 +05:30
hls.py [docs,build] Change all pycryptodome references to pycryptodomex 2021-10-06 06:45:45 +05:30
http.py Basic framework for simultaneous download of multiple formats (#1036) 2021-09-22 19:42:04 +05:30
ism.py [downloader] Pass info_dict to progress_hooks 2021-07-22 04:30:11 +05:30
mhtml.py [downloader] Pass info_dict to progress_hooks 2021-07-22 04:30:11 +05:30
niconico.py [downloader/niconico] Pass custom headers (#1063) 2021-09-23 14:36:48 +05:30
rtmp.py [downloader] Pass info_dict to progress_hooks 2021-07-22 04:30:11 +05:30
rtsp.py [downloader] Pass info_dict to progress_hooks 2021-07-22 04:30:11 +05:30
websocket.py [websockets] Add WebSocketFragmentFD (#399) 2021-06-21 22:56:36 +05:30
youtube_live_chat.py [youtube] Cleanup authentication code (#786) 2021-09-24 06:22:17 +05:30