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 68cf12c commit 75a44d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Expand Up @@ -16,8 +16,8 @@ def scrape_dof(url):
record = {}
a = row.cssselect("a") #grab all <a> tags within our <div>
title = a[0].text
print a[0].text
print a[1].text
print(a[0].text.encode("utf-8"))
print(a[1].text.encode("utf-8"))
#company = a[1].text

#repeat process for <span class="right-col">
Expand Down

0 comments on commit 75a44d6

Please sign in to comment.