github crwlrsoft/crawler v1.10.0

latest releases: v2.1.3, v2.1.2, v2.1.1...
3 months ago

Added

  • URL refiners: UrlRefiner::withScheme(), UrlRefiner::withHost(), UrlRefiner::withPort(), UrlRefiner::withoutPort(), UrlRefiner::withPath(), UrlRefiner::withQuery(), UrlRefiner::withoutQuery(), UrlRefiner::withFragment() and UrlRefiner::withoutFragment().
  • New paginator stop rules PaginatorStopRules::contains() and PaginatorStopRules::notContains().
  • Static method UserAgent::mozilla5CompatibleBrowser() to get a UserAgent instance with the user agent string Mozilla/5.0 (compatible) and also the new method withMozilla5CompatibleUserAgent in the AnonymousHttpCrawlerBuilder that you can use like this: HttpCrawler::make()->withMozilla5CompatibleUserAgent().

Don't miss a new crawler release

NewReleases is sending notifications on new releases.