aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/postprocessor/metadataparser.py
AgeCommit message (Collapse)Author
2022-07-31[metadataparser] Don't set `None` when the field didn't matchpukkandan
Fixes: https://github.com/ytdl-org/youtube-dl/issues/31118#issuecomment-1198254512
2022-04-19bugfix for a44ca5a470e09b5170fc9c3a46733f050fadbfae, ↵pukkandan
19a0394044bfad36cd665450271b8eb048a41c02, 77f9033095cd8e1092a80db67f2b577cf13f95a8 Closes #3472
2022-04-18[cleanup] Misc cleanup and refactor (#2173)pukkandan
2022-03-11[MetadataParser] Validate outtmpl earlypukkandan
2022-01-24[docs,cleanup] Fix linter and misc cleanuppukkandan
Closes #2419
2021-12-23[cleanup] Misc cleanuppukkandan
Closes #1942 #1976 #2020 #2058 #1984
2021-12-01[cleanup Fix some typospukkandan
* `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
2021-11-29[cleanup] Add deprecation warningspukkandan
2021-11-29[cleanup] Misc cleanuppukkandan
Closes #1805, closes #1800
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-08-11minor bugfixespukkandan
bugs due to be2fc5b212338d89d9c139cb463f785e797d1ad3, e9f4ccd19eb92621970b518fb5984b8aef52bdc8
2021-08-10Add option `--replace-in-metadata`pukkandan