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