From: Philipp Hagemeister Date: Thu, 13 Mar 2014 17:44:55 +0000 (+0100) Subject: [vevo] Adapt test to constantly changing timestamp X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=aba77bbfc275440af00ab4bfe8de2733009f4bd8;p=youtube-dl [vevo] Adapt test to constantly changing timestamp --- diff --git a/youtube_dl/extractor/vevo.py b/youtube_dl/extractor/vevo.py index 8f4db59d4..c3360f166 100644 --- a/youtube_dl/extractor/vevo.py +++ b/youtube_dl/extractor/vevo.py @@ -58,8 +58,9 @@ class VevoIE(InfoExtractor): 'age_limit': 18, 'title': 'Tunnel Vision (Explicit)', 'uploader': 'Justin Timberlake', - 'upload_date': '20130704', - 'timestamp': 1372906800, + # timestamp and upload_date are often incorrect; seem to change randomly + 'upload_date': 're:2013070[34]', + 'timestamp': int, }, 'params': { 'skip_download': 'true',