mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-07 15:54:51 +00:00
[extractor] Common function _match_valid_url
This commit is contained in:
@@ -173,7 +173,7 @@ class HotStarIE(HotStarBaseIE):
|
||||
}
|
||||
|
||||
def _real_extract(self, url):
|
||||
mobj = re.match(self._VALID_URL, url)
|
||||
mobj = self._match_valid_url(url)
|
||||
video_id = mobj.group('id')
|
||||
video_type = mobj.group('type')
|
||||
cookies = self._get_cookies(url)
|
||||
|
Reference in New Issue
Block a user