Skip to content

Commit

Permalink
[gelbooru] enable all content when not using API
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Jul 27, 2019
1 parent 279db2c commit 17a3426
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gallery_dl/extractor/gelbooru.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def __init__(self, match):
self.params.update({"page": "dapi", "s": "post", "q": "index"})
else:
self.items = self.items_noapi
self.session.cookies["fringeBenefits"] = "yup"

def items_noapi(self):
data = self.get_metadata()
Expand Down

0 comments on commit 17a3426

Please sign in to comment.