diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-10-18 07:43:21 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-12-15 04:51:52 +0530 |
commit | 0bb322b9c0aebb7e0a93a5de1dbede4acdd10ff5 (patch) | |
tree | 631c196dfcf5688ba23b46998553a1ea54c6a876 /README.md | |
parent | ff9f925b637451588fcad820b1676592caa0e61b (diff) | |
download | hypervideo-pre-0bb322b9c0aebb7e0a93a5de1dbede4acdd10ff5.tar.lz hypervideo-pre-0bb322b9c0aebb7e0a93a5de1dbede4acdd10ff5.tar.xz hypervideo-pre-0bb322b9c0aebb7e0a93a5de1dbede4acdd10ff5.zip |
Add field `webpage_url_domain`
Closes #1311
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1137,6 +1137,8 @@ The available fields are: - `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 + - `webpage_url_basename` (string): The basename of the webpage URL + - `webpage_url_domain` (string): The domain of the webpage URL - `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: |