baronet2 / FirstCyclingAPI

An unofficial Python API wrapper for firstcycling.com
https://firstcyclingapi.readthedocs.io/en/latest/
MIT License
25 stars 3 forks source link

Handle new format for results tables #25

Closed baronet2 closed 1 year ago

baronet2 commented 1 year ago

After some investigation, I found that issue #23 is because the format for the results tables for races in 2023 is different than for older races. I believe that this PR fixes the error that prevented results for older races from loading.

I think the one remaining issue is that classifications for 2023 stage races cannot be loaded. I'll leave that for a separate PR.