浏览代码

[vube] Update the test's checksum

Jaime Marquínez Ferrándiz 11 年之前
父节点
当前提交
31f77343f2
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      youtube_dl/extractor/vube.py

+ 2 - 2
youtube_dl/extractor/vube.py

@@ -13,7 +13,7 @@ class VubeIE(InfoExtractor):
 
 
     _TEST = {
     _TEST = {
         'url': 'http://vube.com/Chiara+Grispo+Video+Channel/YL2qNPkqon',
         'url': 'http://vube.com/Chiara+Grispo+Video+Channel/YL2qNPkqon',
-        'md5': 'f81dcf6d0448e3291f54380181695821',
+        'md5': 'db7aba89d4603dadd627e9d1973946fe',
         'info_dict': {
         'info_dict': {
             'id': 'YL2qNPkqon',
             'id': 'YL2qNPkqon',
             'ext': 'mp4',
             'ext': 'mp4',
@@ -77,4 +77,4 @@ class VubeIE(InfoExtractor):
             'like_count': like_count,
             'like_count': like_count,
             'dislike_count': dislike_count,
             'dislike_count': dislike_count,
             'comment_count': comment_count,
             'comment_count': comment_count,
-        }
+        }