GMPranav / SRCDVD

A tool to detect runs with unviewable (deleted/private/expired) YouTube and Twitch for a given game in speedrun.com
Creative Commons Zero v1.0 Universal
6 stars 0 forks source link

Better way to find the end of results in SRC runs API #7

Closed GMPranav closed 12 months ago

GMPranav commented 12 months ago

We have been reliant on the html content of the game's stats page to find the number of runs, which is not great because any site update has a decent chance of breaking that piece of code.

Now I am using the pagination part of the API response and checking if there is a "next" section, if not then it means we have reached the end of results and hence can break the loop.