Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chadskelton committed Jul 6, 2019
1 parent 878247c commit 8cd550d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scraper.py
Expand Up @@ -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")

Expand Down

0 comments on commit 8cd550d

Please sign in to comment.