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
|
@ -25,7 +25,7 @@ class NownessBaseIE(InfoExtractor):
|
|||
bc_url = BrightcoveLegacyIE._extract_brightcove_url(player_code)
|
||||
if bc_url is None:
|
||||
raise ExtractorError('Could not find player definition')
|
||||
return self.url_result(bc_url, 'Brightcove')
|
||||
return self.url_result(bc_url, 'BrightcoveLegacy')
|
||||
elif source == 'vimeo':
|
||||
return self.url_result('http://vimeo.com/%s' % video_id, 'Vimeo')
|
||||
elif source == 'youtube':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue