Browse Source

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

master
Philipp Hagemeister 10 years ago
parent
commit
446a03bd96
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/ustream.py

2
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):

Loading…
Cancel
Save