Аутоматско преузимање следећих пагинираних веб страница и уметање у тренутну страницу за бесконачно померање. Подржите хиљаде веб локација без икаквог правила.
That's because link ">" under "rating-users" was recognized as next link with smart rule. You can use this custom rule
{ "name": "ČSFD.cz", "url": "^https?://www\\.csfd\\.cz/", "nextLink": ".tab-content>.box-more-bar>.pagination>.current+a" }
That's because link ">" under "rating-users" was recognized as next link with smart rule.
You can use this custom rule{ "name": "ČSFD.cz", "url": "^https?://www\\.csfd\\.cz/", "nextLink": ".tab-content>.box-more-bar>.pagination>.current+a" } Import
It's works as expected. Thank you, hoothin.
Fix CSFD.cz
This is example URL: https://www.csfd.cz/film/410534-ready-player-one-hra-zacina/prehled/
The last page is 4, but Pagetual joins the last page repeatedly. I tried to fix it myself, but I failed.