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 addToResult() and multiple loaders #158

Closed otsch closed 2 months ago

otsch commented 2 months ago

Remove the methods addToResult(), addLaterToResult() and everything connected to that.

Also, it is no longer possible to provide multiple loaders via the crawler. Instead you can now manually provide customized loaders directly to steps via the new withLoader() method.

Further, also remove the Microseconds util class, which is now part of the crwlr/utils package.