mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-09 10:50:38 +00:00
Update yt_dlp/extractor/spankbang.py
Co-authored-by: Simon Sawicki <accounts@grub4k.xyz>
This commit is contained in:
parent
e1e2f8ee9e
commit
2e3b852851
@ -131,8 +131,7 @@ class SpankBangIE(InfoExtractor):
|
||||
og_url = self._search_regex(
|
||||
r'<meta property="og:url" content="(.*?)"', webpage, 'og:url', default=None)
|
||||
if og_url:
|
||||
video_id = self._search_regex(
|
||||
r'https://spankbang.com/([^/]+)/', og_url, 'video ID', default=None)
|
||||
video_id = self._search_regex(r'https://spankbang.com/([^/]+)/', og_url, 'video ID', default=None)
|
||||
|
||||
info = self._search_json_ld(webpage, video_id, default={})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user