aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/daum.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/daum.py')
-rw-r--r--yt_dlp/extractor/daum.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/daum.py b/yt_dlp/extractor/daum.py
index a1f197b0b..3ef514065 100644
--- a/yt_dlp/extractor/daum.py
+++ b/yt_dlp/extractor/daum.py
@@ -125,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 = []