summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/bbc.py
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [bbc] Add another pattern for playlist.sxml (Closes #7743)Sergey M․2015-12-061-0/+1
* [bbc] Fix test_BBC_6Yen Chi Hsuan2015-12-051-0/+1
* [bbc.co.uk] Skip removed test videoYen Chi Hsuan2015-12-051-1/+2
* [bbc.co.uk] Fix test_BBCCoUkYen Chi Hsuan2015-12-051-3/+5
* [bbc] Fix _VALID_URLSergey M․2015-12-031-1/+1
* [bbc] Extract _ID_REGEX and ad one more video id pattern (Closes #7724)Sergey M․2015-12-021-5/+7
* [bbc] Allow selectionunavailable errors (Closes #7502)Sergey M․2015-11-141-3/+3
* Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (#7178)Jaime Marquínez Ferrándiz2015-10-251-3/+5
* [bbc.co.uk:article] Add new extractor (#7257)Yen Chi Hsuan2015-10-221-2/+32
* [bbc] Fix test_BBC_9Yen Chi Hsuan2015-10-221-0/+1
* [bbc] Fix FutureWarningSergey M․2015-10-171-1/+1
* [bbc] PEP 8Sergey M․2015-10-111-1/+1
* [bbc] Prefer iptv-all mediasetSergey M․2015-10-111-4/+8
* [bbc] Extract article JSON and actualize testsSergey M․2015-10-111-16/+29
* [bbc] Update testsSergey M․2015-10-101-23/+10
* [bbc] Remove durationSergey M․2015-10-101-1/+0
* [bbc] Support playlists of data-playableSergey M․2015-10-101-29/+44
* [bbc] Improve data-playable regexSergey M․2015-10-101-1/+2
* [bbc] Add another testSergey M․2015-10-101-0/+13
* [bbc] Extract legacy playlist embedded mediaSergey M․2015-10-101-14/+34
* [bbc] Make summary optional in legacy playlistSergey M․2015-10-101-1/+2
* [bbc] Add one more scenario for data-playable embedsSergey M․2015-10-101-18/+35
* [bbc] Make playlist title optionalSergey M․2015-10-101-1/+1
* [bbc] Add test for atricle with multiple videos embedded with playlist.sxmlSergey M․2015-10-101-0/+8
* [bbc] Support multiple videos in articles embedded with playlist.sxmlSergey M․2015-10-101-17/+21
* [bbc] Add support for videos in news articles embedded with data-playableSergey M․2015-10-101-0/+17
* [bbc] Add test for programme that fails with iptv-all mediasetSergey M․2015-09-261-0/+15
* [bbc] Clarify iptv-all mediaset rationaleSergey M․2015-09-261-0/+3
* [bbc] Skip mediaselection on gelocation error (Closes #6983)Sergey M․2015-09-261-1/+1
* [bbc] Switch extraction to hq iptv hls (Closes #2732, closes #3023, closes #4...Sergey M․2015-09-191-0/+7
* [bbc] Add support for vxp-playlist-data embeds (Closes #6453)Sergey M․2015-08-041-5/+40
* [bbc] Improve work with mediaselection URLsSergey M․2015-07-301-17/+33
* Merge branch 'pr-fix_bbc_mediaselector' of https://github.com/atomicdryad/you...Sergey M․2015-07-291-10/+17
|\
| * BBCIE: Fix missing .mp4 formats on news sitesfnord2015-07-271-10/+17
* | [bbc] Fix regexSergey M․2015-07-281-1/+1
* | [bbc] Add support for direct bbc.co.uk embedsSergey M․2015-07-271-4/+30
|/
* [bbc] Skip DASH until supportedSergey M․2015-07-251-0/+4
* [bbc] PEP8Sergey M․2015-07-251-1/+1
* [bbc] Improve playlist extraction, refactor, expand support and documentSergey M․2015-07-251-120/+255
* Merge branch 'pr-bbcnews' of https://github.com/atomicdryad/youtube-dl into a...Sergey M․2015-07-241-7/+7