Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yngveny committed Sep 25, 2017
1 parent a64b4ea commit 886c0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -20,7 +20,7 @@ def scrape_dof(url):
#repeat process for <span class="right-col">
item_right = row.cssselect("div.right-col")
ref = item_right[0].text
date = item_right[1].text
#date = item_right[1].text

#record['URL'] = url
record['Title'] = title
Expand Down

0 comments on commit 886c0b9

Please sign in to comment.