diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-05-05 20:06:59 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-05-05 20:20:26 +0800 |
commit | 7d08f6073d42c8623031615c4b7e0bb26136c128 (patch) | |
tree | cbf54bf413048d22dc8885553d31f1d75d951895 | |
parent | 758a05924180ad2d1197ee1a293f28363ace54aa (diff) |
[kuwo:category] Update test
-rw-r--r-- | youtube_dl/extractor/kuwo.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/kuwo.py b/youtube_dl/extractor/kuwo.py index 616ed19e1..11b31a699 100644 --- a/youtube_dl/extractor/kuwo.py +++ b/youtube_dl/extractor/kuwo.py @@ -266,6 +266,7 @@ class KuwoCategoryIE(InfoExtractor): 'info_dict': { 'id': '86375', 'title': '八十年代精选', + 'description': '这些都是属于八十年代的回忆!', }, 'playlist_mincount': 24, } |