diff --git a/scraper.py b/scraper.py index 07aa0f2..7160280 100644 --- a/scraper.py +++ b/scraper.py @@ -113,7 +113,7 @@ def scrape_and_look_for_next_link(url): #if next_link: next_url = base_url+'GetCaseInformation.aspx?db=garfield&number=CF-2011-'+str(next_link) print next_url - scrape_and_look_for_next_link(next_url) + #scrape_and_look_for_next_link(next_url) # --------------------------------------------------------------------------- # START HERE: define your starting URL - then