aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-03-10 17:56:52 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-03-10 17:56:54 +0100
commita33932cfe39a2aad61cb4a43fe7ffc7de55ef015 (patch)
tree48abc395881a94ee44843985a4e6f7d573b01ce9
parentbcf89ce62cb4f6ab8802ab6aef01c3afaefc0075 (diff)
downloadyoutube-dl-a33932cfe39a2aad61cb4a43fe7ffc7de55ef015.tar.xz
[vevo] Correct test value
The date is now interpreted as UTC for consistency.
-rw-r--r--youtube_dl/extractor/vevo.py2
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',