Преглед на файлове

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

Philipp Hagemeister преди 11 години
родител
ревизия
446a03bd96
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      youtube_dl/extractor/ustream.py

+ 1 - 1
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):