Browse Source

[bbc] Add test for #8147

totalwebcasting
Sergey M․ 9 years ago
parent
commit
1ac6e794cb
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      youtube_dl/extractor/bbc.py

+ 13
- 0
youtube_dl/extractor/bbc.py View File

@ -193,6 +193,19 @@ class BBCCoUkIE(InfoExtractor):
# rtmp download
'skip_download': True,
},
}, {
# compact player (https://github.com/rg3/youtube-dl/issues/8147)
'url': 'http://www.bbc.co.uk/programmes/p028bfkf/player',
'info_dict': {
'id': 'p028bfkj',
'ext': 'flv',
'title': 'Extract from BBC documentary Look Stranger - Giant Leeks and Magic Brews',
'description': 'Extract from BBC documentary Look Stranger - Giant Leeks and Magic Brews',
},
'params': {
# rtmp download
'skip_download': True,
},
}, {
'url': 'http://www.bbc.co.uk/iplayer/playlist/p01dvks4',
'only_matching': True,


Loading…
Cancel
Save