[kuwo] Add localized name
This commit is contained in:
parent
44c514eb9c
commit
0f08d7f851
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ class KuwoBaseIE(InfoExtractor):
|
|||
|
||||
class KuwoIE(KuwoBaseIE):
|
||||
IE_NAME = 'kuwo:song'
|
||||
IE_DESC = '酷我音乐'
|
||||
_VALID_URL = r'http://www\.kuwo\.cn/yinyue/(?P<id>\d+?)/'
|
||||
_TESTS = [{
|
||||
'url': 'http://www.kuwo.cn/yinyue/635632/',
|
||||
|
|
Loading…
Reference in a new issue