Browse Source

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

Jaime Marquínez Ferrándiz 11 years ago
parent
commit
6b7dee4b38
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/morningstar.py

+ 1 - 1
youtube_dl/extractor/morningstar.py

@@ -8,7 +8,7 @@ from .common import InfoExtractor
 
 
 class MorningstarIE(InfoExtractor):
 class MorningstarIE(InfoExtractor):
     IE_DESC = 'morningstar.com'
     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 = {
     _TEST = {
         'url': 'http://www.morningstar.com/cover/videocenter.aspx?id=615869',
         'url': 'http://www.morningstar.com/cover/videocenter.aspx?id=615869',
         'md5': '6c0acface7a787aadc8391e4bbf7b0f5',
         'md5': '6c0acface7a787aadc8391e4bbf7b0f5',