瀏覽代碼

[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': {
         'info_dict': {
             'id': '10874166',
             'id': '10874166',
         },
         },
-        'playlist_mincount': 54,
+        'playlist_mincount': 17,
     }
     }
 
 
     def _real_extract(self, url):
     def _real_extract(self, url):