mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[README.md] Document channel meta fields for output template
This commit is contained in:
parent
cd5a74a28e
commit
60ce0c67fd
1 changed files with 2 additions and 0 deletions
|
@ -511,6 +511,8 @@ # OUTPUT TEMPLATE
|
|||
- `timestamp` (numeric): UNIX timestamp of the moment the video became available
|
||||
- `upload_date` (string): Video upload date (YYYYMMDD)
|
||||
- `uploader_id` (string): Nickname or id of the video uploader
|
||||
- `channel` (string): Full name of the channel the video is uploaded on
|
||||
- `channel_id` (string): Id of the channel
|
||||
- `location` (string): Physical location where the video was filmed
|
||||
- `duration` (numeric): Length of the video in seconds
|
||||
- `view_count` (numeric): How many users have watched the video on the platform
|
||||
|
|
Loading…
Reference in a new issue