crwlrsoft / crawler

Library for Rapid (Web) Crawler and Scraper Development
https://www.crwlr.software/packages/crawler
MIT License
325 stars 11 forks source link

Remove/change deprecated paginator stuff #159

Closed otsch closed 1 month ago

otsch commented 1 month ago

Removes the PaginatorInterface and the old version of the AbstractPaginator. Also remove an unnecessary argument from the processLoaded method and the default implementation of the getNextRequest() method (child classes have to implement it themselves.