From 74d5957677017e61cad414ba8a069f9a5ff2257a Mon Sep 17 00:00:00 2001 From: Brian Foley Date: Thu, 31 Dec 2015 21:59:16 +0000 Subject: [PATCH] [bbccouk] Skip tests for unavailable content --- youtube_dl/extractor/bbc.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/youtube_dl/extractor/bbc.py b/youtube_dl/extractor/bbc.py index 923273fb2..df52ee95d 100644 --- a/youtube_dl/extractor/bbc.py +++ b/youtube_dl/extractor/bbc.py @@ -126,7 +126,8 @@ class BBCCoUkIE(InfoExtractor): 'params': { # rtmp download 'skip_download': True, - } + }, + 'skip': 'Clip no longer available on BBC Music', }, { 'url': 'http://www.bbc.co.uk/music/clips/p025c0zz', 'note': 'Video', @@ -184,6 +185,7 @@ class BBCCoUkIE(InfoExtractor): # rtmp download 'skip_download': True, }, + 'skip': 'This episode is not currently available on BBC iPlayer Radio', }, { 'url': 'http://www.bbc.co.uk/iplayer/playlist/p01dvks4', 'only_matching': True,