Releases: opsdisk/yagooglesearch
Releases · opsdisk/yagooglesearch
v1.3.0
- If the IP address is sourcing from a European Union country, the cookie has to be modified. Thank you to @LeMoussel and @kusinhavre for reporting and providing feedback in #5
v1.2.0
- Added
verify_ssl
option
- Added logic for some URLs returned from Google that start with
http://www.google.com/url?
instead of /url?
v1.1.0
Changed language URL parameter from lr=lang_{self.lang}
to hl={self.lang}
in the SearchClient.update_urls()
function.