Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
seananaidu committed Feb 16, 2017
1 parent e46b852 commit 4b90bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -25,7 +25,7 @@
print "There are",len(pages),"pages"

# # For each page in the document and for each element in a page
for page in pages:
for page in pages[3:4]:
for el in page:
# # If the element is tagged as text, print our that text and its attribute
if el.tag == "text":
Expand Down

0 comments on commit 4b90bd1

Please sign in to comment.