aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/postprocessor/metadataparser.py
Commit message (Collapse)AuthorAgeFilesLines
* [cleanup] Misc cleanuppukkandan2021-12-231-1/+1
| | | | Closes #1942 #1976 #2020 #2058 #1984
* [cleanup Fix some typospukkandan2021-12-011-8/+5
| | | | | | | * `MetadataFromFieldPP` is not deprecated! * Wrong args to `MetadataFromFieldPP` * Some mistakes in change log * Type in build.yml causing release tag to be placed on wrong commit
* [cleanup] Add deprecation warningspukkandan2021-11-291-3/+11
|
* [cleanup] Misc cleanuppukkandan2021-11-291-2/+2
| | | | Closes #1805, closes #1800
* Improved progress reporting (See desc) (#1125)pukkandan2021-10-091-2/+1
| | | | | | | | | | | * 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
* minor bugfixespukkandan2021-08-111-4/+4
| | | | bugs due to be2fc5b212338d89d9c139cb463f785e797d1ad3, e9f4ccd19eb92621970b518fb5984b8aef52bdc8
* Add option `--replace-in-metadata`pukkandan2021-08-101-0/+117