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_PowerPC': 'Mac OS',
|
||||||
'Mac_PPC': 'Mac OS',
|
'Mac_PPC': 'Mac OS',
|
||||||
'Macintosh': 'Mac OS',
|
'Macintosh': 'Mac OS',
|
||||||
'Playstation': 'PlayStation',
|
|
||||||
'PLAYSTATION': 'PlayStation',
|
'PLAYSTATION': 'PlayStation',
|
||||||
'S': 'Nokia',
|
'S': 'Nokia',
|
||||||
'Series': 'Nokia',
|
'Series': 'Nokia',
|
||||||
|
@ -140,7 +139,7 @@ UA_REGEXPS = {
|
||||||
'(Macintosh)',
|
'(Macintosh)',
|
||||||
'Nintendo (Wii).+NX\/(\d+)',
|
'Nintendo (Wii).+NX\/(\d+)',
|
||||||
'(PLAYSTATION) (\d+)',
|
'(PLAYSTATION) (\d+)',
|
||||||
'(Playstation) Vita (\d+)',
|
'(PlayStation) Vita (\d+)',
|
||||||
'(RIM Tablet OS) (\d+)',
|
'(RIM Tablet OS) (\d+)',
|
||||||
'(S)(60);',
|
'(S)(60);',
|
||||||
'(Series) ?(40|60)',
|
'(Series) ?(40|60)',
|
||||||
|
|
Loading…
Reference in a new issue