youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 21525bb8ca0e7229b3877acc162addcf5d5bcdfd
parent d8f103159f38a4ef18da27cd3a4378c4b9a29dc8
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Sun, 17 Apr 2016 02:38:05 +0800

[kuwo:category] Update the test

Now the webpage says there are 24 songs.

Diffstat:
Myoutube_dl/extractor/kuwo.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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):