aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/brightcove.py
AgeCommit message (Collapse)Author
2019-03-11Start moving to ytdl-orgSergey M․
2018-10-15[brightcove] remove unused variableRemita Amine
2018-10-15[brightcove:legacy] add another fall back to brightcove:newRemita Amine
2018-10-15[brightcove:legacy] fall back to brightcove:new(#13912)Remita Amine
2018-06-24[brightcove] workaround sonyliv DRM protected videos(closes #16807)Remita Amine
2018-05-02Improve geo bypass mechanismSergey M․
* Introduce geo bypass context * Add ability to bypass based on IP blocks in CIDR notation * Introduce --geo-bypass-ip-block
2018-02-19[brightcove:new] Use referrer for formats' HTTP headersSergey M․
2018-02-04[brightcove] Pass embed page URL as referrer (closes #15486)Sergey M․
2017-12-23[7plus] Add new extractor(closes #15043)Remita Amine
2017-05-09[cspan] add support for brightcove live embeds(closes #13028)Remita Amine
2017-05-01[brightcove] Allow whitespace around attribute names in embedded codeSergey M․
2017-04-22[brightcove] match only video elements with data-video-id attributeRemita Amine
2017-04-19[brightcove] PEP 8Sergey M․
2017-04-18[brightcove] Support URLs with bcpid instead of playerIDYen Chi Hsuan
Fixes #12482
2017-04-18[brightcove] Fix _extract_url (closes #12782)Sergey M․
2017-04-15[brightcove] Validate ambiguous embeds' URLs (closes #9163, closes #12005, ↵Sergey M․
closes #12178, closes #12480)
2017-04-15[brightcove] Relax video tag embeds extractionJohn Hawkinson
BrightcoveNewIE.extract_urls(): Handle player data when it is all in attributes of the <video> tag, and also the id is data-brightcove-video-id not data-video-id. Add test to generic extractor, note HEAD gives 404, no checksum computed(?).
2017-03-07[brightcove:legacy] Relax videoPlayer validation check (closes #12381)Sergey M․
2017-03-03[brightcove:new] Add ability to smuggle geo_countries into URLSergey M․
2017-03-03[brightcove:new] Raise GeoRestrictedErrorSergey M․
2017-02-18[brightcove:legacy] restrict videoPlayer value(closes #12040)Remita Amine
2017-01-16[brightcove] Recognize another player IDYen Chi Hsuan
Closes #11688
2017-01-14[brightcove:legacy] Fix misplaced backslash in a regexpJakub Wilk
2016-12-24[brightcove:legacy] Improve embeds detection (closes #11523)Sergey M․
2016-12-18[brightcove:new] skip widevine classic videosRemita Amine
2016-10-03Unify coding cookieDéstin Reed
2016-09-24[brightcove:new] add support for live streamsRemita Amine
2016-07-14[brightcove] skip ism manifestsRemita Amine
2016-07-11[beightcove:new] remove html tags from descriptionRemita Amine
2016-07-07[brightcove:legacy] Support 'playlistTabs' and skip a dead testYen Chi Hsuan
Closes #9965
2016-07-03[brightcove] improve error detectionRemita Amine
2016-05-21[brightcove:new] Improve error reportingSergey M․
2016-05-13[brightcove] change the protocol for m3u8 formats to m3u8_nativeremitamine
2016-04-13Make tbr field 'int' rather than 'tuple'aystroganov@gmail.com
Closes #9180.
2016-04-02[brightcove:legacy] skip None value for uploader_idremitamine
2016-04-02[brightcove:legacy] extract uploader_id as a stringremitamine
2016-04-02[brightcove:new] extract subtitles and strip video titleremitamine
2016-04-02[brightcove:legacy] improve format extraction and extract uploader_id, ↵remitamine
duration and timestamp
2016-04-02[brightcove] fix format sortingremitamine
2016-03-31[brightcove] relax embed_in_page regexremitamine
2016-03-26[brightcove] Extract more formats (#8862)Yen Chi Hsuan
2016-03-26[brightcove] Support alternative BrightcoveExperience layoutYen Chi Hsuan
The full URL lays in the `data` attribute of <object> (#8862)
2016-03-16[brightcover] Remove unused importSergey M․
2016-03-16[brightcove:new] extract protocol-less embed URLs(closes #2914)remitamine
2016-03-16[brightcove] some improvements and fixesremitamine
- use FFmpeg downloader to download m3u8 formats extracted from BrightcoveNew(some of the m3u8 media playlists use AES-128) - update comment and update_url_query to handle url query
2016-03-15[thestar] Add new extractor(closes #5955)remitamine
2016-03-15[brightcove:new] update embed_in_page embeds regex to match non numeric ref idremitamine
2016-03-15[brightcove] extract dash formats and detect audio formatsremitamine
2016-03-15[brightcove:new] detect m3u8 manifests by M2TS containerremitamine
2016-03-15[brightcove:new] Add support for non numeric ref: preffixed video idsremitamine