Explorar o código

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

Philipp Hagemeister %!s(int64=11) %!d(string=hai) anos
pai
achega
446a03bd96
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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):