aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/kompas.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/kompas.py')
-rw-r--r--yt_dlp/extractor/kompas.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/yt_dlp/extractor/kompas.py b/yt_dlp/extractor/kompas.py
index 03f5f30bd..8bad96190 100644
--- a/yt_dlp/extractor/kompas.py
+++ b/yt_dlp/extractor/kompas.py
@@ -1,7 +1,5 @@
from .jixie import JixieBaseIE
-# Video from video.kompas.com seems use jixie player
-
class KompasVideoIE(JixieBaseIE):
_VALID_URL = r'https?://video\.kompas\.com/\w+/(?P<id>\d+)/(?P<slug>[\w-]+)'