mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
[neteasemusic] Add localized name
This commit is contained in:
parent
963d0ce7e3
commit
6ce89aecc3
@ -63,6 +63,7 @@ def query_api(self, endpoint, video_id, note):
|
||||
|
||||
class NetEaseMusicIE(NetEaseMusicBaseIE):
|
||||
IE_NAME = 'netease:song'
|
||||
IE_DESC = '网易云音乐'
|
||||
_VALID_URL = r'https?://music\.163\.com/(#/)?song\?id=(?P<id>[0-9]+)'
|
||||
_TESTS = [{
|
||||
'url': 'http://music.163.com/#/song?id=32102397',
|
||||
|
Loading…
Reference in New Issue
Block a user