diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-05-01 04:02:56 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-05-01 04:02:56 +0600 |
commit | e68ae99a417f39db269dcffb5011cfcc8341552d (patch) | |
tree | 84bc4c94a9b7a6b0c19119f4694b7e979baadf8b /youtube_dl/extractor/bbccouk.py | |
parent | 8683b4d8d91a7c6b72ca4a12bf6b538cbb4b2a68 (diff) |
[bbccouk] Add test for #5530
Diffstat (limited to 'youtube_dl/extractor/bbccouk.py')
-rw-r--r-- | youtube_dl/extractor/bbccouk.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/youtube_dl/extractor/bbccouk.py b/youtube_dl/extractor/bbccouk.py index 22c2843be..dbfbbb5ca 100644 --- 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, }, { |