Rename all references to legacy studio Brightcove extractor

This commit is contained in:
Sergey M․ 2015-11-14 06:05:46 +06:00
parent 1f4b722b00
commit 3b7d9aa487
5 changed files with 9 additions and 9 deletions

View file

@ -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':