youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit e68ae99a417f39db269dcffb5011cfcc8341552d
parent 8683b4d8d91a7c6b72ca4a12bf6b538cbb4b2a68
Author: Sergey M․ <dstftw@gmail.com>
Date:   Fri,  1 May 2015 04:02:56 +0600

[bbccouk] Add test for #5530

Diffstat:
Myoutube_dl/extractor/bbccouk.py | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/bbccouk.py b/youtube_dl/extractor/bbccouk.py @@ -116,6 +116,20 @@ class BBCCoUkIE(InfoExtractor): 'skip_download': True, } }, { + 'url': 'http://www.bbc.co.uk/iplayer/episode/b054fn09/ad/natural-world-20152016-2-super-powered-owls', + 'info_dict': { + 'id': 'p02n76xf', + 'ext': 'flv', + 'title': 'Natural World, 2015-2016: 2. Super Powered Owls', + 'description': 'md5:e4db5c937d0e95a7c6b5e654d429183d', + 'duration': 3540, + }, + 'params': { + # rtmp download + 'skip_download': True, + }, + 'skip': 'geolocation', + }, { 'url': 'http://www.bbc.co.uk/iplayer/playlist/p01dvks4', 'only_matching': True, }, {