瀏覽代碼

[vine:user] Adapt test to changed list size

Philipp Hagemeister 11 年之前
父節點
當前提交
7706927370
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      youtube_dl/extractor/vine.py

+ 1 - 1
youtube_dl/extractor/vine.py

@@ -70,7 +70,7 @@ class VineUserIE(InfoExtractor):
         'info_dict': {
             'id': 'Visa',
         },
-        'playlist_mincount': 47,
+        'playlist_mincount': 46,
     }
 
     def _real_extract(self, url):