aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/daum.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/daum.py')
-rw-r--r--hypervideo_dl/extractor/daum.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/hypervideo_dl/extractor/daum.py b/hypervideo_dl/extractor/daum.py
index 4362e92..3ef5140 100644
--- a/hypervideo_dl/extractor/daum.py
+++ b/hypervideo_dl/extractor/daum.py
@@ -1,7 +1,3 @@
-# coding: utf-8
-
-from __future__ import unicode_literals
-
import itertools
from .common import InfoExtractor
@@ -129,7 +125,7 @@ class DaumClipIE(DaumBaseIE):
self._KAKAO_EMBED_BASE + video_id, 'Kakao', video_id)
-class DaumListIE(InfoExtractor):
+class DaumListIE(InfoExtractor): # XXX: Conventionally, base classes should end with BaseIE/InfoExtractor
def _get_entries(self, list_id, list_id_type):
name = None
entries = []