diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-11-14 06:05:46 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-11-14 06:05:46 +0600 |
commit | 3b7d9aa487399e06bba5dc03c90b6576c2b067b9 (patch) | |
tree | bb9ca1d356f72a0f6abe1896ccf87ce362ef1fd0 /youtube_dl/extractor/safari.py | |
parent | 1f4b722b00fd5c24468cd4d072e8b5c5428ca515 (diff) |
Rename all references to legacy studio Brightcove extractor
Diffstat (limited to 'youtube_dl/extractor/safari.py')
-rw-r--r-- | youtube_dl/extractor/safari.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/safari.py b/youtube_dl/extractor/safari.py index 4f1f05c6a..e9e33d0a3 100644 --- a/youtube_dl/extractor/safari.py +++ b/youtube_dl/extractor/safari.py @@ -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): |