1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-03 23:43:21 -04:00

Add field original_url with the user-inputted URL

So that they can be processed by `--parse-metadata` for example

`webpage_url` is the same, but may be modified by the extractor
This commit is contained in:
pukkandan
2021-06-08 00:20:06 +05:30
parent ecb5419149
commit bd99f6e648
2 changed files with 4 additions and 1 deletions

View File

@@ -968,6 +968,8 @@ The available fields are:
- `playlist_title` (string): Playlist title
- `playlist_uploader` (string): Full name of the playlist uploader
- `playlist_uploader_id` (string): Nickname or id of the playlist uploader
- `webpage_url` (string): A URL to the video webpage which if given to yt-dlp should allow to get the same result again
- `original_url` (string): The URL given by the user (or same as `webpage_url` for playlist entries)
Available for the video that belongs to some logical chapter or section: