mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-03 13:42:57 +08:00
Updated fix for Heise extractor
This commit is contained in:
parent
117ed449a4
commit
7d4dd5dfad
@ -55,7 +55,7 @@ class HeiseIE(InfoExtractor):
|
||||
}]
|
||||
|
||||
def _real_extract(self, url):
|
||||
url = re.sub(r'https?://(?:www\.)?heise\.de/',
|
||||
url = re.sub(r'^https?://(?:www\.)?heise\.de/',
|
||||
'https://m.heise.de/',
|
||||
url)
|
||||
video_id = self._match_id(url)
|
||||
|
Loading…
Reference in New Issue
Block a user