[kuwo:category] Fix the test
authorYen Chi Hsuan <yan12125@gmail.com>
Sun, 24 Apr 2016 13:16:06 +0000 (21:16 +0800)
committerYen Chi Hsuan <yan12125@gmail.com>
Sun, 24 Apr 2016 13:16:06 +0000 (21:16 +0800)
Sometimes there are 24 songs and sometimes 30 lol

youtube_dl/extractor/kuwo.py

index c0ece51133a441629a0272757f1a5e8157f671f6..a026386654eb212233ec27f94f37b584d723d82b 100644 (file)
@@ -268,7 +268,7 @@ class KuwoCategoryIE(InfoExtractor):
             'title': '八十年代精选',
             'description': '这些都是属于八十年代的回忆!',
         },
-        'playlist_count': 24,
+        'playlist_mincount': 24,
     }
 
     def _real_extract(self, url):