aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/bloomberg.py
Commit message (Collapse)AuthorAgeFilesLines
* [bloomberg] Add another video id regex (closes #12062)Sergey M․2017-02-101-3/+8
|
* [bloomberg] Add another video id regex (closes #11371)Sergey M․2016-12-061-1/+2
|
* [bloomberg] Support BPlayer() players (closes #10187)Yen Chi Hsuan2016-07-311-1/+18
|
* [bloomberg] Fix test_BloombergYen Chi Hsuan2016-05-121-0/+3
| | | | | | | In this test case, sometimes HLS is the best format while sometimes HDS is. To prevent occasional test failures, force HDS to be the best format. In the past, testing against HDS formats causes the same error as #9214, which is fixed as #9377 landed.
* Simplify formats accumulation for f4m/m3u8/smil formatsSergey M․2015-12-291-8/+4
| | | | Now all _extract_*_formats routines return a list
* [bloomberg] Improve formats extractionSergey M․2015-11-281-2/+11
|
* [bloomberg] Improve video id regexSergey M․2015-11-281-1/+3
|
* [bloomberg] ModernizeSergey M․2015-11-281-1/+1
|
* [bloomberg] Relax _VALID_URL even more (Closes #7685)Sergey M․2015-11-281-1/+4
|
* [bloomberg] Reax _VALID_URL (Closes #7546)Sergey M․2015-11-191-3/+6
|
* [bloomberg] Adapt to website changes (fixes #5347)Jaime Marquínez Ferrándiz2015-04-031-9/+16
|
* [bloomberg] ModernizePhilipp Hagemeister2015-02-241-3/+3
|
* [bloomberg] Extract the available formats (closes #2776)Jaime Marquínez Ferrándiz2014-07-281-3/+2
| | | | | It uses a helper method in the InfoExtractor class. The downloader will pick the requested formats using the bitrate in the info dict.
* [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