aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/fancode.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/fancode.py')
-rw-r--r--hypervideo_dl/extractor/fancode.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/hypervideo_dl/extractor/fancode.py b/hypervideo_dl/extractor/fancode.py
index 7ea16c6..1b5db81 100644
--- a/hypervideo_dl/extractor/fancode.py
+++ b/hypervideo_dl/extractor/fancode.py
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
from .common import InfoExtractor
from ..compat import compat_str
@@ -128,7 +125,7 @@ class FancodeVodIE(InfoExtractor):
}
-class FancodeLiveIE(FancodeVodIE):
+class FancodeLiveIE(FancodeVodIE): # XXX: Do not subclass from concrete IE
IE_NAME = 'fancode:live'
_VALID_URL = r'https?://(www\.)?fancode\.com/match/(?P<id>[0-9]+).+'