[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

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