From fe190be589f921294ec31f5b8c4d2c89fec082da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Thu, 19 Sep 2024 20:50:58 +0200 Subject: [PATCH] [8chan] update 'TOS' cookie name --- gallery_dl/extractor/8chan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery_dl/extractor/8chan.py b/gallery_dl/extractor/8chan.py index f174ad99..37f48c73 100644 --- a/gallery_dl/extractor/8chan.py +++ b/gallery_dl/extractor/8chan.py @@ -28,7 +28,7 @@ class _8chanExtractor(Extractor): def _init(self): self.cookies.set( - "TOS20240718", "1", domain=self.root.rpartition("/")[2]) + "TOS20240918", "1", domain=self.root.rpartition("/")[2]) @memcache() def cookies_prepare(self):