diff --git a/curl-ua b/curl-ua index ca56341..aab6698 100755 --- a/curl-ua +++ b/curl-ua @@ -2,6 +2,7 @@ declare -A uas uas["archivebot"]='ArchiveTeam ArchiveBot/20190427.01 (wpull 2.0.3) and not Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36' uas["firefox"]='Mozilla/5.0 (Windows NT 6.1; rv:60.0) Gecko/20100101 Firefox/60.0' +uas["googlebot"]='Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)' if [[ $# -eq 0 || "$1" == '-h' || "$1" == '--help' || -z "${uas[$1]+exists}" ]] then