mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-08 04:02:40 +01:00
[bbc] Add another test
This commit is contained in:
parent
e6174ee975
commit
c936d8cc7b
@ -559,6 +559,19 @@ class BBCIE(BBCCoUkIE):
|
|||||||
'params': {
|
'params': {
|
||||||
'skip_download': True,
|
'skip_download': True,
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
# single video embedded with playlist.sxml in data-playable
|
||||||
|
'url': 'http://www.bbc.com/turkce/multimedya/2015/10/151010_vid_ankara_patlama_ani',
|
||||||
|
'info_dict': {
|
||||||
|
'id': '151010_vid_ankara_patlama_ani',
|
||||||
|
'ext': 'mp4',
|
||||||
|
'title': "Ankara'da patlama anı",
|
||||||
|
'timestamp': 1444480325,
|
||||||
|
'upload_date': '20151010',
|
||||||
|
},
|
||||||
|
'params': {
|
||||||
|
'skip_download': True,
|
||||||
|
}
|
||||||
}, {
|
}, {
|
||||||
# single video embedded with mediaAssetPage.init() (regional section)
|
# single video embedded with mediaAssetPage.init() (regional section)
|
||||||
'url': 'http://www.bbc.com/mundo/video_fotos/2015/06/150619_video_honduras_militares_hospitales_corrupcion_aw',
|
'url': 'http://www.bbc.com/mundo/video_fotos/2015/06/150619_video_honduras_militares_hospitales_corrupcion_aw',
|
||||||
|
Loading…
Reference in New Issue
Block a user