mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 02:32:33 +01:00
[8chan] update 'TOS' cookie name
This commit is contained in:
parent
bb03311894
commit
fe190be589
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user