aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/mitele.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/mitele.py')
-rw-r--r--yt_dlp/extractor/mitele.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/mitele.py b/yt_dlp/extractor/mitele.py
index 12b2b2432..ea2998672 100644
--- a/yt_dlp/extractor/mitele.py
+++ b/yt_dlp/extractor/mitele.py
@@ -5,7 +5,7 @@ from ..utils import (
)
-class MiTeleIE(TelecincoIE):
+class MiTeleIE(TelecincoIE): # XXX: Do not subclass from concrete IE
IE_DESC = 'mitele.es'
_VALID_URL = r'https?://(?:www\.)?mitele\.es/(?:[^/]+/)+(?P<id>[^/]+)/player'