🏠 Home 

Pagetual

Automatisk hentning af næste paginerede websider og indsættelse på nuværende side for uendelig rulning. Støt tusindvis af websteder uden nogen regler.

< Feedback on Pagetual

Review: Good - script works

§
Posted: 01.05.2023

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.

hoothinAuthor
§
Posted: 03.05.2023

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"
}
§
Posted: 03.05.2023

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.

Post reply

Sign in to post a reply.