about summary refs log tree commit diff
path: root/youtube_dl/extractor/bbc.py
Commit message (Expand)AuthorAgeFilesLines
* [bbc] switch to media selector v6Remita Amine2020-12-261-54/+20
* [bbc] fix BBC Three clip extractionRemita Amine2020-11-241-3/+19
* [bbc] fix BBC News videos extractionRemita Amine2020-11-241-1/+34
* [bbccouk] PEP8Sergey M․2020-05-141-1/+1
* [bbc] Fix some testsJay2019-08-281-2/+2
* [bbccouk] Extend _VALID_URL (closes #19200)Jay2019-08-281-0/+15
* Start moving to ytdl-orgSergey M․2019-03-111-1/+1
* Use compat_etree_ElementSergey M․2019-03-061-2/+2
* [bbccouk] Make subtitles non fatal (#19651)Sergey M․2019-02-241-2/+10
* [bbc] Add support for another embed pattern (closes #18643)Sergey M․2018-12-311-0/+18
* [bbccouk] Extend _ID_REGEX (closes #17270)Sergey M․2018-08-201-1/+7
* [bbc] add support for BBC Radio Play pages(closes #17022)Remita Amine2018-07-211-0/+41
* [bbccouk] Use expected_statusSergey M․2018-06-181-9/+3
* [bbc] Add support for bbcthree (closes #16612)Sergey M․2018-06-031-0/+42
* [bbc.co.uk] fix extraction for 320k m3u8 streamsRemita Amine2017-12-121-1/+1
* Fix some regexesSergey M․2017-10-091-1/+1
* [bbccouk] Add support for w-prefixed ids (closes #14056)Sergey M․2017-08-301-1/+4
* [bbccouk] Add support for events URLs (closes #13893)Sergey M․2017-08-191-1/+2
* [bbccouk] Extend _VALID_URLSergey M․2017-06-291-3/+5
* [bbccouk] Capture and output error message (closes #13518)Sergey M․2017-06-291-0/+6
* [bbc] Add support for authenticationSergey M․2017-05-261-0/+40
* improve coding styleRemita Amine2017-04-121-2/+2
* [bbccouk] Treat bitrate as audio+video bitrate in media selectorSergey M․2017-04-101-1/+1
* [bbccouk] Skip unrecognized formats in media selector (#12701)Sergey M․2017-04-101-0/+2
* [bbccouk] Add support for https protocol in media selector (closes #12701)Sergey M․2017-04-101-1/+1
* [bbc] extract m3u8 formats with 320k audioRemita Amine2017-02-101-0/+11
* Improve some _VALID_URLsstepshal2016-09-141-1/+1
* [bbc:playlist] Fix testsSergey M․2016-08-161-18/+18
* [bbc:playlist] Add support for pagination (Closes #10349)Sergey M․2016-08-161-6/+42
* [bbc] Add proper default to _search_json_ld callSergey M․2016-08-081-1/+1
* [bbc] Remove proxy from testSergey M․2016-08-071-1/+0
* [bbc] PEP 8Sergey M․2016-08-071-2/+2
* [bbc] Add support for morph embeds (Closes #10239)Sergey M․2016-08-071-0/+64
* [bbc] preserve format_id backward compatibilityRemita Amine2016-08-071-1/+1
* [bbc] fix testRemita Amine2016-08-061-1/+1
* [bbc] reduce requests and improve format_idRemita Amine2016-08-061-1/+8
* [bbc] improve extractionRemita Amine2016-08-061-92/+83
* [bbc.co.uk:iplayer:playlist] Add support for group URLsSergey M․2016-07-211-3/+12
* [bbc.co.uk:iplayer:playlist] Skip unavailable testSergey M․2016-07-211-0/+1
* [bbc] Improve extraction from sxml playlistsSergey M․2016-07-191-3/+17
* Revert "[bbc] extract more and better qulities from Unified Streaming Platfor...Sergey M․2016-07-171-18/+21
* [bbc] extract only the original Unified Streaming Platform m3u8 manifestsRemita Amine2016-07-131-11/+3
* [bbc] extract more and better qulities from Unified Streaming Platform m3u8 m...Remita Amine2016-07-131-22/+27
* [bbc] Skip a geo-restricted test caseYen Chi Hsuan2016-06-181-0/+1
* [bbccouk] Add support for playlists (Closes #9812)Sergey M․2016-06-171-2/+73
* [bbc] Fix a testYen Chi Hsuan2016-04-161-0/+1
* [bbc] Set vcodec to none for audio formatsSergey M․2016-04-021-0/+1
* [bbc] Extend vpid regex (Closes #9003)Sergey M․2016-03-271-1/+5
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-1/+1
* Add missing r prefix for _VALID_URLsSergey M․2016-03-211-1/+1