Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support of "pagination" of tracker results #403

Open
antonsoroko opened this issue Apr 15, 2024 · 1 comment
Open

Add support of "pagination" of tracker results #403

antonsoroko opened this issue Apr 15, 2024 · 1 comment

Comments

@antonsoroko
Copy link
Contributor

Just an theoretical idea: it would be nice to have support of "pagination" (when tracker show several pages with results).
It is quite optional feature since usually we use search URLs with sort by seeds and usually number of results on the first page is larger than burst setting about "maximum results from provider".
But i guess for some trackers (the ones that show small number of results per page) this feature could be useful.

@antonsoroko antonsoroko changed the title Add support of "pagination" Add support of "pagination" of tracker results Apr 15, 2024
@elgatito
Copy link
Owner

@antonsoroko Usually we have limits per-provider to avoid bombing websites requesting Torrent files or subpages.

To implement paging we need to have another html selector for pages and implement a loop through pages somehow, knowing where we visited.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants