summary refs log tree commit diff
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-04-24 21:16:06 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-04-24 21:16:06 +0800
commit03dd60ca41ddb2dec3723ac6446bd291a94cad18 (patch)
tree8371f1fb7ac21f4a3c0b0d6789dfaa4df8d8631c
parent0738187f9b66e7cfb3d0b15ca4b08834a9e076df (diff)
downloadyoutube-dl-03dd60ca41ddb2dec3723ac6446bd291a94cad18.tar.gz
youtube-dl-03dd60ca41ddb2dec3723ac6446bd291a94cad18.tar.xz
youtube-dl-03dd60ca41ddb2dec3723ac6446bd291a94cad18.zip
[kuwo:category] Fix the test
Sometimes there are 24 songs and sometimes 30 lol
-rw-r--r--youtube_dl/extractor/kuwo.py2
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):