mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-29 08:04:51 +00:00
[extractor] Common function _match_valid_url
This commit is contained in:
@@ -51,7 +51,7 @@ class GaskrankIE(InfoExtractor):
|
||||
webpage, default=None) or self._html_search_meta(
|
||||
'title', webpage, fatal=True)
|
||||
|
||||
categories = [re.match(self._VALID_URL, url).group('categories')]
|
||||
categories = [self._match_valid_url(url).group('categories')]
|
||||
|
||||
mobj = re.search(
|
||||
r'Video von:\s*(?P<uploader_id>[^|]*?)\s*\|\s*vom:\s*(?P<upload_date>[0-9][0-9]\.[0-9][0-9]\.[0-9][0-9][0-9][0-9])',
|
||||
|
Reference in New Issue
Block a user