update UA parser
This commit is contained in:
parent
611db3ed7b
commit
68a324d8fa
1 changed files with 1 additions and 2 deletions
|
@ -73,7 +73,6 @@ UA_NAMES = {
|
|||
'Mac_PowerPC': 'Mac OS',
|
||||
'Mac_PPC': 'Mac OS',
|
||||
'Macintosh': 'Mac OS',
|
||||
'Playstation': 'PlayStation',
|
||||
'PLAYSTATION': 'PlayStation',
|
||||
'S': 'Nokia',
|
||||
'Series': 'Nokia',
|
||||
|
@ -140,7 +139,7 @@ UA_REGEXPS = {
|
|||
'(Macintosh)',
|
||||
'Nintendo (Wii).+NX\/(\d+)',
|
||||
'(PLAYSTATION) (\d+)',
|
||||
'(Playstation) Vita (\d+)',
|
||||
'(PlayStation) Vita (\d+)',
|
||||
'(RIM Tablet OS) (\d+)',
|
||||
'(S)(60);',
|
||||
'(Series) ?(40|60)',
|
||||
|
|
Loading…
Reference in a new issue