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 451afbb commit b115710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -20,7 +20,7 @@
for footer in footers:
footertextall = footer.text_content()
print(len(footertextall))
print(footertextall[0:15])
print(footertextall[0:20])
print(footer)
convertedfooter = lxml.html.tostring(footer)
print(convertedfooter)
Expand Down

0 comments on commit b115710

Please sign in to comment.