youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit aba77bbfc275440af00ab4bfe8de2733009f4bd8
parent 955c451456e5268e8596da79d1fcf48df2af7a55
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Thu, 13 Mar 2014 18:44:55 +0100

[vevo] Adapt test to constantly changing timestamp

Diffstat:
Myoutube_dl/extractor/vevo.py | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

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