1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-28 22:59:34 +00:00

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

This commit is contained in:
Philipp Hagemeister 2014-10-27 00:18:10 +01:00
parent 6009b69f81
commit 446a03bd96

View file

@ -72,7 +72,7 @@ class UstreamChannelIE(InfoExtractor):
'info_dict': { 'info_dict': {
'id': '10874166', 'id': '10874166',
}, },
'playlist_mincount': 54, 'playlist_mincount': 17,
} }
def _real_extract(self, url): def _real_extract(self, url):