[fanbox:redirect] disable cookie usage (#8565)

This commit is contained in:
Mike Fährmann
2025-11-17 16:21:21 +01:00
parent 3b33c25378
commit 9e6b87f850

View File

@@ -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"