zoffline / zwift-offline

Use Zwift offline
GNU Affero General Public License v3.0
650 stars 105 forks source link

Update get_pro_names.py #348

Closed fatsbrown closed 1 month ago

fatsbrown commented 1 month ago

Fix error parsing procyclingstats.com rankings.

  File "get_pro_names.py", line 91, in get_pros
    tmp['first_name'] = (td.a.contents[1].strip())
                         ~~~~~~~~~~~~~^^^
IndexError: list index out of range