youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 6b7dee4b388b3ee4543e5d57b029eb2d6395aebd
parent ef2041eb4ea9b8efe260da726c4a4c44e4071c36
Author: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Date:   Wed,  9 Apr 2014 20:45:49 +0200

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

Diffstat:
Myoutube_dl/extractor/morningstar.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/morningstar.py b/youtube_dl/extractor/morningstar.py @@ -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',