1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-06-29 00:52:21 +02:00

[docs] Clarify playlist field

Authored by: bashonly
This commit is contained in:
bashonly 2024-06-25 12:36:06 -05:00
parent 0961f9733c
commit bb1be245ef
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -1282,7 +1282,7 @@ # OUTPUT TEMPLATE
- `n_entries` (numeric): Total number of extracted items in the playlist
- `playlist_id` (string): Identifier of the playlist that contains the video
- `playlist_title` (string): Name of the playlist that contains the video
- `playlist` (string): `playlist_id` or `playlist_title`
- `playlist` (string): `playlist_title` if available or else `playlist_id`
- `playlist_count` (numeric): Total number of items in the playlist. May not be known if entire playlist is not extracted
- `playlist_index` (numeric): Index of the video in the playlist padded with leading zeros according the final index
- `playlist_autonumber` (numeric): Position of the video in the playlist download queue padded with leading zeros according to the total length of the playlist