1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-01-25 07:32:50 +08:00

fixed up readme

This commit is contained in:
Kade Robertson 2017-07-27 16:31:46 -04:00
parent ff907930fd
commit 9500e5e7a2

View File

@ -498,6 +498,22 @@ The basic usage is not to set any template arguments when downloading a single f
- `release_date` (string): The date (YYYYMMDD) when the video was released - `release_date` (string): The date (YYYYMMDD) when the video was released
- `timestamp` (numeric): UNIX timestamp of the moment the video became available - `timestamp` (numeric): UNIX timestamp of the moment the video became available
- `upload_date` (string): Video upload date (YYYYMMDD) - `upload_date` (string): Video upload date (YYYYMMDD)
- `upload_year` (string): Year the video was uploaded (YYYY).
- `upload_month` (string): Month the video was uploaded (MM).
- `upload_day` (string): Day the video was uploaded (DD).
- `upload_dyofyr` (string): Day of year the video was uploaded (DDD).
- `upload_wkofyr` (string): Week of year the video was uploaded (WW).
- `upload_dyn` (string): Localized day of the week the video was uploaded (Monday).
- `upload_dyna` (string): Localized abbreviated day of the week the video was uploaded (Mon).
- `upload_mntn` (string): Localized month of the year the video was uploaded (September).
- `upload_mntna` (string): Localized abbreviated month of the year the video was uploaded (Sep).
- `upload_hour24` (string): Hour of the day (24 hour clock) the video was uploaded (HH).
- `upload_hour12` (string): Hour of the day (12 hour clock) the video was uploaded (hh).
- `upload_minute` (string): Minute of the hour the video was uploaded (mm).
- `upload_second` (string): Second of the minute the video was uploaded (ss).
- `upload_ampm` (string): Localized AM/PM indicator of when video was uploaded (PP).
- `upload_time24` (string): Time of day (24 hour clock) the video was uploaded (HHmmss).
- `upload_time12` (string): Time of day (12 hour clock) the video was uploaded (hhmmssPP).
- `uploader_id` (string): Nickname or id of the video uploader - `uploader_id` (string): Nickname or id of the video uploader
- `location` (string): Physical location where the video was filmed - `location` (string): Physical location where the video was filmed
- `duration` (numeric): Length of the video in seconds - `duration` (numeric): Length of the video in seconds