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 4d840e6 commit aba466e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scraper.py
Expand Up @@ -181,11 +181,9 @@ def scrape_bcpc(url):
decisions = table.findAll ("a")
# decisions = soup.findAll ("div", {"class":"views-field views-field-text"})
'''
# new instructions for canlii site, commented out because no longer working
'''
print soup
Expand All @@ -205,7 +203,7 @@ def scrape_bcpc(url):
# record["url"] = badurl.replace("/judgments.php?link=","")
record["url"] = 'https://www.canlii.org' + decision.get('href')
tweetit(record)
'''
'''



Expand Down

0 comments on commit aba466e

Please sign in to comment.