[YoutubeDL] Add support for playlist_uploader and playlist_uploader_id in output template (closes #11427, #15018)

This commit is contained in:
Sergey M․ 2017-12-19 03:53:44 +07:00
parent 07aeced68e
commit 3961c6cb9d
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
2 changed files with 4 additions and 0 deletions

View file

@ -539,6 +539,8 @@ The basic usage is not to set any template arguments when downloading a single f
- `playlist_index` (numeric): Index of the video in the playlist padded with leading zeros according to the total length of the playlist
- `playlist_id` (string): Playlist identifier
- `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
Available for the video that belongs to some logical chapter or section: