diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2024-07-01 11:48:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-01 16:48:11 +0000 |
commit | 55e3e6fd21e741ec5ae3d8624de5e5ea345810eb (patch) | |
tree | 995cab07b7a8dbcb699c1efa57bd4c889e8e889e /README.md | |
parent | 36e8dd832579b5375a0f6626af4268b86b4eb21a (diff) |
Add `playlist_channel` and `playlist_channel_id` fields (#10266)
Authored by: bashonly
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1288,6 +1288,8 @@ The available fields are: - `playlist_autonumber` (numeric): Position of the video in the playlist download queue padded with leading zeros according to the total length of the playlist - `playlist_uploader` (string): Full name of the playlist uploader - `playlist_uploader_id` (string): Nickname or id of the playlist uploader + - `playlist_channel` (string): Display name of the channel that uploaded the playlist + - `playlist_channel_id` (string): Identifier of the channel that uploaded the playlist - `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 |