aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/veoh.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/veoh.py')
-rw-r--r--yt_dlp/extractor/veoh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/veoh.py b/yt_dlp/extractor/veoh.py
index a32c2fccb..d9b3ab115 100644
--- a/yt_dlp/extractor/veoh.py
+++ b/yt_dlp/extractor/veoh.py
@@ -130,7 +130,7 @@ class VeohIE(InfoExtractor):
}
-class VeohUserIE(VeohIE):
+class VeohUserIE(VeohIE): # XXX: Do not subclass from concrete IE
_VALID_URL = r'https?://(?:www\.)?veoh\.com/users/(?P<id>[\w-]+)'
IE_NAME = 'veoh:user'