mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-20 05:47:24 +01: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 @@ def extract_format(format_id, format_url):
|
|||||||
og_url = self._search_regex(
|
og_url = self._search_regex(
|
||||||
r'<meta property="og:url" content="(.*?)"', webpage, 'og:url', default=None)
|
r'<meta property="og:url" content="(.*?)"', webpage, 'og:url', default=None)
|
||||||
if og_url:
|
if og_url:
|
||||||
video_id = self._search_regex(
|
video_id = self._search_regex(r'https://spankbang.com/([^/]+)/', og_url, 'video ID', default=None)
|
||||||
r'https://spankbang.com/([^/]+)/', og_url, 'video ID', default=None)
|
|
||||||
|
|
||||||
info = self._search_json_ld(webpage, video_id, default={})
|
info = self._search_json_ld(webpage, video_id, default={})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user