aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/hitbox.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/hitbox.py')
-rw-r--r--yt_dlp/extractor/hitbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/hitbox.py b/yt_dlp/extractor/hitbox.py
index 6ecdd390c..fdcf6770d 100644
--- a/yt_dlp/extractor/hitbox.py
+++ b/yt_dlp/extractor/hitbox.py
@@ -127,7 +127,7 @@ class HitboxIE(InfoExtractor):
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 = [{