t-artistik / browserscope

Automatically exported from code.google.com/p/browserscope
Apache License 2.0
0 stars 0 forks source link

UA Parsing Is Incorrect - Opera 10.53 #208

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We thought you were using the browser: Opera 10

You are really using the browser: Opera 10.50

Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.5.24 Version/10.53

Original issue reported on code.google.com by razetdi...@gmail.com on 13 May 2010 at 5:31

GoogleCodeExporter commented 8 years ago

Original comment by els...@gmail.com on 17 May 2010 at 10:39

GoogleCodeExporter commented 8 years ago
I added the following user agent with your UA string, and we correctly parse 
this as 
Opera 10.53:
(('Opera', '10', '53', None),
      'Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.5.24 Version/10.53',
      {}),

Original comment by els...@gmail.com on 17 May 2010 at 10:40