1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 18:53:21 +01:00

[webtoons]: Add cookie rstagGDPR_DE=true (#1431)

This commit is contained in:
Christian Paul 2021-04-07 21:42:55 +02:00 committed by GitHub
parent 583bee7725
commit 41fbc20020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ class WebtoonsExtractor(Extractor):
match.groups()
cookies = self.session.cookies
cookies.set("pagGDPR", "true", domain=self.cookiedomain)
cookies.set("rstagGDPR_DE", "true", domain=self.cookiedomain)
cookies.set("ageGatePass", "true", domain=self.cookiedomain)
def request(self, url, **kwargs):