Rename all references to legacy studio Brightcove extractor
This commit is contained in:
parent
1f4b722b00
commit
3b7d9aa487
5 changed files with 9 additions and 9 deletions
|
@ -10,7 +10,7 @@ from ..utils import RegexNotFoundError, ExtractorError
|
|||
class SpaceIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://(?:(?:www|m)\.)?space\.com/\d+-(?P<title>[^/\.\?]*?)-video\.html'
|
||||
_TEST = {
|
||||
'add_ie': ['Brightcove'],
|
||||
'add_ie': ['BrightcoveLegacy'],
|
||||
'url': 'http://www.space.com/23373-huge-martian-landforms-detail-revealed-by-european-probe-video.html',
|
||||
'info_dict': {
|
||||
'id': '2780937028001',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue