Browse Source

[bbc.co.uk] Skip removed test video

totalwebcasting
Yen Chi Hsuan 9 years ago
parent
commit
a3ef0e1cdd
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      youtube_dl/extractor/bbc.py

+ 2
- 1
youtube_dl/extractor/bbc.py View File

@ -111,7 +111,8 @@ class BBCCoUkIE(InfoExtractor):
'params': { 'params': {
# rtmp download # rtmp download
'skip_download': True, 'skip_download': True,
}
},
'skip': 'Episode is no longer available on BBC iPlayer Radio',
}, { }, {
'url': 'http://www.bbc.co.uk/music/clips/p02frcc3', 'url': 'http://www.bbc.co.uk/music/clips/p02frcc3',
'note': 'Audio', 'note': 'Audio',


Loading…
Cancel
Save