aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/bloomberg.py
Commit message (Collapse)AuthorAgeFilesLines
* [bloomberg] Fix extraction (fixes #2154)Jaime Marquínez Ferrándiz2014-03-291-14/+22
| | | | Stop using the OoyalaIE, extract the f4m url instead.
* [bloomberg] Fix extraction of ooyala embed codeJaime Marquínez Ferrándiz2014-02-091-2/+4
|
* [bloomberg] Fix ooyala url extractionJaime Marquínez Ferrándiz2014-01-291-2/+2
| | | | | 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.
* [bloomberg] Fix ooyala url extractionJaime Marquínez Ferrándiz2014-01-081-2/+3
|
* Correct some extractor _VALID_URL regexesdst2013-12-041-1/+1
|
* Add an extractor for Bloomberg (closes #1436)Jaime Marquínez Ferrándiz2013-09-161-0/+27