diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-03-13 18:21:55 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-03-13 18:45:14 +0100 |
commit | 955c451456e5268e8596da79d1fcf48df2af7a55 (patch) | |
tree | d1ca5adfd9f5540b748aa57eef57d63ab34e522e /youtube_dl/extractor/common.py | |
parent | e5de3f6c89d2432a3afbc6d0545259ad49ee17a9 (diff) |
Rename upload_timestamp to timestamp
Diffstat (limited to 'youtube_dl/extractor/common.py')
-rw-r--r-- | youtube_dl/extractor/common.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index 103528414..647720c8a 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -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 |