diff --git a/scraper.py b/scraper.py index de78591..df277c4 100644 --- a/scraper.py +++ b/scraper.py @@ -16,8 +16,8 @@ def scrape_dof(url): record = {} a = row.cssselect("a") #grab all tags within our
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