diff --git a/sites/tbibank.py b/sites/tbibank.py index 943d1bd..920adfc 100644 --- a/sites/tbibank.py +++ b/sites/tbibank.py @@ -7,7 +7,7 @@ url = "https://tbibankro.recruitee.com/" scraper = Scraper() -scraper.get_from_url(url) +scraper.get_from_url(url, verify=False) container = scraper.find("div", {"data-component": "PublicApp"})