shon / httpagentparser

Python HTTP Agent Parser
http://pypi.python.org/pypi/httpagentparser/
MIT License
222 stars 55 forks source link

Support for ChromeOS #3

Closed Offbeatmammal closed 13 years ago

Offbeatmammal commented 13 years ago

Looks like it's not a fan of ChromeOS at the moment

Mozilla/5.0 (X11; CrOS i686 0.0.0) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.27 Safari/534.24,gzip(gfe)

I'm going to have to learn how to submit these changes myself aren't I :)

shon commented 13 years ago

ok. How to do get ChromeOS version from this agent string?

Offbeatmammal commented 13 years ago

looks like the OS/version is CrOS i686 / 0.0.0 (I guess they're not pushing a version number yet), confirmed hitting http://useragentstring.com

shon commented 13 years ago

New release 0.9.2 now supports ChromeOS.