1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-05 11:36:12 +02:00
This commit is contained in:
c-basalt 2024-06-29 17:19:52 -04:00
parent 4427d268b7
commit 8e8909ce25

View File

@ -275,7 +275,7 @@ def _real_extract(self, url):
}
return self.url_result(
self._search_regex(r'<meta\s+name="externalVideoUrl"\s+content="([^"]+)"', webpage, 'videoUrl'),
self._html_search_meta('externalVideoUrl', webpage, 'videoUrl', fatal=True),
url_transparent=True, ie=MicrosoftMediusIE, **metainfo)