[8chan] update 'TOS' cookie name (#5868)

pull/5870/head
Mike Fährmann 2 months ago
parent fef80a2f55
commit a595949840
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -27,7 +27,8 @@ class _8chanExtractor(Extractor):
Extractor.__init__(self, match) Extractor.__init__(self, match)
def _init(self): def _init(self):
self.cookies.set("TOS", "1", domain=self.root.rpartition("/")[2]) self.cookies.set(
"TOS20240718", "1", domain=self.root.rpartition("/")[2])
@memcache() @memcache()
def cookies_prepare(self): def cookies_prepare(self):

Loading…
Cancel
Save