From: Philipp Hagemeister Date: Sun, 26 Oct 2014 23:18:10 +0000 (+0100) Subject: [ustream:channel] Change test playlist size (Seems to have been limited that way... X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=446a03bd96d99d99b36f1dbfe0617033327f463f;p=youtube-dl [ustream:channel] Change test playlist size (Seems to have been limited that way on the website as well) --- 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):