From d78dcb2a46926302c703aa9daad753f1ccc7bd55 Mon Sep 17 00:00:00 2001 From: vlakos Date: Wed, 1 Aug 2018 19:09:09 +0200 Subject: [PATCH] Update scraper.py --- scraper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraper.py b/scraper.py index 8abc4c3..11c8185 100644 --- a/scraper.py +++ b/scraper.py @@ -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 = {}