yt-dlp/yt_dlp/postprocessor
pukkandan 84601bb72b
Ability to set a specific field in the file's metadata
Eg: `--parse-metadata "description:(?s)(?P<meta_comment>.+)"`
sets the "comment" field using `description`
2021-04-03 14:07:28 +05:30
..
__init__.py
common.py
embedthumbnail.py More consistent warning messages (#173) 2021-03-20 09:34:52 +05:30
execafterdownload.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
ffmpeg.py Ability to set a specific field in the file's metadata 2021-04-03 14:07:28 +05:30
metadatafromfield.py Ability to set a specific field in the file's metadata 2021-04-03 14:07:28 +05:30
movefilesafterdownload.py
sponskrub.py More consistent warning messages (#173) 2021-03-20 09:34:52 +05:30
xattrpp.py