aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/nick.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/nick.py')
-rw-r--r--hypervideo_dl/extractor/nick.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/hypervideo_dl/extractor/nick.py b/hypervideo_dl/extractor/nick.py
index ba7da76..de22cb8 100644
--- a/hypervideo_dl/extractor/nick.py
+++ b/hypervideo_dl/extractor/nick.py
@@ -1,7 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
-
from .mtv import MTVServicesInfoExtractor
from ..utils import update_url_query
@@ -192,7 +188,7 @@ class NickDeIE(MTVServicesInfoExtractor):
return self._remove_template_parameter(config['feedWithQueryParams'])
-class NickNightIE(NickDeIE):
+class NickNightIE(NickDeIE): # XXX: Do not subclass from concrete IE
IE_NAME = 'nicknight'
_VALID_URL = r'https?://(?:www\.)(?P<host>nicknight\.(?:de|at|tv))/(?:playlist|shows)/(?:[^/]+/)*(?P<id>[^/?#&]+)'
_TESTS = [{