Smart123s / ItchClaim

Automatically claim free games from itch.io
https://itchclaim.tmbpeter.com
MIT License
52 stars 1 forks source link

Wrong number of titles in user library #15

Closed theitchtime closed 1 month ago

theitchtime commented 1 month ago

When reloading the cache of the user's library, the report claims I have 50 more titles than actual.

https://github.com/Smart123s/ItchClaim/blob/master/ItchClaim/ItchUser.py#L183-L192

Itch is reading page0, page1, page2, page3 -- page0 and page1 give identical results from url testing. Range should start from 1 to give accurate count.

theitchtime commented 1 month ago

I think range is backwards - 1, int(1e18)

Smart123s commented 1 month ago

Thanks, I don't know how I mixed them up.