mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-03 00:25:08 +00:00
@ -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'
|
||||
|
||||
|
Reference in New Issue
Block a user