mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-09 12:50:23 -05:00
Update yt_dlp/extractor/softwhiteunderbelly.py
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
parent
d155d0cff7
commit
0333c4a65a
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ def _real_extract(self, url):
|
||||||
'_type': 'url_transparent',
|
'_type': 'url_transparent',
|
||||||
'ie_key': VHXEmbedIE.ie_key(),
|
'ie_key': VHXEmbedIE.ie_key(),
|
||||||
'url': VHXEmbedIE._smuggle_referrer(embed_url, 'https://www.softwhiteunderbelly.com'),
|
'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,
|
'display_id': display_id,
|
||||||
'title': clean_html(get_element_by_class('video-title', watch_info)),
|
'title': clean_html(get_element_by_class('video-title', watch_info)),
|
||||||
'description': self._html_search_meta('description', webpage, fatal=False),
|
'description': self._html_search_meta('description', webpage, fatal=False),
|
||||||
|
|
Loading…
Reference in a new issue