mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[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 @@ def _get_formats(self, song_id):
|
||||||
|
|
||||||
class KuwoIE(KuwoBaseIE):
|
class KuwoIE(KuwoBaseIE):
|
||||||
IE_NAME = 'kuwo:song'
|
IE_NAME = 'kuwo:song'
|
||||||
|
IE_DESC = '酷我音乐'
|
||||||
_VALID_URL = r'http://www\.kuwo\.cn/yinyue/(?P<id>\d+?)/'
|
_VALID_URL = r'http://www\.kuwo\.cn/yinyue/(?P<id>\d+?)/'
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'http://www.kuwo.cn/yinyue/635632/',
|
'url': 'http://www.kuwo.cn/yinyue/635632/',
|
||||||
|
|
Loading…
Reference in a new issue