From 8d1c79c2b2316e3a08f56b5598dd027f6ece51f5 Mon Sep 17 00:00:00 2001 From: Benjamin VERGNAUD Date: Mon, 25 Aug 2025 23:44:57 +0200 Subject: [PATCH] fix(imagebam): update cookies to bypass guard page Signed-off-by: Benjamin VERGNAUD --- gallery_dl/extractor/imagebam.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gallery_dl/extractor/imagebam.py b/gallery_dl/extractor/imagebam.py index 171feea4..abba9dfb 100644 --- a/gallery_dl/extractor/imagebam.py +++ b/gallery_dl/extractor/imagebam.py @@ -23,6 +23,7 @@ class ImagebamExtractor(Extractor): def _init(self): self.cookies.set("nsfw_inter", "1", domain="www.imagebam.com") + self.cookies.set("sfw_inter", "1", domain="www.imagebam.com") def _parse_image_page(self, path): page = self.request(self.root + path).text