]> jfr.im git - yt-dlp.git/commit
Ability to set a specific field in the file's metadata
authorpukkandan <redacted>
Sat, 3 Apr 2021 08:29:55 +0000 (13:59 +0530)
committerpukkandan <redacted>
Sat, 3 Apr 2021 08:37:28 +0000 (14:07 +0530)
commit84601bb72b1ade8867e4a79635823b89ac6754eb
tree59e2574419ac656d53bdf1df28ff204e400f417a
parent54df8fc5b25a0c9d159a23f5cf9f1eabce1e6294
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`
test/test_postprocessors.py
yt_dlp/postprocessor/ffmpeg.py
yt_dlp/postprocessor/metadatafromfield.py