Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vlakos committed Aug 1, 2018
1 parent 19110ef commit d78dcb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -37,7 +37,7 @@ def gettext_with_bi_tags(el):

# print the first hundred text elements from the first page
page0 = pages[0]
for el in list(page0)[:100]:
for el in list(page0)[:10000]:
if el.tag == "text":
print el.attrib, gettext_with_bi_tags(el)
record = {}
Expand Down

0 comments on commit d78dcb2

Please sign in to comment.