Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nictait committed Aug 3, 2014
1 parent 14248f2 commit 016b599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Expand Up @@ -66,13 +66,13 @@
#print cell.text_content()



recno = 0
for url in urllist:
print url
root = lxml.html.parse(url).getroot()
docstr = lxml.html.tostring(root)

recno = 0

div = root.xpath( '//div[@id="main"]' )

colnum = 0
Expand Down

0 comments on commit 016b599

Please sign in to comment.