diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-04-24 21:16:06 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-04-24 21:16:06 +0800 |
commit | 03dd60ca41ddb2dec3723ac6446bd291a94cad18 (patch) | |
tree | 8371f1fb7ac21f4a3c0b0d6789dfaa4df8d8631c /youtube_dl/extractor/kuwo.py | |
parent | 0738187f9b66e7cfb3d0b15ca4b08834a9e076df (diff) |
[kuwo:category] Fix the test
Sometimes there are 24 songs and sometimes 30 lol
Diffstat (limited to 'youtube_dl/extractor/kuwo.py')
-rw-r--r-- | youtube_dl/extractor/kuwo.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |