aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/bloomberg.py
AgeCommit message (Collapse)Author
2014-07-28[bloomberg] Extract the available formats (closes #2776)Jaime Marquínez Ferrándiz
It uses a helper method in the InfoExtractor class. The downloader will pick the requested formats using the bitrate in the info dict.
2014-03-29[bloomberg] Fix extraction (fixes #2154)Jaime Marquínez Ferrándiz
Stop using the OoyalaIE, extract the f4m url instead.
2014-02-09[bloomberg] Fix extraction of ooyala embed codeJaime Marquínez Ferrándiz
2014-01-29[bloomberg] Fix ooyala url extractionJaime Marquínez Ferrándiz
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.
2014-01-08[bloomberg] Fix ooyala url extractionJaime Marquínez Ferrándiz
2013-12-04Correct some extractor _VALID_URL regexesdst
2013-09-16Add an extractor for Bloomberg (closes #1436)Jaime Marquínez Ferrándiz