[morningstar] Recognize urls that use 'videoCenter' (fixes #2729)
This commit is contained in:
parent
ef2041eb4e
commit
6b7dee4b38
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from .common import InfoExtractor
|
|||
|
||||
class MorningstarIE(InfoExtractor):
|
||||
IE_DESC = 'morningstar.com'
|
||||
_VALID_URL = r'https?://(?:www\.)?morningstar\.com/cover/videocenter\.aspx\?id=(?P<id>[0-9]+)'
|
||||
_VALID_URL = r'https?://(?:www\.)?morningstar\.com/cover/video[cC]enter\.aspx\?id=(?P<id>[0-9]+)'
|
||||
_TEST = {
|
||||
'url': 'http://www.morningstar.com/cover/videocenter.aspx?id=615869',
|
||||
'md5': '6c0acface7a787aadc8391e4bbf7b0f5',
|
||||
|
|
Loading…
Reference in a new issue