Skip to content

Commit

Permalink
riskommunal: add another cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Preinstorfer committed Sep 25, 2020
1 parent 0d1cec6 commit 99fd2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feeds/spiders/riskommunal.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class RisKommunalSpider(FeedsSpider):
name = "riskommunal"
custom_settings = {"COOKIES_ENABLED": True}
allowed_domains = []
cookies = {"ris-cookie": "g7750"}
cookies = {"ris-cookie": "g7750", "ris_cookie_setting": "g7750"}

_sites = []
_titles = {}
Expand Down

0 comments on commit 99fd2de

Please sign in to comment.