]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/hitbox.py
[cleanup] Misc
[yt-dlp.git] / yt_dlp / extractor / hitbox.py
index 6ecdd390c46a86bfa642c9020ee82a6ffe3c6ffa..fdcf6770d542ea9fd43bb03fad29035adb5a7949 100644 (file)
@@ -127,7 +127,7 @@ def _real_extract(self, url):
         return metadata
 
 
-class HitboxLiveIE(HitboxIE):
+class HitboxLiveIE(HitboxIE):  # XXX: Do not subclass from concrete IE
     IE_NAME = 'hitbox:live'
     _VALID_URL = r'https?://(?:www\.)?(?:hitbox|smashcast)\.tv/(?P<id>[^/?#&]+)'
     _TESTS = [{