diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-10-27 00:18:10 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-10-27 00:18:10 +0100 |
commit | 446a03bd96d99d99b36f1dbfe0617033327f463f (patch) | |
tree | 6c73a1efb3cc4e18cc77f2a04cc2ab1c070e5d7f /youtube_dl/extractor/ustream.py | |
parent | 6009b69f81ce7320a69baf1172a61e7e36ea8096 (diff) |
[ustream:channel] Change test playlist size (Seems to have been limited that way on the website as well)
Diffstat (limited to 'youtube_dl/extractor/ustream.py')
-rw-r--r-- | youtube_dl/extractor/ustream.py | 2 |
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): |