From: Philipp Hagemeister Date: Mon, 10 Mar 2014 16:56:52 +0000 (+0100) Subject: [vevo] Correct test value X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=a33932cfe39a2aad61cb4a43fe7ffc7de55ef015;p=youtube-dl [vevo] Correct test value The date is now interpreted as UTC for consistency. --- 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',