]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/mitele.py
[ie/crunchyroll] Fix stream extraction (#10005)
[yt-dlp.git] / yt_dlp / extractor / mitele.py
index 12b2b2432dcb5058b52c10d493f155a78ef566d3..ea29986729caf36cd9f8eda6da1174cb8499a0ad 100644 (file)
@@ -5,7 +5,7 @@
 )
 
 
-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'