From: Yen Chi Hsuan Date: Sun, 24 Apr 2016 13:16:06 +0000 (+0800) Subject: [kuwo:category] Fix the test X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=03dd60ca41ddb2dec3723ac6446bd291a94cad18;p=youtube-dl [kuwo:category] Fix the test Sometimes there are 24 songs and sometimes 30 lol --- diff --git a/youtube_dl/extractor/kuwo.py b/youtube_dl/extractor/kuwo.py index c0ece5113..a02638665 100644 --- a/youtube_dl/extractor/kuwo.py +++ b/youtube_dl/extractor/kuwo.py @@ -268,7 +268,7 @@ class KuwoCategoryIE(InfoExtractor): 'title': '八十年代精选', 'description': '这些都是属于八十年代的回忆!', }, - 'playlist_count': 24, + 'playlist_mincount': 24, } def _real_extract(self, url):