- update readme

This commit is contained in:
rocketlaunchr-cto 2021-01-13 16:46:14 +11:00
parent 30c093eaf9
commit 7322b6b129

View File

@ -57,7 +57,7 @@ The implementation relies on Google's search page DOM being constant. From time
In the event it changes, this package will be updated as soon as possible. In the event it changes, this package will be updated as soon as possible.
Also note, that if you call this function too quickly, Google detects that it is being scraped and produces a [recaptcha](https://www.google.com/recaptcha/intro/v3.html) which interferes with the scraping. **Don't call it in quick succession. It may take some time before Google unlocks you.** Also note, that if you call this function too quickly, Google detects that it is being scraped and produces a [recaptcha](https://www.google.com/recaptcha/intro/v3.html) which interferes with the scraping. **Don't call it in quick succession.** It may take some time before Google unblocks you.
You can try the built-in [rate-limiter](https://godoc.org/github.com/rocketlaunchr/google-search#RateLimit). You can try the built-in [rate-limiter](https://godoc.org/github.com/rocketlaunchr/google-search#RateLimit).
@ -69,8 +69,7 @@ You can try the built-in [rate-limiter](https://godoc.org/github.com/rocketlaunc
<div xmlns="http://www.w3.org/1999/xhtml"> <div xmlns="http://www.w3.org/1999/xhtml">
<div style="font-family: arial, sans-serif; background-color: #fff; color: #000; padding:20px; font-size:18px;" onload="e=document.getElementById('captcha');if(e){e.focus();}"> <div style="font-family: arial, sans-serif; background-color: #fff; color: #000; padding:20px; font-size:18px;" onload="e=document.getElementById('captcha');if(e){e.focus();}">
<div style="max-width:400px;"> <div style="max-width:400px;">
<hr noshade size="1" style="color:#ccc; background-color:#ccc;"><br>
<hr noshade size="1" style="color:#ccc; background-color:#ccc;">
<div style="font-size:13px;"> <div style="font-size:13px;">
<b>About this page</b><br><br> <b>About this page</b><br><br>