1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-21 18:22:30 +01:00

[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
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

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