aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/sevenplus.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/sevenplus.py')
-rw-r--r--hypervideo_dl/extractor/sevenplus.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/hypervideo_dl/extractor/sevenplus.py b/hypervideo_dl/extractor/sevenplus.py
index 9867961..222bf6c 100644
--- a/hypervideo_dl/extractor/sevenplus.py
+++ b/hypervideo_dl/extractor/sevenplus.py
@@ -1,10 +1,7 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
import json
import re
-from .brightcove import BrightcoveNewIE
+from .brightcove import BrightcoveNewBaseIE
from ..compat import (
compat_HTTPError,
compat_str,
@@ -16,7 +13,7 @@ from ..utils import (
)
-class SevenPlusIE(BrightcoveNewIE):
+class SevenPlusIE(BrightcoveNewBaseIE):
IE_NAME = '7plus'
_VALID_URL = r'https?://(?:www\.)?7plus\.com\.au/(?P<path>[^?]+\?.*?\bepisode-id=(?P<id>[^&#]+))'
_TESTS = [{