brkurzawa / ifsc-webscraper

Python web scraper for ifsc climbing results using Selenium
5 stars 5 forks source link

String concatenation breaks bouldering attempt data #1

Open drey7925 opened 4 years ago

drey7925 commented 4 years ago

The scraper records bouldering attempt information in a format similar to %dT%dz%d%. This makes it impossible to distinguish attempts for tops/zones; e.g. 3T5z115 is ambiguous as it could be 3/5/11/5 or 3/5/1/15.

Brambor commented 2 years ago

Actually, your case is solvable, as it cannot be 3/5/1/15. With 3 tops they had to attempt at least 3 times, 1 isn't enough. Then it has to be 3/5/11/5.

But 3T5z315 isn't solvable.