youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 446a03bd96d99d99b36f1dbfe0617033327f463f
parent 6009b69f81ce7320a69baf1172a61e7e36ea8096
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Mon, 27 Oct 2014 00:18:10 +0100

[ustream:channel] Change test playlist size (Seems to have been limited that way on the website as well)

Diffstat:
Myoutube_dl/extractor/ustream.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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):