aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/postprocessor/metadataparser.py
Commit message (Collapse)AuthorAgeFilesLines
* [cleanup] Miscpukkandan2023-02-171-1/+3
| | | | Closes #5897
* [metadataparser] Don't set `None` when the field didn't matchpukkandan2022-07-311-3/+3
| | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/31118#issuecomment-1198254512
* bugfix for a44ca5a470e09b5170fc9c3a46733f050fadbfae, ↵pukkandan2022-04-191-3/+3
| | | | | | 19a0394044bfad36cd665450271b8eb048a41c02, 77f9033095cd8e1092a80db67f2b577cf13f95a8 Closes #3472
* [cleanup] Misc cleanup and refactor (#2173)pukkandan2022-04-181-12/+10
|
* [MetadataParser] Validate outtmpl earlypukkandan2022-03-111-2/+6
|
* [docs,cleanup] Fix linter and misc cleanuppukkandan2022-01-241-2/+2
| | | | Closes #2419
* [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