]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/cbs.py
[cleanup] Misc
[yt-dlp.git] / yt_dlp / extractor / cbs.py
index e32539c9e73e94ea4d4045e64eca4a0452e606fb..9515806edaf9520549e3a42475cfe0092edc9ca1 100644 (file)
@@ -10,7 +10,7 @@
 )
 
 
-class CBSBaseIE(ThePlatformFeedIE):
+class CBSBaseIE(ThePlatformFeedIE):  # XXX: Do not subclass from concrete IE
     def _parse_smil_subtitles(self, smil, namespace=None, subtitles_lang='en'):
         subtitles = {}
         for k, ext in [('sMPTE-TTCCURL', 'tt'), ('ClosedCaptionURL', 'ttml'), ('webVTTCaptionURL', 'vtt')]: