mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[generic] Add BBC iPlayer playlist test
This commit is contained in:
parent
476eae0c2a
commit
faa4ea68c0
1 changed files with 8 additions and 0 deletions
|
@ -181,6 +181,14 @@ class GenericIE(InfoExtractor):
|
||||||
'description': 'Episode 18: President Barack Obama sits down with Zach Galifianakis for his most memorable interview yet.',
|
'description': 'Episode 18: President Barack Obama sits down with Zach Galifianakis for his most memorable interview yet.',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
# BBC iPlayer embeds
|
||||||
|
{
|
||||||
|
'url': 'http://www.bbc.co.uk/blogs/adamcurtis/posts/BUGGER',
|
||||||
|
'info_dict': {
|
||||||
|
'title': 'BBC - Blogs - Adam Curtis - BUGGER',
|
||||||
|
},
|
||||||
|
'playlist_mincount': 18,
|
||||||
|
},
|
||||||
# RUTV embed
|
# RUTV embed
|
||||||
{
|
{
|
||||||
'url': 'http://www.rg.ru/2014/03/15/reg-dfo/anklav-anons.html',
|
'url': 'http://www.rg.ru/2014/03/15/reg-dfo/anklav-anons.html',
|
||||||
|
|
Loading…
Reference in a new issue