0 card drops remaining across 0 apps (Page 1)
whatugonnado opened this issue · 2 comments
whatugonnado commented
Why doesn't it search for Page 2 or more?
whatugonnado commented
was using cli version in (bash on ubuntu on) windows
RedSparr0w commented
From #25
Steam has recently limited the badges page to 150 apps per page,
search for:
$_('.badge_row').length == 250
inside of farmer.js
and replace it with:
$_('.badge_row').length == 150
That should check your first page of badges then once that page is done it will move onto the next page until all cards have dropped