commit: 03dd60ca41ddb2dec3723ac6446bd291a94cad18
parent 0738187f9b66e7cfb3d0b15ca4b08834a9e076df
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date: Sun, 24 Apr 2016 21:16:06 +0800
[kuwo:category] Fix the test
Sometimes there are 24 songs and sometimes 30 lol
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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):