mileusna / useragent

Go/Golang parser for user agent strings
MIT License
394 stars 65 forks source link

Recognize GoogleOther #31

Open eikmadsen opened 10 months ago

eikmadsen commented 10 months ago

I consider GoogleOther a bot, maybe you do as well :-)

https://developers.google.com/search/docs/crawling-indexing/overview-google-crawlers

Example agent string Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.5993.117 Mobile Safari/537.36 (compatible; GoogleOther)

mileusna commented 10 months ago

Sure, but haven't seen that one in the wild :)

I will add support for it in the next iteration.