Skip to content

Commit

Permalink
[poipiku] send LANG cookie to ensure English UI (#5590)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed May 17, 2024
1 parent f651b3b commit bfcb66a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gallery_dl/extractor/poipiku.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ class PoipikuExtractor(Extractor):
request_interval = (0.5, 1.5)

def _init(self):
self.cookies.set(
"LANG", "en", domain="poipiku.com")
self.cookies.set(
"POIPIKU_CONTENTS_VIEW_MODE", "1", domain="poipiku.com")

Expand Down

0 comments on commit bfcb66a

Please sign in to comment.