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 98fec0f commit d946d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -21,7 +21,7 @@ def scrape_dof(url):
a = row.cssselect("a") #grab all <a> tags within our <div>
title = a[0].text

for div in row.cssselect("left-col"):
for div in row.cssselect("div"):
print(div.text_content())


Expand Down

0 comments on commit d946d6f

Please sign in to comment.