diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-03-13 15:30:25 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-03-13 15:30:25 +0100 |
commit | 9d2ecdbc712d4e500dd0207041392b143082ad00 (patch) | |
tree | 6dbd0bcf850d94ee622aeb53507f7ffbea55f0df /youtube_dl/extractor/common.py | |
parent | 9b69af5342818bf78c44cf205dc036a84c128e8c (diff) |
[vevo] Centralize timestamp handling
Diffstat (limited to 'youtube_dl/extractor/common.py')
-rw-r--r-- | youtube_dl/extractor/common.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index fed05ce02..103528414 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -97,7 +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. upload_date: Video upload date (YYYYMMDD). + If not explicitly set, calculated from update_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 |