[yinyuetai] Add localized name
This commit is contained in:
parent
e014ff015d
commit
b931fbe5ab
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ from ..utils import ExtractorError
|
||||||
|
|
||||||
class YinYueTaiIE(InfoExtractor):
|
class YinYueTaiIE(InfoExtractor):
|
||||||
IE_NAME = 'yinyuetai:video'
|
IE_NAME = 'yinyuetai:video'
|
||||||
|
IE_DESC = '音悦Tai'
|
||||||
_VALID_URL = r'https?://v\.yinyuetai\.com/video(?:/h5)?/(?P<id>[0-9]+)'
|
_VALID_URL = r'https?://v\.yinyuetai\.com/video(?:/h5)?/(?P<id>[0-9]+)'
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'http://v.yinyuetai.com/video/2322376',
|
'url': 'http://v.yinyuetai.com/video/2322376',
|
||||||
|
|
Loading…
Reference in a new issue