aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/bbc.py
Commit message (Collapse)AuthorAgeFilesLines
...
* [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 ↵Sergey M․2015-09-191-0/+7
| | | | #4828, closes #6803, closes #6855)
* [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 ↵Sergey M․2015-07-291-10/+17
|\ | | | | | | https://github.com/atomicdryad/youtube-dl into atomicdryad-pr-fix_bbc_mediaselector
| * BBCIE: Fix missing .mp4 formats on news sitesfnord2015-07-271-10/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to merge BBCNewsIE from pr #6026 was rewritten into BBCIE in 9afa177. Support was added for non-news sites (/travel, /sports), however support for the news mediaselector was removed to support these sites. This removed support for .mp4. pr #6026 ( news site, news mediaseletor : http://open.live.bbc.co.uk/mediaselector/4/mtis/stream/ ) format code extension resolution note journalism_nonuk_stream_h264_flv_200_akamai flv 400x224 h264@ 176k, 1001.77KiB journalism_nonuk_stream_h264_flv_400_akamai flv 400x224 h264@ 512k, 2.85MiB journalism_nonuk_stream_h264_flv_med_akamai flv 640x360 h264@ 800k, 4.43MiB journalism_nonuk_stream_h264_flv_hi_akamai flv 688x384 h264@1500k, 8.34MiB journalism_world_stream_h264_http_200_sis_news_http mp4 400x224 h264@ 176k, 1001.77KiB journalism_world_stream_h264_http_400_sis_news_http mp4 400x224 h264@ 512k, 2.85MiB journalism_world_stream_h264_http_hi_sis_news_http mp4 688x384 h264@1500k, 8.34MiB (best) # 9afa177 ( same url, non-news mediaselector: http://open.live.bbc.co.uk/mediaselector/5/select/version/2.0/mediaset/journalism-pc/vpid/ ) format code extension resolution note journalism_nonuk_stream_h264_flv_lo_akamai flv 384x216 h264@ 496k, 2.76MiB journalism_nonuk_stream_h264_flv_med_akamai flv 640x360 h264@ 800k, 4.43MiB journalism_nonuk_stream_h264_flv_hi_akamai flv 688x384 h264@1500k, 8.34MiB (best) This change corrects the above, by trying /mediaselector/5 if /mediaselector/4 fails.
* | [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 ↵Sergey M․2015-07-241-7/+7
| | | | atomicdryad-pr-bbcnews
* bbc.py: correct syntaxfnord2015-07-171-53/+53
|
* handle titles and captions set to ''fnord2015-07-171-2/+4
|
* Merge remote-tracking branch 'origin/master' into pr-bbcnewsfnord2015-06-251-15/+0
|
* Fix tests, description formattingfnord2015-06-251-4/+18
|
* Prefer externalId over non-mediaserver-specific hashkey for video id.fnord2015-06-231-1/+1
|
* Unbreak breakage that was broken to test breakagefnord2015-06-201-1/+1
|
* rename bbccouk.py -> bbc.pyfnord2015-06-201-0/+556