logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: faa4ea68c08efc5bddb863455bab7c2fe64dcbc3
parent 476eae0c2a7cb4de1f00d050d733f1df1bd6cc0f
Author: Sergey M․ <dstftw@gmail.com>
Date:   Fri,  2 Jan 2015 20:56:42 +0600

[generic] Add BBC iPlayer playlist test

Diffstat:

Myoutube_dl/extractor/generic.py8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git 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',