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