aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/postprocessor/metadatafromfield.py
Commit message (Collapse)AuthorAgeFilesLines
* [metadatafromfield] Do not detect numbers as field namespukkandan2021-07-121-2/+2
| | | | Related: https://github.com/yt-dlp/yt-dlp/issues/486#issuecomment-877820394
* Fix and refactor `prepare_outtmpl`pukkandan2021-06-061-3/+3
| | | | | | | | | | The following tests would have failed previously: %(id)d %(id)r %(ext)s-%(ext|def)d %(width|)d %(id)r %(height)r %(formats.0)r %s
* [MetadataFromField] Improve regex and add testspukkandan2021-04-211-4/+5
|
* Ability to set a specific field in the file's metadatapukkandan2021-04-031-1/+1
| | | | | Eg: `--parse-metadata "description:(?s)(?P<meta_comment>.+)"` sets the "comment" field using `description`
* Release 2021.03.24pukkandan2021-03-251-1/+0
|
* Parse metadata from multiple fieldspukkandan2021-03-251-18/+21
| | | | Closes #196
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+71
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan