Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RWilletts92 committed Feb 26, 2019
1 parent df96b83 commit 1bc7ac4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scraper.py
Expand Up @@ -18,6 +18,5 @@

record={}
for link in matchedlinks:
list=link.text_content()
print(list)

list=link.text_content().encode('utf-8')
print(list.encode('utf-8'))

0 comments on commit 1bc7ac4

Please sign in to comment.