projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0738187
)
[kuwo:category] Fix the test
author
Yen Chi Hsuan
<yan12125@gmail.com>
Sun, 24 Apr 2016 13:16:06 +0000
(21:16 +0800)
committer
Yen 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
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/kuwo.py
b/youtube_dl/extractor/kuwo.py
index c0ece51133a441629a0272757f1a5e8157f671f6..a026386654eb212233ec27f94f37b584d723d82b 100644
(file)
--- 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_
min
count': 24,
}
def _real_extract(self, url):