Closed tobie closed 6 years ago
Based on my work over the holiday break I feel pretty comfortable saying the following:
regexes.yaml
to date as well as some examples I've found trolling my logsShould we just drop the Feature Phone regex then? And should we move the search bot regexes up to user_agent_parsers
? That's my fault for sticking it in the device parsers section when I didn't think my changes would ever be merged with a larger project.
Still working on this.
Have you given http://www.useragentstring.com/pages/Mobile%20Browserlist/, http://www.zytrax.com/tech/web/mobile_ids.html, and related a spin? This might help you out.
I'll give those a spin. Only so much time to play against that substantial list though. Hopefully a few of those can be dropped simply because we're already matching their actual device listings.
Wouldn't adding Bot|Spider|Crawler to the regex catch 80% of bots that pose the case-sensitive problem?
The following are case insensitive and should be made case sensitive. Adding accompanying tests would be awesome.