Skip to content

Commit

Permalink
HB: add data_url to store the information source
Browse files Browse the repository at this point in the history
for #23
  • Loading branch information
cyroxx committed Oct 14, 2019
1 parent 9aa0a4a commit 0259ee6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jedeschule/spiders/bremen.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ def parse_detail(self, response):
# Filter out this pointless entry
if key is not None:
collection[key] = value
collection['data_url'] = response.url
yield collection

0 comments on commit 0259ee6

Please sign in to comment.