[vine:user] Adapt test to changed list size
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 26 Oct 2014 23:11:34 +0000 (00:11 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 26 Oct 2014 23:11:34 +0000 (00:11 +0100)
youtube_dl/extractor/vine.py

index e7754158dcde7c44fe5f975f21e17648e445fd2b..42995226e584b0ce4e0d207b6b702157ec6f4030 100644 (file)
@@ -70,7 +70,7 @@ class VineUserIE(InfoExtractor):
         'info_dict': {
             'id': 'Visa',
         },
-        'playlist_mincount': 47,
+        'playlist_mincount': 46,
     }
 
     def _real_extract(self, url):