[ustream:channel] Change test playlist size (Seems to have been limited that way...
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 26 Oct 2014 23:18:10 +0000 (00:18 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 26 Oct 2014 23:18:10 +0000 (00:18 +0100)
youtube_dl/extractor/ustream.py

index 994b60a76b88ef4d7ff8be630c2bafbd989e2c96..cee1ea8f6fd5ed50e14de086cb013628b015cb0e 100644 (file)
@@ -72,7 +72,7 @@ class UstreamChannelIE(InfoExtractor):
         'info_dict': {
             'id': '10874166',
         },
-        'playlist_mincount': 54,
+        'playlist_mincount': 17,
     }
 
     def _real_extract(self, url):