From: Jaime Marquínez Ferrándiz Date: Wed, 29 Jan 2014 17:03:32 +0000 (+0100) Subject: [bloomberg] Fix ooyala url extraction X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=0c708f11cbde6339adbf9a8477f673e25e68e920;p=youtube-dl [bloomberg] Fix ooyala url extraction Added a helper method to InfoExtractor for searching the ‘twitter:player’ meta property. Now the OoyalaIE also recognizes the ‘ec’ parameter in the url as the embed code. --- diff --git a/youtube_dl/extractor/bloomberg.py b/youtube_dl/extractor/bloomberg.py index d18bc7e0c..df2cff81c 100644 --- a/youtube_dl/extractor/bloomberg.py +++ b/youtube_dl/extractor/bloomberg.py @@ -24,5 +24,5 @@ class BloombergIE(InfoExtractor): mobj = re.match(self._VALID_URL, url) name = mobj.group('name') webpage = self._download_webpage(url, name) - ooyala_code = self._search_regex(r'.+?)(&|$)' + _VALID_URL = r'https?://.+?\.ooyala\.com/.*?(?:embedCode|ec)=(?P.+?)(&|$)' _TEST = { # From http://it.slashdot.org/story/13/04/25/178216/recovering-data-from-broken-hard-drives-and-ssds-video