diff --git a/youtube_dl/extractor/heise.py b/youtube_dl/extractor/heise.py index 410af24cf..d39c9056d 100644 --- a/youtube_dl/extractor/heise.py +++ b/youtube_dl/extractor/heise.py @@ -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)