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 d052eba commit 299fffb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scraper.py
Expand Up @@ -20,6 +20,7 @@ def scrape_dof(url):

item_left = row.cssselect("div.left-col")
company = item_left[0].text
print(item_left[0].text.encode("utf-8"))

#repeat process for <span class="right-col">
item_right = row.cssselect("div.right-col")
Expand Down

0 comments on commit 299fffb

Please sign in to comment.