Skip to content

Commit

Permalink
Saarland: add data-url
Browse files Browse the repository at this point in the history
  • Loading branch information
cyroxx committed Nov 4, 2019
1 parent cbf0f7a commit f62ad29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jedeschule/spiders/saarland.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ def parse(self, response):

def parse_list(self, response):
school = response.css("body")
data = {'name': response.meta["name"]}
data = {'name': response.meta["name"],
'data-url': response.url}

# All of the entries except for Homepage follow
# the pattern `key:value`. For `Homepage` this is
Expand Down

0 comments on commit f62ad29

Please sign in to comment.