[qqmusic] Add localized name
This commit is contained in:
parent
9d16788ad9
commit
a7ada46bd9
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue