aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/bandaichannel.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/bandaichannel.py')
-rw-r--r--hypervideo_dl/extractor/bandaichannel.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/hypervideo_dl/extractor/bandaichannel.py b/hypervideo_dl/extractor/bandaichannel.py
index f1bcdef..d7fcf44 100644
--- a/hypervideo_dl/extractor/bandaichannel.py
+++ b/hypervideo_dl/extractor/bandaichannel.py
@@ -1,11 +1,8 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
-from .brightcove import BrightcoveNewIE
+from .brightcove import BrightcoveNewBaseIE
from ..utils import extract_attributes
-class BandaiChannelIE(BrightcoveNewIE):
+class BandaiChannelIE(BrightcoveNewBaseIE):
IE_NAME = 'bandaichannel'
_VALID_URL = r'https?://(?:www\.)?b-ch\.com/titles/(?P<id>\d+/\d+)'
_TESTS = [{