From: Jaime Marquínez Ferrándiz Date: Sun, 9 Mar 2014 11:27:38 +0000 (+0100) Subject: [vube] Update the test's checksum X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=31f77343f29ea805d80979d44309e33c1ca41eb6;p=youtube-dl [vube] Update the test's checksum --- diff --git a/youtube_dl/extractor/vube.py b/youtube_dl/extractor/vube.py index fbdff471a..935c97ae9 100644 --- a/youtube_dl/extractor/vube.py +++ b/youtube_dl/extractor/vube.py @@ -13,7 +13,7 @@ class VubeIE(InfoExtractor): _TEST = { 'url': 'http://vube.com/Chiara+Grispo+Video+Channel/YL2qNPkqon', - 'md5': 'f81dcf6d0448e3291f54380181695821', + 'md5': 'db7aba89d4603dadd627e9d1973946fe', 'info_dict': { 'id': 'YL2qNPkqon', 'ext': 'mp4', @@ -77,4 +77,4 @@ class VubeIE(InfoExtractor): 'like_count': like_count, 'dislike_count': dislike_count, 'comment_count': comment_count, - } \ No newline at end of file + }