Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LilaRa committed Jan 25, 2018
1 parent e5e4a17 commit 62a60b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -12,7 +12,7 @@
root = lxml.html.fromstring(html)
names = root.cssselect("td div a")
for name in names:
#print name.text
print name.text
print name.attrib ['href']
record ['link']=name.attrib['href']
print record
Expand Down

0 comments on commit 62a60b7

Please sign in to comment.