From 9e6b87f850691799549950f55c664fe3b585ea12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Mon, 17 Nov 2025 16:21:21 +0100 Subject: [PATCH] [fanbox:redirect] disable cookie usage (#8565) --- gallery_dl/extractor/fanbox.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gallery_dl/extractor/fanbox.py b/gallery_dl/extractor/fanbox.py index 53868a2b..e9f41612 100644 --- a/gallery_dl/extractor/fanbox.py +++ b/gallery_dl/extractor/fanbox.py @@ -414,6 +414,7 @@ class FanboxRedirectExtractor(Extractor): """Extractor for pixiv redirects to fanbox.cc""" category = "fanbox" subcategory = "redirect" + cookies_domain = None pattern = r"(?:https?://)?(?:www\.)?pixiv\.net/fanbox/creator/(\d+)" example = "https://www.pixiv.net/fanbox/creator/12345"