From 7e21328585afda6d66f98ca476301680eeffac32 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 5 Aug 2024 11:06:10 +0200 Subject: Adding upstream version 2024.07.01. Signed-off-by: Daniel Baumann --- yt_dlp/extractor/xnxx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yt_dlp/extractor/xnxx.py') diff --git a/yt_dlp/extractor/xnxx.py b/yt_dlp/extractor/xnxx.py index 74d4f04..a1b7e75 100644 --- a/yt_dlp/extractor/xnxx.py +++ b/yt_dlp/extractor/xnxx.py @@ -41,7 +41,7 @@ class XNXXIE(InfoExtractor): def get(meta, default=NO_DEFAULT, fatal=True): return self._search_regex( - r'set%s\s*\(\s*(["\'])(?P(?:(?!\1).)+)\1' % meta, + rf'set{meta}\s*\(\s*(["\'])(?P(?:(?!\1).)+)\1', webpage, meta, default=default, fatal=fatal, group='value') title = self._og_search_title( -- cgit v1.2.3