Skip to content

Commit 4762a03

Browse files
Merge pull request #674 from lalalaurentiu/main
Fix scraper URL request to disable SSL verification
2 parents d4c6a65 + 6ae0e15 commit 4762a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/tbibank.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
url = "https://tbibankro.recruitee.com/"
88

99
scraper = Scraper()
10-
scraper.get_from_url(url)
10+
scraper.get_from_url(url, verify=False)
1111

1212
container = scraper.find("div", {"data-component": "PublicApp"})
1313

0 commit comments

Comments
 (0)