]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/cmt.py
[ie/crunchyroll] Fix stream extraction (#10005)
[yt-dlp.git] / yt_dlp / extractor / cmt.py
index 4eec066dd7eae44798eac4b7bdb28e580b71f8ee..6359102aa500ed000c5e31f3e34042bac055e8f4 100644 (file)
@@ -3,7 +3,8 @@
 # TODO Remove - Reason: Outdated Site
 
 
-class CMTIE(MTVIE):
+class CMTIE(MTVIE):  # XXX: Do not subclass from concrete IE
+    _WORKING = False
     IE_NAME = 'cmt.com'
     _VALID_URL = r'https?://(?:www\.)?cmt\.com/(?:videos|shows|(?:full-)?episodes|video-clips)/(?P<id>[^/]+)'