Browse Source

[bbc] Skip a geo-restricted test case

totalwebcasting
Yen Chi Hsuan 8 years ago
parent
commit
573c35272f
No known key found for this signature in database GPG Key ID: 3FDDD575826C5C30
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/bbc.py

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

@ -192,6 +192,7 @@ class BBCCoUkIE(InfoExtractor):
# rtmp download
'skip_download': True,
},
'skip': 'Now it\'s really geo-restricted',
}, {
# compact player (https://github.com/rg3/youtube-dl/issues/8147)
'url': 'http://www.bbc.co.uk/programmes/p028bfkf/player',


Loading…
Cancel
Save