summary refs log tree commit diff
diff options
context:
space:
mode:
authordst <dstftw@gmail.com>2014-02-02 20:04:44 +0700
committerdst <dstftw@gmail.com>2014-02-02 20:04:44 +0700
commitb58e3c8918ffde93af184fab444ee96c435353b0 (patch)
tree9938f45e8a5e737e57ba6f0fc46855a56c400cc0
parent56b6faf91e7ec2dcfc126939768ab297df4bf88d (diff)
downloadyoutube-dl-b58e3c8918ffde93af184fab444ee96c435353b0.tar.gz
youtube-dl-b58e3c8918ffde93af184fab444ee96c435353b0.tar.xz
youtube-dl-b58e3c8918ffde93af184fab444ee96c435353b0.zip
[vube] Use 'id' and 'ext' instead of 'file'
-rw-r--r--youtube_dl/extractor/vube.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/vube.py b/youtube_dl/extractor/vube.py
index 2aaa4e722..fbdff471a 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',
         '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',