Commit Graph

17 Commits (86c3bbbcede6efa175f5a93e02511fe32585521f)

Author SHA1 Message Date
Yen Chi Hsuan 116e7e0d04
[bloomberg] Support BPlayer() players (closes )
Yen Chi Hsuan a3fa6024d6
[bloomberg] Fix test_Bloomberg
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 , which is fixed as  landed.
Sergey M․ 7e5edcfd33 Simplify formats accumulation for f4m/m3u8/smil formats
Now all _extract_*_formats routines return a list
Sergey M․ b7faebbac8 [bloomberg] Improve formats extraction
Sergey M․ 4191fdf147 [bloomberg] Improve video id regex
Sergey M․ 9a4f12be98 [bloomberg] Modernize
Sergey M․ 7ad4258add [bloomberg] Relax _VALID_URL even more (Closes )
Sergey M․ 342609a1b4 [bloomberg] Reax _VALID_URL (Closes )
Jaime Marquínez Ferrándiz ff2be6e180 [bloomberg] Adapt to website changes (fixes )
Philipp Hagemeister ec5913b5cd [bloomberg] Modernize
Jaime Marquínez Ferrándiz 31bb8d3f51 [bloomberg] Extract the available formats (closes )
It uses a helper method in the InfoExtractor class.
The downloader will pick the requested formats using the bitrate in the info dict.
Jaime Marquínez Ferrándiz 7e70ac36b3 [bloomberg] Fix extraction (fixes )
Stop using the OoyalaIE, extract the f4m url instead.
Jaime Marquínez Ferrándiz 524c2c716a [bloomberg] Fix extraction of ooyala embed code
Jaime Marquínez Ferrándiz 0c708f11cb [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.
Jaime Marquínez Ferrándiz 9d6192a5b8 [bloomberg] Fix ooyala url extraction
dst c0ade33e16 Correct some extractor _VALID_URL regexes
Jaime Marquínez Ferrándiz 4b6462fc1e Add an extractor for Bloomberg (closes )