aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/tele5.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/tele5.py')
-rw-r--r--hypervideo_dl/extractor/tele5.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/tele5.py b/hypervideo_dl/extractor/tele5.py
index c7beee1..9260db2 100644
--- a/hypervideo_dl/extractor/tele5.py
+++ b/hypervideo_dl/extractor/tele5.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
from .dplay import DPlayIE
from ..compat import compat_urlparse
from ..utils import (
@@ -9,7 +6,7 @@ from ..utils import (
)
-class Tele5IE(DPlayIE):
+class Tele5IE(DPlayIE): # XXX: Do not subclass from concrete IE
_VALID_URL = r'https?://(?:www\.)?tele5\.de/(?:[^/]+/)*(?P<id>[^/?#&]+)'
_GEO_COUNTRIES = ['DE']
_TESTS = [{