This commit is contained in:
cube
2026-06-02 14:36:35 +01:00
parent bc69b237be
commit 9c27da9265

View File

@@ -115,6 +115,7 @@ class Race:
if self.url != "None":
full_url = "https://www.procyclingstats.com/" + self.url
self.scraper = cloudscraper.create_scraper()
req = self.scraper.get(full_url)
html = req.text
soup = BeautifulSoup(html, "html.parser")