]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/bandaichannel.py
[extractor/brightcove] Add `BrightcoveNewBaseIE` and fix embed extraction (#5558)
[yt-dlp.git] / yt_dlp / extractor / bandaichannel.py
index e438d16ea48e7f7861348a0eb525ab47c73c8ce3..d7fcf44bd948e014523f90409f181c59e675945b 100644 (file)
@@ -1,8 +1,8 @@
-from .brightcove import BrightcoveNewIE
+from .brightcove import BrightcoveNewBaseIE
 from ..utils import extract_attributes
 
 
-class BandaiChannelIE(BrightcoveNewIE):  # XXX: Do not subclass from concrete IE
+class BandaiChannelIE(BrightcoveNewBaseIE):
     IE_NAME = 'bandaichannel'
     _VALID_URL = r'https?://(?:www\.)?b-ch\.com/titles/(?P<id>\d+/\d+)'
     _TESTS = [{