Sergey M․
54914380c0
[bbc] Add test for programme that fails with iptv-all mediaset
9 years ago
Sergey M․
26ccc68bed
[bbc] Clarify iptv-all mediaset rationale
9 years ago
Sergey M․
ee3d5a6d47
[bbc] Skip mediaselection on gelocation error ( Closes #6983 )
9 years ago
Sergey M․
d1c694ea4a
[bbc] Switch extraction to hq iptv hls ( Closes #2732 , closes #3023 , closes #4828 , closes #6803 , closes #6855 )
9 years ago
Sergey M․
a346b1ff57
[bbc] Add support for vxp-playlist-data embeds ( Closes #6453 )
9 years ago
Sergey M․
d12a1a47d5
[bbc] Improve work with mediaselection URLs
9 years ago
Sergey M․
d247a2c8bf
[bbc] Fix regex
9 years ago
Sergey M․
88ed52aec9
[bbc] Add support for direct bbc.co.uk embeds
9 years ago
fnord
cb23bcba29
BBCIE: Fix missing .mp4 formats on news sites
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.
9 years ago
Sergey M․
7a89681722
[bbc] Skip DASH until supported
9 years ago
Sergey M․
51da40e621
[bbc] PEP8
9 years ago
Sergey M․
9afa1770d1
[bbc] Improve playlist extraction, refactor, expand support and document
9 years ago
fnord
a3bfddfa5e
bbc.py: correct syntax
9 years ago
fnord
36da48798a
handle titles and captions set to ''
9 years ago
fnord
da92eeae42
Fix tests, description formatting
9 years ago
fnord
a9dcf4a860
Prefer externalId over non-mediaserver-specific hashkey for video id.
9 years ago
fnord
2a282a3b5f
Unbreak breakage that was broken to test breakage
9 years ago
fnord
7bb23aeca4
rename bbccouk.py -> bbc.py
9 years ago
fnord
de939d89eb
Support BBC news in other languages, non-mediaselector videos
9 years ago
fnord
77c975f536
typofix
9 years ago
fnord
75ab0ebcf5
no .get('..',None)
9 years ago
fnord
10273d6e08
toss new stuff into old file
9 years ago
fnord
a8b081a052
BBCNewsIE: eliminate redundant function.
BBCCoUkIE._download_media_selector: use class variable instead of
hardcoded string for mediaselector_url template.
9 years ago
Yen Chi Hsuan
25fa8d66e6
[bbccouk] Fix description ( closes #6006 )
9 years ago
Yen Chi Hsuan
974a6146fe
[bbccouk] Fix error handling
9 years ago
Sergey M․
650cfd0cb0
[bbccouk] Mute thumbnail
9 years ago
Sergey M․
e68ae99a41
[bbccouk] Add test for #5530
9 years ago
Sergey M․
8683b4d8d9
[bbccouk] Improve extraction ( Closes #5530 )
9 years ago
Jaime Marquínez Ferrándiz
f13b1e7d7f
[bbccouk] Convert to new subtitles system
I haven't found any video available outside the UK, so I haven't added tests.
I have updated how the srt file is build, because (at least for www.bbc.co.uk/programmes/p02j9b69) the subtitles is inside 'span' elements.
10 years ago
Sergey M․
f813928e4b
[bbccouk] Fix fallback to legacy playlist
10 years ago
Sergey M․
0692ef86ef
[bbccouk] Improve _VALID_URL
10 years ago
Sergey M․
c7e675940c
[bbccouk] Add support for music clips ( Closes #4143 )
10 years ago
Sergey M․
c491418526
[bbccouk] Update test
10 years ago
Sergey M․
317639758a
[bbccouk] Improve _VALID_URL
10 years ago
Philipp Hagemeister
931e2d1d26
[bbccouk] PEP8
10 years ago
Sergey M․
ae6986fb89
[bbccouk] Switch to new JSON playlist format ( Closes #4588 )
10 years ago
Philipp Hagemeister
da4d4191a9
Merge branch 'master' of github.com:rg3/youtube-dl
10 years ago
Sergey M․
04c9544187
[bbccouk] Fix vpid warning
10 years ago
Philipp Hagemeister
5f5e993dc6
[bbccouk] Remove unused import
10 years ago
Sergey M․
c056efa2e3
[bbccouk] Fix extraction ( #4104 , #4214 )
10 years ago
Jouke Waleson
9e1a5b8455
PEP8: applied even more rules
10 years ago
Jouke Waleson
8bcc875676
PEP8: more applied
10 years ago
Jouke Waleson
5f6a1245ff
PEP8 applied
10 years ago
Sergey M.
280bc5dad6
[bbccouk] Add friendly contry filter error message ( #2184 )
11 years ago
Sergey M.
f2d0fc6823
[bbccouk] Replace test
This older episode is from 1994 and hopefully won't get deleted.
11 years ago
Sergey M.
c7f0177fa7
[bbccouk] Skip test
11 years ago
Sergey M.
17968e444c
[bbc.co.uk] Fix TV episode test
11 years ago
Sergey M
2e3fd9ec2f
[bbc.co.uk] Improve overall extractor structure, add subtitles support
(#2184 )
Everything from http://www.bbc.co.uk/iplayer/ should be downloadable
now.
11 years ago
Sergey M.
8b7f73404a
[bbc.co.uk] Fix regex
11 years ago
Sergey M
85cacb2f51
[bbc.co.uk] Add one more link format
11 years ago