aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/kuwo.py
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-04-17 02:38:05 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-04-17 02:38:05 +0800
commit21525bb8ca0e7229b3877acc162addcf5d5bcdfd (patch)
tree554df5d1f3bd9dd932a1fe4fe9b27f7a4fb288e3 /youtube_dl/extractor/kuwo.py
parentd8f103159f38a4ef18da27cd3a4378c4b9a29dc8 (diff)
downloadyoutube-dl-21525bb8ca0e7229b3877acc162addcf5d5bcdfd.tar.xz
[kuwo:category] Update the test
Now the webpage says there are 24 songs.
Diffstat (limited to 'youtube_dl/extractor/kuwo.py')
-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 86c17c931..c0ece5113 100644
--- a/youtube_dl/extractor/kuwo.py
+++ b/youtube_dl/extractor/kuwo.py
@@ -268,7 +268,7 @@ class KuwoCategoryIE(InfoExtractor):
'title': '八十年代精选',
'description': '这些都是属于八十年代的回忆!',
},
- 'playlist_count': 30,
+ 'playlist_count': 24,
}
def _real_extract(self, url):