Skip to content

Commit

Permalink
[webtoons]: Add cookie rstagGDPR_DE=true (#1431)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaller94 authored Apr 7, 2021
1 parent 583bee7 commit 41fbc20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gallery_dl/extractor/webtoons.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def __init__(self, match):
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):
Expand Down

0 comments on commit 41fbc20

Please sign in to comment.