jtkencode / cp-leaderboard

0 stars 0 forks source link

Fix assertion on the Atcoder scraper #12

Closed saifulwebid closed 3 years ago

saifulwebid commented 3 years ago

Fix assertion on the Atcoder scraper so it only validates the first column of the table (showing the rank) to contain one or more integers, instead of requiring two integers to be present.

The assertion failed when it encounters Atcoder members that were inactive for quite some time, causing their Atcoder rank to be shown as "-", but still showing their rank on the university level.

image