From 072873437c0792aa4d88e6b6b026ca237fdf9338 Mon Sep 17 00:00:00 2001 From: DarkFighterLuke Date: Sat, 26 Feb 2022 16:22:33 +0100 Subject: [PATCH] Fix uploader regex --- youtube_dl/extractor/xnxx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/xnxx.py b/youtube_dl/extractor/xnxx.py index 8e119411d..cd7d2cf49 100644 --- a/youtube_dl/extractor/xnxx.py +++ b/youtube_dl/extractor/xnxx.py @@ -79,7 +79,7 @@ class XNXXIE(InfoExtractor): tags = self._search_regex(r'(?P.+?)', webpage) + uploader_data = re.findall(r'(?P.+?)', webpage) uploader_id = '' uploader_url = '' if uploader_data is not None: