aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/postprocessor/metadatafromfield.py
Commit message (Collapse)AuthorAgeFilesLines
* 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