]> jfr.im git - yt-dlp.git/blobdiff - youtube_dl/extractor/safari.py
[brightcove] Rename extractor to brightcove legacy
[yt-dlp.git] / youtube_dl / extractor / safari.py
index a602af6928d2a9d054fc8670342a6ddf7d9ef4da..4f1f05c6a845fefe6db1270ca77ce0bb425adffe 100644 (file)
@@ -4,7 +4,7 @@
 import re
 
 from .common import InfoExtractor
-from .brightcove import BrightcoveIE
+from .brightcove import BrightcoveLegacyIE
 
 from ..compat import (
     compat_urllib_parse,
@@ -112,7 +112,7 @@ def _real_extract(self, url):
             '%s/%s/chapter-content/%s.html' % (self._API_BASE, course_id, part),
             part)
 
-        bc_url = BrightcoveIE._extract_brightcove_url(webpage)
+        bc_url = BrightcoveLegacyIE._extract_brightcove_url(webpage)
         if not bc_url:
             raise ExtractorError('Could not extract Brightcove URL from %s' % url, expected=True)