终极自动翻页 - 加载并拼接下一分页内容至当前页尾,智能适配任意网页
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.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
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.