Skip to content

Commit

Permalink
Support Nokia N9
Browse files Browse the repository at this point in the history
  • Loading branch information
hongquan committed Dec 1, 2015
1 parent ad0b20b commit 80bbacb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions user_agents/devices.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,15 @@
"ua_string": "Mozilla/5.0 (Linux; Android 4.1.1; Nexus 7 Build/JRO03D) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari/535.19",
"str": "Nexus 7 / Android 4.1.1 / Chrome 18.0.1025"
},
"nokia_n9": {
"is_bot": false,
"is_mobile": true,
"is_pc": false,
"is_tablet": false,
"is_touch_capable": false,
"ua_string": "Mozilla/5.0 (MeeGo; NokiaN9) AppleWebKit/534.13 (KHTML, like Gecko) NokiaBrowser/8.5.0 Mobile Safari/534.13",
"str": "Nokia N9 / MeeGo / Nokia Browser 8.5.0"
},
"nokia_n97": {
"is_bot": false,
"is_mobile": true,
Expand Down
1 change: 1 addition & 0 deletions user_agents/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
'iPod',
'Generic Smartphone',
'Generic Feature Phone',
'Nokia N9',
'PlayStation Vita',
)

Expand Down

0 comments on commit 80bbacb

Please sign in to comment.