diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-05-18 23:50:29 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-05-19 18:11:15 +0530 |
commit | 9c2b75b5616f058c3970e54c664e9543f86b9f0c (patch) | |
tree | af26f990f62474c138f0b57ffa173bd5049ce015 /README.md | |
parent | 856bb8f99d1a8e960b1b4024f847359f8a8054b3 (diff) | |
download | hypervideo-pre-9c2b75b5616f058c3970e54c664e9543f86b9f0c.tar.lz hypervideo-pre-9c2b75b5616f058c3970e54c664e9543f86b9f0c.tar.xz hypervideo-pre-9c2b75b5616f058c3970e54c664e9543f86b9f0c.zip |
Field `additional_urls` to download additional videos from metadata
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1279,7 +1279,9 @@ The metadata obtained the the extractors can be modified by using `--parse-metad Note that any field created by this can be used in the [output template](#output-template) and will also affect the media file's metadata added when using `--add-metadata`. -You can also use this to change only the metadata that is embedded in the media file. To do this, set the value of the corresponding field with a `meta_` prefix. For example, any value you set to `meta_description` field will be added to the `description` field in the file. You can use this to set a different "description" and "synopsis", for example. +This option also has a few special uses: +1. You can use this to change the metadata that is embedded in the media file. To do this, set the value of the corresponding field with a `meta_` prefix. For example, any value you set to `meta_description` field will be added to the `description` field in the file. You can use this to set a different "description" and "synopsis", for example +2. You can download an additional URL based on the metadata of the currently downloaded video. To do this, set the field `additional_urls` to the URL that you want to download. Eg: `--parse-metadata "description:(?P<additional_urls>https?://www\.vimeo\.com/\d+)` will download the first vimeo video found in the description ## Modifying metadata examples |