From a33932cfe39a2aad61cb4a43fe7ffc7de55ef015 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 10 Mar 2014 17:56:52 +0100 Subject: [PATCH] [vevo] Correct test value The date is now interpreted as UTC for consistency. --- youtube_dl/extractor/vevo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.30.2