mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 19:52:40 +01:00
[bbc] Add test for programme that fails with iptv-all mediaset
This commit is contained in:
parent
26ccc68bed
commit
54914380c0
@ -156,6 +156,21 @@ class BBCCoUkIE(InfoExtractor):
|
|||||||
'skip_download': True,
|
'skip_download': True,
|
||||||
},
|
},
|
||||||
'skip': 'geolocation',
|
'skip': 'geolocation',
|
||||||
|
}, {
|
||||||
|
# iptv-all mediaset fails with geolocation however there is no geo restriction
|
||||||
|
# for this programme at all
|
||||||
|
'url': 'http://www.bbc.co.uk/programmes/b06bp7lf',
|
||||||
|
'info_dict': {
|
||||||
|
'id': 'b06bp7kf',
|
||||||
|
'ext': 'flv',
|
||||||
|
'title': "Annie Mac's Friday Night, B.Traits sits in for Annie",
|
||||||
|
'description': 'B.Traits sits in for Annie Mac with a Mini-Mix from Disclosure.',
|
||||||
|
'duration': 10800,
|
||||||
|
},
|
||||||
|
'params': {
|
||||||
|
# rtmp download
|
||||||
|
'skip_download': True,
|
||||||
|
},
|
||||||
}, {
|
}, {
|
||||||
'url': 'http://www.bbc.co.uk/iplayer/playlist/p01dvks4',
|
'url': 'http://www.bbc.co.uk/iplayer/playlist/p01dvks4',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
|
Loading…
Reference in New Issue
Block a user