[mgtv] Fix _VALID_URL and add localized name

pull/9285/head
Yen Chi Hsuan 8 years ago
parent 982e518a96
commit a292cba256
No known key found for this signature in database
GPG Key ID: 3FDDD575826C5C30

@ -6,7 +6,8 @@ from ..utils import int_or_none
class MGTVIE(InfoExtractor):
_VALID_URL = r'https?://www\.mgtv\.com/v/(?:[^/]+/)*(?P<id>\d+).html'
_VALID_URL = r'https?://www\.mgtv\.com/v/(?:[^/]+/)*(?P<id>\d+)\.html'
IE_DESC = '芒果TV'
_TEST = {
'url': 'http://www.mgtv.com/v/1/290525/f/3116640.html',

Loading…
Cancel
Save