aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/heise.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/heise.py')
-rw-r--r--yt_dlp/extractor/heise.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/heise.py b/yt_dlp/extractor/heise.py
index 84e5d3023..a80eaaf81 100644
--- a/yt_dlp/extractor/heise.py
+++ b/yt_dlp/extractor/heise.py
@@ -121,7 +121,7 @@ class HeiseIE(InfoExtractor):
if kaltura_id:
return _make_kaltura_result('kaltura:2238431:%s' % kaltura_id)
- yt_urls = YoutubeIE._extract_urls(webpage)
+ yt_urls = YoutubeIE._extract_embed_urls(url, webpage)
if yt_urls:
return self.playlist_from_matches(
yt_urls, video_id, title, ie=YoutubeIE.ie_key())