mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 04:29:44 +01:00
[qqmusic] Add localized name
This commit is contained in:
parent
9d16788ad9
commit
a7ada46bd9
@ -16,6 +16,7 @@ from ..compat import compat_urllib_request
|
|||||||
|
|
||||||
class QQMusicIE(InfoExtractor):
|
class QQMusicIE(InfoExtractor):
|
||||||
IE_NAME = 'qqmusic'
|
IE_NAME = 'qqmusic'
|
||||||
|
IE_DESC = 'QQ音乐'
|
||||||
_VALID_URL = r'http://y.qq.com/#type=song&mid=(?P<id>[0-9A-Za-z]+)'
|
_VALID_URL = r'http://y.qq.com/#type=song&mid=(?P<id>[0-9A-Za-z]+)'
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'http://y.qq.com/#type=song&mid=004295Et37taLD',
|
'url': 'http://y.qq.com/#type=song&mid=004295Et37taLD',
|
||||||
|
Loading…
Reference in New Issue
Block a user