1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-14 00:10:01 +08:00

[bbccouk] Skip tests for unavailable content

This commit is contained in:
Brian Foley 2015-12-31 21:59:16 +00:00
parent 59f197aec1
commit 74d5957677

View File

@ -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,