update ua parser
This commit is contained in:
parent
996344c689
commit
893a70791c
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,7 @@ UA_NAMES = {
|
|||
},
|
||||
'robot': {},
|
||||
'system': {
|
||||
'BB': 'BlackBerry',
|
||||
'CPU OS': 'iOS',
|
||||
'iPhone': 'iOS',
|
||||
'iPhone OS': 'iOS',
|
||||
|
@ -119,6 +120,7 @@ UA_REGEXPS = {
|
|||
'system': [
|
||||
'(Android) (\d+)',
|
||||
'(Android)',
|
||||
'(BB)(\d+)',
|
||||
'(BeOS)',
|
||||
'(BlackBerry) (\d+)',
|
||||
'(BlackBerry)',
|
||||
|
|
Loading…
Reference in a new issue