X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=inline;f=youtube_dl%2Fextractor%2Fvube.py;h=935c97ae9bd2f4219fe14bcc2b003b55d7d4fbcf;hb=43b81eb98afb8958b9a31220bf710a97751df5be;hp=2aaa4e7224d2f1cb2e86c7878b933e932913e9d0;hpb=f0ce2bc1c5880d9a92dda2dc543d21c4a8566a2f;p=youtube-dl diff --git a/youtube_dl/extractor/vube.py b/youtube_dl/extractor/vube.py index 2aaa4e722..935c97ae9 100644 --- a/youtube_dl/extractor/vube.py +++ b/youtube_dl/extractor/vube.py @@ -13,9 +13,10 @@ class VubeIE(InfoExtractor): _TEST = { 'url': 'http://vube.com/Chiara+Grispo+Video+Channel/YL2qNPkqon', - 'file': 'YL2qNPkqon.mp4', - 'md5': 'f81dcf6d0448e3291f54380181695821', + 'md5': 'db7aba89d4603dadd627e9d1973946fe', 'info_dict': { + 'id': 'YL2qNPkqon', + 'ext': 'mp4', 'title': 'Chiara Grispo - Price Tag by Jessie J', 'description': 'md5:8ea652a1f36818352428cb5134933313', 'thumbnail': 'http://frame.thestaticvube.com/snap/228x128/102e7e63057-5ebc-4f5c-4065-6ce4ebde131f.jpg', @@ -76,4 +77,4 @@ class VubeIE(InfoExtractor): 'like_count': like_count, 'dislike_count': dislike_count, 'comment_count': comment_count, - } \ No newline at end of file + }