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

@ -116,7 +116,7 @@ class SafariIE(SafariBaseIE):
if not bc_url:
raise ExtractorError('Could not extract Brightcove URL from %s' % url, expected=True)
return self.url_result(smuggle_url(bc_url, {'Referer': url}), 'Brightcove')
return self.url_result(smuggle_url(bc_url, {'Referer': url}), 'BrightcoveLegacy')
class SafariCourseIE(SafariBaseIE):