Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbradshaw committed Feb 18, 2019
1 parent 79bbfa8 commit aeb0b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -19,7 +19,7 @@
print(footers)
for footer in footers:
print(footer)
print(footer.text)
#print(footer.text)
print(footer.text_content())
print(lxml.html.tostring(footer))
print(footer.attrib['id'])
Expand Down

0 comments on commit aeb0b97

Please sign in to comment.