github crwlrsoft/crawler v1.7.0

latest releases: v1.7.2, v1.7.1
2 months ago

Added

  • Allow getting the whole decoded JSON as array with the new Json::all() and also allow to get the whole decoded JSON, when using Json::get(), inside a mapping using either empty string or * as target. Example: Json::get(['all' => '*']). * only works, when there is no key * in the decoded data.

Fixed

  • Make it work with responses loaded by a headless browser. If decoding the input string fails, it now checks if it could be HTML. If that's the case, it extracts the text content of the <body> and tries to decode this instead.

Don't miss a new crawler release

NewReleases is sending notifications on new releases.