[ustream:channel] Change test playlist size (Seems to have been limited that way...
[youtube-dl] / youtube_dl / extractor / ustream.py
index 816b101ebd58211b66190e6bca9fee50c8dd7a02..cee1ea8f6fd5ed50e14de086cb013628b015cb0e 100644 (file)
@@ -1,6 +1,5 @@
 from __future__ import unicode_literals
 
-import json
 import re
 
 from .common import InfoExtractor
@@ -73,7 +72,7 @@ class UstreamChannelIE(InfoExtractor):
         'info_dict': {
             'id': '10874166',
         },
-        'playlist_mincount': 54,
+        'playlist_mincount': 17,
     }
 
     def _real_extract(self, url):