diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-01-02 20:56:42 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-01-02 20:56:42 +0600 |
commit | faa4ea68c08efc5bddb863455bab7c2fe64dcbc3 (patch) | |
tree | d4c36a81c9353daaf5c70688c233309b3b816d18 /youtube_dl | |
parent | 476eae0c2a7cb4de1f00d050d733f1df1bd6cc0f (diff) |
[generic] Add BBC iPlayer playlist test
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/generic.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/youtube_dl/extractor/generic.py b/youtube_dl/extractor/generic.py index fd4ee4667..493afb57d 100644 --- a/youtube_dl/extractor/generic.py +++ b/youtube_dl/extractor/generic.py @@ -181,6 +181,14 @@ class GenericIE(InfoExtractor): '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 { 'url': 'http://www.rg.ru/2014/03/15/reg-dfo/anklav-anons.html', |