crwlrsoft / crawler

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

Fix paginating with multiple initial inputs #127

Closed otsch closed 7 months ago

otsch commented 7 months ago

Reset paginator state after finishing paginating for one base input, to enable paginating multiple listings of the same structure.

Also fix a warning when running tests, because of a final new line in a demo cache file and add memory limit option when running phpstan.