Skip to content

Commit

Permalink
Store url to details page in scraped data
Browse files Browse the repository at this point in the history
For #23
  • Loading branch information
k-nut committed Dec 9, 2016
1 parent adf70f3 commit c1fa147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jedeschule/spiders/thueringen.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ def parse_overview(self, response):
if len(tds) == 2:
collection[tds[0][:-1]] = tds[1]
print(collection)
collection['data_url'] = response.url
yield collection

0 comments on commit c1fa147

Please sign in to comment.