From 8cd550d3bc502fd6a715788ee7dc7b9cba98fc37 Mon Sep 17 00:00:00 2001 From: Chad Skelton Date: Fri, 5 Jul 2019 18:11:18 -0700 Subject: [PATCH] Update scraper.py --- scraper.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scraper.py b/scraper.py index 5075898..de98db3 100644 --- a/scraper.py +++ b/scraper.py @@ -174,7 +174,9 @@ def scrape_bcpc(url): # new instructions for canlii site - section = soup.find ("div", {"id" : "recentDecisions"}) + print section + + section = soup.find ("div", {"id" : "decisionsListing"}) decisions = section.findAll ("a")