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:
parent
fef80a2f55
commit
a595949840
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user