diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-03-10 17:56:52 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-03-10 17:56:54 +0100 |
commit | a33932cfe39a2aad61cb4a43fe7ffc7de55ef015 (patch) | |
tree | 48abc395881a94ee44843985a4e6f7d573b01ce9 /youtube_dl/extractor/vevo.py | |
parent | bcf89ce62cb4f6ab8802ab6aef01c3afaefc0075 (diff) |
[vevo] Correct test value
The date is now interpreted as UTC for consistency.
Diffstat (limited to 'youtube_dl/extractor/vevo.py')
-rw-r--r-- | youtube_dl/extractor/vevo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/vevo.py b/youtube_dl/extractor/vevo.py index 98a663496..888eb7402 100644 --- a/youtube_dl/extractor/vevo.py +++ b/youtube_dl/extractor/vevo.py @@ -57,7 +57,7 @@ class VevoIE(InfoExtractor): 'age_limit': 18, 'title': 'Tunnel Vision (Explicit)', 'uploader': 'Justin Timberlake', - 'upload_date': '20130704', + 'upload_date': '20130703', }, 'params': { 'skip_download': 'true', |