1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2025-01-31 11:41:35 +01:00

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

This commit is contained in:
Mike Fährmann 2024-07-20 02:15:29 +02:00
parent fef80a2f55
commit a595949840
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

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