aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/minicurses.py
AgeCommit message (Collapse)Author
2022-08-14[docs] Consistent use of `e.g.` (#4643)Lesmiscore
Authored by: Lesmiscore
2022-04-28`--match-filter -` to interactively ask for each videopukkandan
2022-04-12[cleanup] Sort importspukkandan
Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .
2022-04-10[cookies] Report progress when importing cookiespukkandan
2021-12-20[dash,youtube] Download live from start to end (#888)The Hatsune Daishi
* Add option `--live-from-start` to enable downloading live videos from start * Add key `is_from_start` in formats to identify formats (of live videos) that downloads from start * [dash] Create protocol `http_dash_segments_generator` that allows a function to be passed instead of fragments * [fragment] Allow multiple live dash formats to download simultaneously * [youtube] Implement fragment re-fetching for the live dash formats * [youtube] Re-extract dash manifest every 5 hours (manifest expires in 6hrs) * [postprocessor/ffmpeg] Add `FFmpegFixupDuplicateMoovPP` to fixup duplicated moov atoms Known issue: Ctrl+C doesn't work on Windows when downloading multiple formats Closes #1521 Authored by: nao20010128nao, pukkandan
2021-11-29[downloader] Add colors to download progresspukkandan
2021-10-23[cleanup] Add keyword automatically to SearchIE descriptionspukkandan
and some minor cleanup of docs
2021-10-23[minicurses] Add more colorspukkandan
2021-10-10[minicurses] Fix when printing to filepukkandan
Closes #1215
2021-10-09[cleanup] Misc cleanuppukkandan
2021-10-09Improved progress reporting (See desc) (#1125)pukkandan
* 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-09-22Basic framework for simultaneous download of multiple formats (#1036)The Hatsune Daishi
Authored by: nao20010128nao