Rename upload_timestamp to timestamp
This commit is contained in:
parent
e5de3f6c89
commit
955c451456
4 changed files with 9 additions and 7 deletions
|
@ -97,9 +97,9 @@ class InfoExtractor(object):
|
|||
thumbnail: Full URL to a video thumbnail image.
|
||||
description: One-line video description.
|
||||
uploader: Full name of the video uploader.
|
||||
upload_timestamp:UNIX timestamp of the upload moment.
|
||||
timestamp: UNIX timestamp of the moment the video became available.
|
||||
upload_date: Video upload date (YYYYMMDD).
|
||||
If not explicitly set, calculated from update_timestamp.
|
||||
If not explicitly set, calculated from timestamp.
|
||||
uploader_id: Nickname or id of the video uploader.
|
||||
location: Physical location of the video.
|
||||
subtitles: The subtitle file contents as a dictionary in the format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue