]> jfr.im git - yt-dlp.git/commit
Add option `--parse-metadata`
authorpukkandan <redacted>
Tue, 26 Jan 2021 10:20:20 +0000 (15:50 +0530)
committerpukkandan <redacted>
Tue, 26 Jan 2021 10:44:31 +0000 (16:14 +0530)
commit5bfa48620542d9ee34958d7c96aa45465b058fbd
tree60220c27fb40122909c00d43a59cd08c2edf661b
parent9882064024abdad7d37771459e9df11bcdec1115
Add option `--parse-metadata`

* The fields extracted by this can be used in `--output`
* Deprecated `--metadata-from-title`

:ci skip dl
README.md
test/test_postprocessors.py
youtube_dlc/YoutubeDL.py
youtube_dlc/__init__.py
youtube_dlc/options.py
youtube_dlc/postprocessor/__init__.py
youtube_dlc/postprocessor/metadatafromfield.py [new file with mode: 0644]
youtube_dlc/postprocessor/metadatafromtitle.py [deleted file]