Releases: serp-spider/search-engine-google
Releases · serp-spider/search-engine-google
v0.4.8
v0.4.7
v0.4.6
v0.4.5
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
- Bug fixes:
- fixed the captcha exception. The right exception is now returned when a captcha is found instead of an invalid response exception with status code "503".
- fixed invalid type hinting causing errors with hhvm.
- Google updates:
- bc break removed support for image captcha as google now uses recaptcha.
- Other:
- When an invalid classical result is found, throw an exception instead of returning invalid results causing fatal errors.
v0.3.0
- Dependencies
- bc break use version
0.3.x
ofserps/core
- bc break use version
- Updates
- bc break google url default domain is now
"www.google.com
instead ofgoogle.com
. This way we avoid extra redirects to the"www"
subdomain. - Fix a bug with search result group parser that was triggering a php error.
- bc break google url default domain is now
- Dom Updates
- Fix parsing for classical results on mobiles.
- Fix parsing for knowledge cards on mobiles.