1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 10:29:28 +00:00

[morningstar] Recognize urls that use 'videoCenter' (fixes #2729)

This commit is contained in:
Jaime Marquínez Ferrándiz 2014-04-09 20:45:49 +02:00
parent ef2041eb4e
commit 6b7dee4b38

View file

@ -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',