]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/toutv.py
[cleanup] Misc
[yt-dlp.git] / yt_dlp / extractor / toutv.py
index 349c0bded930427568f5b5a456b070f14db1b701..f60c199f0e8fb30dd4ebedbc3e235fb30358eecc 100644 (file)
@@ -9,7 +9,7 @@
 )
 
 
-class TouTvIE(RadioCanadaIE):
+class TouTvIE(RadioCanadaIE):  # XXX: Do not subclass from concrete IE
     _NETRC_MACHINE = 'toutv'
     IE_NAME = 'tou.tv'
     _VALID_URL = r'https?://ici\.tou\.tv/(?P<id>[a-zA-Z0-9_-]+(?:/S[0-9]+[EC][0-9]+)?)'