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
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue