From 0333c4a65a91c33e9c6692cef883f8ca4fa3beb1 Mon Sep 17 00:00:00 2001 From: Ben Faerber Date: Fri, 21 Feb 2025 15:03:48 -0700 Subject: [PATCH] Update yt_dlp/extractor/softwhiteunderbelly.py Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com> --- yt_dlp/extractor/softwhiteunderbelly.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/softwhiteunderbelly.py b/yt_dlp/extractor/softwhiteunderbelly.py index c81fcfd9a..a55375687 100644 --- a/yt_dlp/extractor/softwhiteunderbelly.py +++ b/yt_dlp/extractor/softwhiteunderbelly.py @@ -86,7 +86,7 @@ def _real_extract(self, url): '_type': 'url_transparent', 'ie_key': VHXEmbedIE.ie_key(), 'url': VHXEmbedIE._smuggle_referrer(embed_url, 'https://www.softwhiteunderbelly.com'), - 'id': self._search_regex(r'embed\.vhx\.tv/videos/(.+?)\?', embed_url, 'id'), + 'id': embed_id, 'display_id': display_id, 'title': clean_html(get_element_by_class('video-title', watch_info)), 'description': self._html_search_meta('description', webpage, fatal=False),