]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/cmt.py
[cleanup] Remove dead extractors (#8604)
[yt-dlp.git] / yt_dlp / extractor / cmt.py
index 8aed7708b1632e5d32eba414b154f3525b486262..6359102aa500ed000c5e31f3e34042bac055e8f4 100644 (file)
@@ -4,6 +4,7 @@
 
 
 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>[^/]+)'