[kuwo:category] Update the test
authorYen Chi Hsuan <yan12125@gmail.com>
Sat, 16 Apr 2016 18:38:05 +0000 (02:38 +0800)
committerYen Chi Hsuan <yan12125@gmail.com>
Sat, 16 Apr 2016 18:38:05 +0000 (02:38 +0800)
Now the webpage says there are 24 songs.

youtube_dl/extractor/kuwo.py

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