1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-06-29 12:41:20 +02:00
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 Split video by chapters (#158) 2021-03-15 04:32:13 +05:30
common.py Refactor (See desc) 2021-03-14 20:02:55 +05:30
embedthumbnail.py More consistent warning messages (#173) 2021-03-20 09:34:52 +05:30
execafterdownload.py
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 [movefiles] Fix bugs and make more robust 2021-03-18 20:54:53 +05:30
sponskrub.py More consistent warning messages (#173) 2021-03-20 09:34:52 +05:30
xattrpp.py