[8chan] update 'TOS' cookie name

This commit is contained in:
Mike Fährmann
2024-09-19 20:50:58 +02:00
parent bb03311894
commit fe190be589

View File

@@ -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):