summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-10-27 00:18:10 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-10-27 00:18:10 +0100
commit446a03bd96d99d99b36f1dbfe0617033327f463f (patch)
tree6c73a1efb3cc4e18cc77f2a04cc2ab1c070e5d7f
parent6009b69f81ce7320a69baf1172a61e7e36ea8096 (diff)
downloadyoutube-dl-446a03bd96d99d99b36f1dbfe0617033327f463f.tar.gz
youtube-dl-446a03bd96d99d99b36f1dbfe0617033327f463f.tar.xz
youtube-dl-446a03bd96d99d99b36f1dbfe0617033327f463f.zip
[ustream:channel] Change test playlist size (Seems to have been limited that way on the website as well)
-rw-r--r--youtube_dl/extractor/ustream.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/ustream.py b/youtube_dl/extractor/ustream.py
index 994b60a76..cee1ea8f6 100644
--- a/youtube_dl/extractor/ustream.py
+++ b/youtube_dl/extractor/ustream.py
@@ -72,7 +72,7 @@ class UstreamChannelIE(InfoExtractor):
         'info_dict': {
             'id': '10874166',
         },
-        'playlist_mincount': 54,
+        'playlist_mincount': 17,
     }
 
     def _real_extract(self, url):