logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: a33932cfe39a2aad61cb4a43fe7ffc7de55ef015
parent bcf89ce62cb4f6ab8802ab6aef01c3afaefc0075
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Mon, 10 Mar 2014 17:56:52 +0100

[vevo] Correct test value

The date is now interpreted as UTC for consistency.

Diffstat:

Myoutube_dl/extractor/vevo.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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',