mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-31 22:55:18 +00:00
[extractor] Common function _match_valid_url
This commit is contained in:
@@ -38,7 +38,7 @@ class DBTVIE(InfoExtractor):
|
||||
webpage)]
|
||||
|
||||
def _real_extract(self, url):
|
||||
display_id, video_id = re.match(self._VALID_URL, url).groups()
|
||||
display_id, video_id = self._match_valid_url(url).groups()
|
||||
info = {
|
||||
'_type': 'url_transparent',
|
||||
'id': video_id,
|
||||
|
||||
Reference in New Issue
Block a user