summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/brightcove.py
Commit message (Collapse)AuthorAgeFilesLines
* [brightcove] Improve embed detection (closes #25674)Sergey M․2020-06-161-1/+1
|
* [brightcove] Sort importsSergey M․2020-06-051-7/+7
|
* [brightcove] Fix subtitles extraction (closes #25540)Sergey M․2020-06-051-4/+12
|
* [brightcove] invalidate policy key cache on failing requestsRemita Amine2019-12-311-1/+3
|
* [brightcove] update policy key on failing requestsRemita Amine2019-12-311-14/+28
|
* [brightcove] cache brightcove player policy keysRemita Amine2019-12-291-16/+18
|
* [brightcove] delegate all supported BrightcoveLegacyIE URLs to BrightcoveNewIERemita Amine2019-09-191-171/+25
| | | | | | | | closes #11523 closes #12842 closes #13912 closes #15669 closes #16303
* [brightcove:new] Add support for playlists (#21331)Kyle2019-06-231-3/+25
|
* Start moving to ytdl-orgSergey M․2019-03-111-3/+3
|
* [brightcove] remove unused variableRemita Amine2018-10-151-1/+0
|
* [brightcove:legacy] add another fall back to brightcove:newRemita Amine2018-10-151-8/+31
|
* [brightcove:legacy] fall back to brightcove:new(#13912)Remita Amine2018-10-151-2/+12
|
* [brightcove] workaround sonyliv DRM protected videos(closes #16807)Remita Amine2018-06-241-1/+10
|
* Improve geo bypass mechanismSergey M․2018-05-021-1/+4
| | | | | | * Introduce geo bypass context * Add ability to bypass based on IP blocks in CIDR notation * Introduce --geo-bypass-ip-block
* [brightcove:new] Use referrer for formats' HTTP headersSergey M․2018-02-191-2/+6
|
* [brightcove] Pass embed page URL as referrer (closes #15486)Sergey M․2018-02-041-3/+10
|
* [7plus] Add new extractor(closes #15043)Remita Amine2017-12-231-56/+60
|
* [cspan] add support for brightcove live embeds(closes #13028)Remita Amine2017-05-091-3/+17
|
* [brightcove] Allow whitespace around attribute names in embedded codeSergey M․2017-05-011-1/+1
|
* [brightcove] match only video elements with data-video-id attributeRemita Amine2017-04-221-1/+1
|
* [brightcove] PEP 8Sergey M․2017-04-191-1/+1
|
* [brightcove] Support URLs with bcpid instead of playerIDYen Chi Hsuan2017-04-181-3/+17
| | | | Fixes #12482
* [brightcove] Fix _extract_url (closes #12782)Sergey M․2017-04-181-2/+2
|
* [brightcove] Validate ambiguous embeds' URLs (closes #9163, closes #12005, ↵Sergey M․2017-04-151-24/+33
| | | | closes #12178, closes #12480)
* [brightcove] Relax video tag embeds extractionJohn Hawkinson2017-04-151-19/+39
| | | | | | | | 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(?).
* [brightcove:legacy] Relax videoPlayer validation check (closes #12381)Sergey M․2017-03-071-1/+7
|
* [brightcove:new] Add ability to smuggle geo_countries into URLSergey M․2017-03-031-0/+3
|
* [brightcove:new] Raise GeoRestrictedErrorSergey M․2017-03-031-2/+4
|
* [brightcove:legacy] restrict videoPlayer value(closes #12040)Remita Amine2017-02-181-0/+4
|
* [brightcove] Recognize another player IDYen Chi Hsuan2017-01-161-1/+1
| | | | Closes #11688
* [brightcove:legacy] Fix misplaced backslash in a regexpJakub Wilk2017-01-141-1/+1
|
* [brightcove:legacy] Improve embeds detection (closes #11523)Sergey M․2016-12-241-5/+8
|
* [brightcove:new] skip widevine classic videosRemita Amine2016-12-181-1/+1
|
* Unify coding cookieDéstin Reed2016-10-031-1/+1
|
* [brightcove:new] add support for live streamsRemita Amine2016-09-241-2/+8
|
* [brightcove] skip ism manifestsRemita Amine2016-07-141-4/+7
|
* [beightcove:new] remove html tags from descriptionRemita Amine2016-07-111-1/+2
|
* [brightcove:legacy] Support 'playlistTabs' and skip a dead testYen Chi Hsuan2016-07-071-5/+21
| | | | Closes #9965
* [brightcove] improve error detectionRemita Amine2016-07-031-0/+7
|
* [brightcove:new] Improve error reportingSergey M․2016-05-211-2/+7
|
* [brightcove] change the protocol for m3u8 formats to m3u8_nativeremitamine2016-05-131-5/+7
|
* Make tbr field 'int' rather than 'tuple'aystroganov@gmail.com2016-04-131-1/+1
| | | | Closes #9180.
* [brightcove:legacy] skip None value for uploader_idremitamine2016-04-021-1/+2
|
* [brightcove:legacy] extract uploader_id as a stringremitamine2016-04-021-5/+5
|
* [brightcove:new] extract subtitles and strip video titleremitamine2016-04-021-11/+13
|
* [brightcove:legacy] improve format extraction and extract uploader_id, ↵remitamine2016-04-021-7/+41
| | | | duration and timestamp
* [brightcove] fix format sortingremitamine2016-04-021-1/+2
|
* [brightcove] relax embed_in_page regexremitamine2016-03-311-1/+1
|
* [brightcove] Extract more formats (#8862)Yen Chi Hsuan2016-03-261-3/+13
|
* [brightcove] Support alternative BrightcoveExperience layoutYen Chi Hsuan2016-03-261-1/+4
| | | | The full URL lays in the `data` attribute of <object> (#8862)