Skip to content

Commit

Permalink
[8chan] update 'TOS' cookie name
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Sep 19, 2024
1 parent bb03311 commit fe190be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gallery_dl/extractor/8chan.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __init__(self, match):

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

0 comments on commit fe190be

Please sign in to comment.