summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/bbc.py
Commit message (Collapse)AuthorAgeFilesLines
* [bbc.co.uk] fix extraction for 320k m3u8 streamsRemita Amine2017-12-121-1/+1
| | | | broken since 197224b7a4e37a6581bf1a0da18d0f67ea61a476
* 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
| | | | | | - extract f4m and dash formats - improve format sorting and listing - improve extraction of articles with `otherSettings.playlist`
* [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 ↵Sergey M․2016-07-171-18/+21
| | | | | | Platform m3u8 manifests" This reverts commit 0385aa6199206e4ba7745efec73be26c5826286a.
* [bbc] extract only the original Unified Streaming Platform m3u8 manifestsRemita Amine2016-07-131-11/+3
| | | | | https://github.com/rg3/youtube-dl/commit/0385aa6199206e4ba7745efec73be26c5826286a#commitcomment-18233275 manifests with higher birate require more time to check formats
* [bbc] extract more and better qulities from Unified Streaming Platform m3u8 ↵Remita Amine2016-07-131-22/+27
| | | | manifests
* [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
|
* [bbc] Update testSergey M․2016-03-131-9/+9
|
* [bbc] Update testSergey M․2016-03-131-1/+1
|
* [bbc] Improve title and description extraction (Closes #8826, closes #8822)Sergey M․2016-03-131-9/+18
|
* [bbc] Fix BBC Extractor to work with 'School Report'Benjamin Congdon2016-03-131-7/+8
|
* [refactor] Single quotes consistencySergey M․2016-02-141-1/+1
|
* [bbc] Add test for #8147Sergey M․2016-01-281-0/+13
|
* [bbc] Add another description regexSergey M․2016-01-281-1/+2
|
* [bbc] Add another title regex (Closes #8340)Sergey M․2016-01-281-1/+2
|
* [bbc] Use _search_json_ldYen Chi Hsuan2016-01-161-13/+4
|
* [bbccouk] Update tests (Closes #8090)Sergey M․2016-01-041-10/+9
|
* [bbccouk] Extend title extractionSergey M․2016-01-021-1/+2
|
* [bbccouk] Extend _VALID_URL (Closes #8116)Sergey M․2016-01-021-1/+14
|
* Simplify formats accumulation for f4m/m3u8/smil formatsSergey M․2015-12-291-4/+2
| | | | Now all _extract_*_formats routines return a list
* [bbc] Add another pattern for playlist.sxml (Closes #7743)Sergey M․2015-12-061-0/+1
|