[poipiku] send LANG cookie to ensure English UI (#5590)

pull/5603/head
Mike Fährmann 4 months ago
parent f651b3b6ab
commit bfcb66af05
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -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")

Loading…
Cancel
Save