Closed cowmama7 closed 2 years ago
You need to get the number of pages, then the total number of results is around 20 * num_pages
num_pages=$(grep -Po '<li class="last"><a href="/search/game/\K[0-9]+(?=/">Last</a></li>)' "$cachedir/tmp.html") || num_pages=1
I will do a pull request with that feature soon
It seems notflix caps out at 20 titles displayed, what can I alter in the notflix.sh file to change this cap to 50 or so?