diff --git a/scraper.py b/scraper.py index b6ac468..b30af5b 100644 --- a/scraper.py +++ b/scraper.py @@ -10,6 +10,7 @@ # # Read in a page for page in testing: + print ("scraping: "+page) counter = 0 html = scraperwiki.scrape("https://www.wien.gv.at/petition/online/"+page) # # Find something on the page using css selectors