device_detector 1.0.3 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (94) hide show
  1. checksums.yaml +5 -5
  2. data/CHANGELOG.md +15 -0
  3. data/README.md +8 -7
  4. data/lib/device_detector/bot.rb +2 -2
  5. data/lib/device_detector/browser.rb +364 -0
  6. data/lib/device_detector/client.rb +11 -2
  7. data/lib/device_detector/device.rb +1247 -22
  8. data/lib/device_detector/memory_cache.rb +5 -5
  9. data/lib/device_detector/metadata_extractor.rb +7 -8
  10. data/lib/device_detector/model_extractor.rb +3 -3
  11. data/lib/device_detector/name_extractor.rb +2 -2
  12. data/lib/device_detector/os.rb +150 -116
  13. data/lib/device_detector/parser.rb +23 -10
  14. data/lib/device_detector/version.rb +1 -1
  15. data/lib/device_detector/version_extractor.rb +29 -2
  16. data/lib/device_detector.rb +73 -40
  17. data/regexes/bots.yml +868 -62
  18. data/regexes/client/browser_engine.yml +11 -2
  19. data/regexes/client/browsers.yml +1132 -112
  20. data/regexes/client/feed_readers.yml +5 -11
  21. data/regexes/client/libraries.yml +86 -2
  22. data/regexes/client/mediaplayers.yml +39 -3
  23. data/regexes/client/mobile_apps.yml +940 -66
  24. data/regexes/client/pim.yml +66 -3
  25. data/regexes/device/cameras.yml +6 -6
  26. data/regexes/device/car_browsers.yml +23 -3
  27. data/regexes/device/consoles.yml +15 -3
  28. data/regexes/device/mobiles.yml +18351 -3566
  29. data/regexes/device/notebooks.yml +114 -0
  30. data/regexes/device/portable_media_player.yml +36 -9
  31. data/regexes/device/shell_tv.yml +117 -0
  32. data/regexes/device/televisions.yml +440 -35
  33. data/regexes/oss.yml +635 -284
  34. data/regexes/vendorfragments.yml +5 -1
  35. metadata +21 -118
  36. data/.gitignore +0 -14
  37. data/.travis.yml +0 -14
  38. data/Gemfile +0 -8
  39. data/Rakefile +0 -96
  40. data/device_detector.gemspec +0 -26
  41. data/spec/device_detector/bot_fixtures_spec.rb +0 -30
  42. data/spec/device_detector/client_fixtures_spec.rb +0 -31
  43. data/spec/device_detector/concrete_user_agent_spec.rb +0 -135
  44. data/spec/device_detector/detector_fixtures_spec.rb +0 -100
  45. data/spec/device_detector/device_fixtures_spec.rb +0 -36
  46. data/spec/device_detector/device_spec.rb +0 -151
  47. data/spec/device_detector/memory_cache_spec.rb +0 -148
  48. data/spec/device_detector/model_extractor_spec.rb +0 -63
  49. data/spec/device_detector/os_fixtures_spec.rb +0 -26
  50. data/spec/device_detector/version_extractor_spec.rb +0 -79
  51. data/spec/device_detector_spec.rb +0 -189
  52. data/spec/fixtures/client/browser.yml +0 -2206
  53. data/spec/fixtures/client/feed_reader.yml +0 -199
  54. data/spec/fixtures/client/library.yml +0 -175
  55. data/spec/fixtures/client/mediaplayer.yml +0 -163
  56. data/spec/fixtures/client/mobile_app.yml +0 -193
  57. data/spec/fixtures/client/pim.yml +0 -115
  58. data/spec/fixtures/detector/bots.yml +0 -3260
  59. data/spec/fixtures/detector/camera.yml +0 -121
  60. data/spec/fixtures/detector/car_browser.yml +0 -21
  61. data/spec/fixtures/detector/console.yml +0 -281
  62. data/spec/fixtures/detector/desktop.yml +0 -5361
  63. data/spec/fixtures/detector/feature_phone.yml +0 -891
  64. data/spec/fixtures/detector/feed_reader.yml +0 -551
  65. data/spec/fixtures/detector/mediaplayer.yml +0 -210
  66. data/spec/fixtures/detector/mobile_apps.yml +0 -456
  67. data/spec/fixtures/detector/phablet.yml +0 -3785
  68. data/spec/fixtures/detector/portable_media_player.yml +0 -178
  69. data/spec/fixtures/detector/smart_display.yml +0 -61
  70. data/spec/fixtures/detector/smartphone-1.yml +0 -9953
  71. data/spec/fixtures/detector/smartphone-10.yml +0 -9924
  72. data/spec/fixtures/detector/smartphone-11.yml +0 -9889
  73. data/spec/fixtures/detector/smartphone-12.yml +0 -8655
  74. data/spec/fixtures/detector/smartphone-2.yml +0 -9967
  75. data/spec/fixtures/detector/smartphone-3.yml +0 -9887
  76. data/spec/fixtures/detector/smartphone-4.yml +0 -9911
  77. data/spec/fixtures/detector/smartphone-5.yml +0 -9933
  78. data/spec/fixtures/detector/smartphone-6.yml +0 -9923
  79. data/spec/fixtures/detector/smartphone-7.yml +0 -9892
  80. data/spec/fixtures/detector/smartphone-8.yml +0 -9896
  81. data/spec/fixtures/detector/smartphone-9.yml +0 -9928
  82. data/spec/fixtures/detector/smartphone.yml +0 -9984
  83. data/spec/fixtures/detector/tablet-1.yml +0 -10023
  84. data/spec/fixtures/detector/tablet-2.yml +0 -9968
  85. data/spec/fixtures/detector/tablet-3.yml +0 -7787
  86. data/spec/fixtures/detector/tablet.yml +0 -9951
  87. data/spec/fixtures/detector/tv.yml +0 -3333
  88. data/spec/fixtures/detector/unknown.yml +0 -3283
  89. data/spec/fixtures/device/camera.yml +0 -19
  90. data/spec/fixtures/device/car_browser.yml +0 -7
  91. data/spec/fixtures/device/console.yml +0 -79
  92. data/spec/fixtures/parser/oss.yml +0 -1047
  93. data/spec/fixtures/parser/vendorfragments.yml +0 -162
  94. data/spec/spec_helper.rb +0 -9
@@ -1,1047 +0,0 @@
1
- ---
2
- -
3
- user_agent: Mozilla/6.0 (Macintosh; U; Amiga-AWeb) Safari 3.1
4
- os:
5
- name: AmigaOS
6
- short_name: AMG
7
- version:
8
- platform:
9
- -
10
- user_agent: Mozilla/5.0 (AmigaOS; U; AmigaOS 1.3; en-US; rv:1.8.1.21) Gecko/20090303 SeaMonkey/1.1.15
11
- os:
12
- name: AmigaOS
13
- short_name: AMG
14
- version: "1.3"
15
- platform:
16
- -
17
- user_agent: Mozilla/5.0 ArchLinux (X11; U; Linux x86_64; en-US) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100 Safari/534.30
18
- os:
19
- name: Arch Linux
20
- short_name: ARL
21
- version:
22
- platform: x64
23
- -
24
- user_agent: Mozilla/3.0 (compatible; NetPositive/2.2.1; BeOS)
25
- os:
26
- name: BeOS
27
- short_name: BEO
28
- version:
29
- platform:
30
- -
31
- user_agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.0.6) Gecko/2009020414 CentOS/3.0.6-1.el5.centos Firefox/3.0.6
32
- os:
33
- name: CentOS
34
- short_name: CES
35
- version: "3.0.6"
36
- platform: x64
37
- -
38
- user_agent: Mozilla/5.0 (X11; U; Linux i686; fr-fr) AppleWebKit/531.2+ (KHTML, like Gecko) Version/5.0 Safari/531.2+ Debian/squeeze (2.30.6-1) Epiphany/2.30.6
39
- os:
40
- name: Debian
41
- short_name: DEB
42
- version:
43
- platform: x86
44
- -
45
- user_agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.15) Gecko/2009102815 Iceweasel/3.0.6 (Debian-3.0.6-3)
46
- os:
47
- name: Debian
48
- short_name: DEB
49
- version: "3.0.6"
50
- platform: x86
51
- -
52
- user_agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.8) Gecko Fedora/1.9.0.8-1.fc10 Kazehakase/0.5.6
53
- os:
54
- name: Fedora
55
- short_name: FED
56
- version: "1.9.0.8"
57
- platform: x86
58
- -
59
- user_agent: Fire OS/5.3.6.2 stagefright/1.2 (Linux;Android 5.1.1)
60
- os:
61
- name: Fire OS
62
- short_name: FIR
63
- version: 5.3.6.2
64
- platform: ""
65
- -
66
- user_agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:25.0) Gecko/20100101 Firefox/25.0
67
- os:
68
- name: FreeBSD
69
- short_name: BSD
70
- version:
71
- platform: x64
72
- -
73
- user_agent: Mozilla/3.0 (WorldGate Gazelle 3.5.1 build 11; FreeBSD2.2.8-STABLE)
74
- os:
75
- name: FreeBSD
76
- short_name: BSD
77
- version: "2.2.8"
78
- platform:
79
- -
80
- user_agent: Mozilla/5.0 (X11; U; Gentoo x86_64; de-DE) Firefox/26.0
81
- os:
82
- name: Gentoo
83
- short_name: GNT
84
- version:
85
- platform: x64
86
- -
87
- user_agent: Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 conkeror/1.0pre
88
- os:
89
- name: GNU/Linux
90
- short_name: LIN
91
- version:
92
- platform: x64
93
- -
94
- user_agent: MOT-A1600/1.0 LinuxOS/2.4.20 Release/8.22.2006 Browser/Opera8.00 Profile/MIDP-2.0 Configuration/CLDC-1.1 Software/R542_G_11.61.33R
95
- os:
96
- name: GNU/Linux
97
- short_name: LIN
98
- version:
99
- platform:
100
- -
101
- user_agent: Mozilla/5.0 (BeOS; U; Haiku BePC; en-US; rv:1.8.1.21pre) Gecko/20090218 BonEcho/2.0.0.21pre
102
- os:
103
- name: Haiku OS
104
- short_name: HAI
105
- version:
106
- platform:
107
- -
108
- user_agent: Mozilla/5.0 (Macintosh; Intel Haiku R1 x86) AppleWebKit/605.1.17 (KHTML, like Gecko) WebPositive/1.2 Version/11.1 Safari/605.1.17
109
- os:
110
- name: Haiku OS
111
- short_name: HAI
112
- version: ""
113
- platform: ""
114
- -
115
- user_agent: Mozilla/4.08 (Charon; Inferno)
116
- os:
117
- name: Inferno
118
- short_name: INF
119
- version:
120
- platform:
121
- -
122
- user_agent: 'Mozilla/4.04 [en] (X11; I; IRIX 5.3 IP22)'
123
- os:
124
- name: IRIX
125
- short_name: IRI
126
- version: "5.3"
127
- platform:
128
- -
129
- user_agent: 'Mozilla/4.77 [en] (X11; I; IRIX;64 6.5 IP30)'
130
- os:
131
- name: IRIX
132
- short_name: IRI
133
- version: "6.5"
134
- platform:
135
- -
136
- user_agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.5 (like Gecko) (Kubuntu)
137
- os:
138
- name: Kubuntu
139
- short_name: KBT
140
- version:
141
- platform:
142
- -
143
- user_agent: Mozilla/5.0 (Mobile; LYF/F30C/LYF_F30C-000-09-10-140318; Android; rv:48.0) Gecko/48.0 Firefox/48.0 KAIOS/2.0
144
- os:
145
- name: KaiOS
146
- short_name: KOS
147
- version: "2.0"
148
- platform: ""
149
- -
150
- user_agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.1) Gecko/2008072820 Kubuntu/8.04 (hardy) Firefox/3.0.1
151
- os:
152
- name: Kubuntu
153
- short_name: KBT
154
- version: "8.04"
155
- platform: x64
156
- -
157
- user_agent: 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US) AppleWebKit/532.1 (KHTML, like Gecko) Arora/0.10.1 (Git: 1329 e5385f3) Safari/532.1'
158
- os:
159
- name: Mac
160
- short_name: MAC
161
- version:
162
- platform:
163
- -
164
- user_agent: QuickTime\xaa.7.0.4 (qtver=7.0.4;cpu=PPC;os=Mac 10.3.9)
165
- os:
166
- name: Mac
167
- short_name: MAC
168
- version: "10.3.9"
169
- platform:
170
- -
171
- user_agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110429 Mandriva Linux/1.9.2.17-0.1mdv2010.0 (2010.0) Firefox/3.6.17
172
- os:
173
- name: Mandriva
174
- short_name: MDR
175
- version: "1.9.2.17"
176
- platform: x86
177
- -
178
- user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; fr-fr; HTC Desire Build/GRI40; MildWild CM-8.0 JG Stable) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
179
- os:
180
- name: MildWild
181
- short_name: MLD
182
- version: "8.0"
183
- platform:
184
- -
185
- user_agent: Mozilla/5.0 (Macintosh; PowerPC MorphOS 3.7; Odyssey Web Browser; rv:1.23) AppleWebKit/538.1 (KHTML, like Gecko) OWB/1.23 Safari/538.1
186
- os:
187
- name: MorphOS
188
- short_name: MOR
189
- version: 3.7
190
- platform:
191
- -
192
- user_agent: Mozilla/5.0 (Linux; U; Android 2.3.7; fr-fr; Nexus One Build/GRK39F; CyanogenMod-7.2.0) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
193
- os:
194
- name: CyanogenMod
195
- short_name: CYN
196
- version: "7.2.0"
197
- platform:
198
- -
199
- user_agent: Mozilla/5.0 (Linux; U; Android 2.3.6(RazoDroiD); fr-fr; GT-S5830i Build/RazoDroiD v2.0 by (rajrocks)rishee) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
200
- os:
201
- name: RazoDroiD
202
- short_name: RZD
203
- version:
204
- platform:
205
- -
206
- user_agent: Mozilla 5.0 (Linux; U; Android 2.3.5; zh-cn; ZTE U793 Build MocorDroid2.3.5) UC AppleWebKit 534.31 (KHTML, like Gecko) Mobile Safari 534.31
207
- os:
208
- name: MocorDroid
209
- short_name: MCD
210
- version: "2.3.5"
211
- platform:
212
- -
213
- user_agent: Mozilla/5.0 (X11; U; Linux armv7l; pt-PT; rv:1.9.2.3pre) Gecko/20100723 Firefox/3.5 Maemo Browser 1.7.4.8 RX-51 N900
214
- os:
215
- name: Maemo
216
- short_name: MAE
217
- version:
218
- platform: ARM
219
- client:
220
- -
221
- user_agent: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:2.0) Gecko/20100101 Linux Mint 16/Petra Firefox/25.0.1.
222
- os:
223
- name: Mint
224
- short_name: MIN
225
- version: "16"
226
- platform: x86
227
- -
228
- user_agent: Mozilla/5.0 (X11; U; NetBSD amd64; fr-FR; rv:1.8.0.7) Gecko/20061102 Firefox/1.5.0.7
229
- os:
230
- name: NetBSD
231
- short_name: NBS
232
- version:
233
- platform: x64
234
- -
235
- user_agent: Mozilla/5.0 (X11; OpenBSD amd64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.45 Safari/537.36
236
- os:
237
- name: OpenBSD
238
- short_name: OBS
239
- version:
240
- platform: x64
241
- -
242
- user_agent: Mozilla/5.0 (OS/2; Warp 4.5; rv:10.0.12) Gecko/20100101 Firefox/10.0.12
243
- os:
244
- name: OS/2
245
- short_name: OS2
246
- version:
247
- platform:
248
- -
249
- user_agent: Mozilla/3.0 (X11; I; OSF1 V4.0 alpha)
250
- os:
251
- name: OSF1
252
- short_name: T64
253
- version: "4.0"
254
- platform:
255
- -
256
- user_agent: Mozilla/5.0 (compatible; Konqueror/4.3; Linux) KHTML/4.3.4 (like Gecko) Red Hat Enterprise Linux/4.3.4-19.el6
257
- os:
258
- name: Red Hat
259
- short_name: RHT
260
- version: "4.3.4"
261
- platform:
262
- -
263
- user_agent: Opera/9.80 (X11; Linux x86_64; Sabayon) Presto/2.12.388 Version/12.16
264
- os:
265
- name: Sabayon
266
- short_name: SAB
267
- version:
268
- platform: x64
269
- -
270
- user_agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Slackware/Chrome/12.0.742.100 Safari/534.30
271
- os:
272
- name: Slackware
273
- short_name: SLW
274
- version:
275
- platform: x86
276
- -
277
- user_agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.2) Gecko/20090729 Slackware/13.0 Firefox/3.5.2
278
- os:
279
- name: Slackware
280
- short_name: SLW
281
- version: "13.0"
282
- platform: x86
283
- -
284
- user_agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.9) Gecko/20100525 Firefox/3.5.9
285
- os:
286
- name: Solaris
287
- short_name: SOS
288
- version:
289
- platform: x86
290
- -
291
- user_agent: Mozilla/4.0 (compatible; MSIE 5.0; SunOS 5.10 sun4u; X11)
292
- os:
293
- name: Solaris
294
- short_name: SOS
295
- version: "5.10"
296
- platform:
297
- -
298
- user_agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.24) Gecko/20111101 SUSE/3.6.24-0.2.1 Firefox/3.6.24
299
- os:
300
- name: SUSE
301
- short_name: SSE
302
- version: "3.6.24"
303
- platform: x86
304
- -
305
- user_agent: Mozilla/5.0 (compatible; U; ABrowse 0.6; Syllable) AppleWebKit/420+ (KHTML, like Gecko)
306
- os:
307
- name: Syllable
308
- short_name: SYL
309
- version:
310
- platform:
311
- -
312
- user_agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/31.0.1650.63 Chrome/31.0.1650.63 Safari/537.36
313
- os:
314
- name: Ubuntu
315
- short_name: UBT
316
- version:
317
- platform: x64
318
- -
319
- user_agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080313 SeaMonkey/1.1.9 (Ubuntu-1.1.9+nobinonly-0ubuntu1)
320
- os:
321
- name: Ubuntu
322
- short_name: UBT
323
- version: "1.1.9"
324
- platform: x86
325
- -
326
- user_agent: Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.9.0.2) Gecko/2008092313 Ubuntu/9.25 (jaunty) Firefox/3.8
327
- os:
328
- name: Ubuntu
329
- short_name: UBT
330
- version: "9.25"
331
- platform: x86
332
- -
333
- user_agent: Mozilla/5.0 (Windows; U; Win9x; en; Stable) Gecko/20020911 Beonex/0.8.1-stable
334
- os:
335
- name: Windows
336
- short_name: WIN
337
- version:
338
- platform:
339
- -
340
- user_agent: Mozilla/5.0 (Windows NT 6.4; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko
341
- os:
342
- name: Windows
343
- short_name: WIN
344
- version: "10"
345
- platform: x64
346
- -
347
- user_agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko
348
- os:
349
- name: Windows
350
- short_name: WIN
351
- version: "10"
352
- platform: x64
353
- -
354
- user_agent: Mozilla/5.0 (Windows IoT 10.0; Android 6.0.1; WebView/3.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Mobile Safari/537.36 Edge/17.17083
355
- os:
356
- name: Windows IoT
357
- short_name: WIO
358
- version: "10"
359
- platform:
360
- -
361
- user_agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20
362
- os:
363
- name: Windows
364
- short_name: WIN
365
- version: "2000"
366
- platform:
367
- -
368
- user_agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.4.9999.1900 Safari/537.31 BDSpark/26.4
369
- os:
370
- name: Windows
371
- short_name: WIN
372
- version: "7"
373
- platform: x64
374
- -
375
- user_agent: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17
376
- os:
377
- name: Windows
378
- short_name: WIN
379
- version: "8"
380
- platform: x64
381
- -
382
- user_agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0
383
- os:
384
- name: Windows
385
- short_name: WIN
386
- version: "8.1"
387
- platform: x64
388
- -
389
- user_agent: Mozilla/2.0 (compatible; MSIE 3.02; Update a; AOL 3.0; Windows 95)
390
- os:
391
- name: Windows
392
- short_name: WIN
393
- version: "95"
394
- platform:
395
- -
396
- user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90; .NET CLR 1.1.4322)
397
- os:
398
- name: Windows
399
- short_name: WIN
400
- version: "ME"
401
- platform:
402
- -
403
- user_agent: Mozilla/4.0 (compatible; MSIE 4.01; Digital AlphaServer 1000A 4/233; Windows NT; Powered By 64-Bit Alpha Processor)
404
- os:
405
- name: Windows
406
- short_name: WIN
407
- version: "NT"
408
- platform:
409
- -
410
- user_agent: Mozilla/5.0 (Windows; U; Windows NT 5.2 x64; en-US; rv:1.9a1) Gecko/20061007 Minefield/3.0a1
411
- os:
412
- name: Windows
413
- short_name: WIN
414
- version: "Server 2003"
415
- platform: x64
416
- -
417
- user_agent: Mozilla/5.0 (Windows NT 6.0; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0
418
- os:
419
- name: Windows
420
- short_name: WIN
421
- version: "Vista"
422
- platform: x64
423
- -
424
- user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Avant Browser; InfoPath.1)
425
- os:
426
- name: Windows
427
- short_name: WIN
428
- version: "XP"
429
- platform:
430
- -
431
- user_agent: Mozilla/5.0 (Linux; U; Android 0.5; en-us) AppleWebKit/522+ (KHTML, like Gecko) Safari/419.3
432
- os:
433
- name: Android
434
- short_name: AND
435
- version: "0.5"
436
- platform:
437
- -
438
- user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Acer; Allegro)
439
- os:
440
- name: Windows Phone
441
- short_name: WPH
442
- platform:
443
- version: "7.5"
444
- -
445
- user_agent: Mozilla/5.0 (Mobile; Windows Phone 8.1; Android 4.0; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; Lumia 928) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537
446
- os:
447
- name: Windows Phone
448
- short_name: WPH
449
- version: "8.1"
450
- platform: ARM
451
- -
452
- user_agent: Mozilla/5.0 (Linux; U; Android 2.2.2; fr-fr; E310 Build/FRG83G) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 ACER_E310/1.300.05
453
- os:
454
- name: Android
455
- short_name: AND
456
- version: "2.2.2"
457
- platform:
458
- -
459
- user_agent: Mozilla/5.0 (Linux; Android 9; Pixel XL Build/PPR1.180610.009) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36
460
- os:
461
- name: Android
462
- short_name: AND
463
- version: "9"
464
- platform: ""
465
- -
466
- user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) acer_F900
467
- os:
468
- name: Windows CE
469
- short_name: WCE
470
- version:
471
- platform:
472
- -
473
- user_agent: Mozilla/5.0 (Mobile; ALCATEL ONE TOUCH 4012A; rv:18.1) Gecko/18.1 Firefox/18.1
474
- os:
475
- name: Firefox OS
476
- short_name: FOS
477
- version:
478
- platform:
479
- -
480
- user_agent: AtomicBrowser/3.7.1 CFNetwork/467.12 Darwin/10.3.1
481
- os:
482
- name: iOS
483
- short_name: IOS
484
- version: "3.2"
485
- platform:
486
- -
487
- user_agent: Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; ru-ru) AppleWebKit/532.9 (KHTML, like Gecko) Mobile/8B117
488
- os:
489
- name: iOS
490
- short_name: IOS
491
- version: "4.1"
492
- platform:
493
- -
494
- user_agent: CFNetwork/758.2.8 Darwin/15.0.0
495
- os:
496
- name: iOS
497
- short_name: IOS
498
- version: "9.2"
499
- platform:
500
- -
501
- user_agent: CFNetwork/758.3.15 Darwin/15.4.0
502
- os:
503
- name: iOS
504
- short_name: IOS
505
- version: "9.3"
506
- platform:
507
- -
508
- user_agent: SPORT1/4059 CFNetwork/758.4.3 Darwin/15.5.0
509
- os:
510
- name: iOS
511
- short_name: IOS
512
- version: "9.3.2"
513
- platform:
514
- -
515
- user_agent: Interflora/22 CFNetwork/808.0.1 Darwin/16.0.0
516
- os:
517
- name: iOS
518
- short_name: IOS
519
- version: "10.0"
520
- platform: ""
521
- -
522
- user_agent: MobileSafari/602.1 CFNetwork/808.1.3 Darwin/16.1.0
523
- os:
524
- name: iOS
525
- short_name: IOS
526
- version: "10.1"
527
- platform: ""
528
- -
529
- user_agent: MobileSafari/602.1 CFNetwork/808.2.16 Darwin/16.3.0
530
- os:
531
- name: iOS
532
- short_name: IOS
533
- version: "10.2"
534
- platform: ""
535
- -
536
- user_agent: MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0
537
- os:
538
- name: iOS
539
- short_name: IOS
540
- version: "10.3"
541
- platform: ""
542
- -
543
- user_agent: MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0
544
- os:
545
- name: iOS
546
- short_name: IOS
547
- version: "10.3"
548
- platform: ""
549
- -
550
- user_agent: MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0
551
- os:
552
- name: iOS
553
- short_name: IOS
554
- version: "11.0"
555
- platform: ""
556
- -
557
- user_agent: MobileSafari/604.1 CFNetwork/889.9 Darwin/17.2.0
558
- os:
559
- name: iOS
560
- short_name: IOS
561
- version: "11.1"
562
- platform: ""
563
- -
564
- user_agent: NokiaN73-2/3.0-630.0.2 Series60/3.0 Profile/MIDP-2.0 Configuration/CLDC-1.1
565
- os:
566
- name: Symbian OS Series 60
567
- short_name: S60
568
- version: "3.0"
569
- platform:
570
- -
571
- user_agent: XBMC/PRE-11.0 Git:20110623-62171b3 (iOS; 11.0.0 AppleTV2,1; http://www.xbmc.org)
572
- os:
573
- name: Apple TV
574
- short_name: ATV
575
- version:
576
- platform:
577
- -
578
- user_agent: Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S7230E-VODAFONE/S723EBUJJ3; U; Bada/1.0; en-us) AppleWebKit/533.1 (KHTML, like Gecko) Dolfin/2.0 Mobile WQVGA SMM-MMS/1.2.0 NexPlayer/3.0 profile/MIDP-2.1 configuration/CLDC-1.1 OPN-B
579
- os:
580
- name: Bada
581
- short_name: SBA
582
- version: "1.0"
583
- platform:
584
- -
585
- user_agent: BlackBerry8520/5.0.0.681 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/134
586
- os:
587
- name: BlackBerry OS
588
- short_name: BLB
589
- version: "5.0.0.681"
590
- platform:
591
- -
592
- user_agent: Mozilla/5.0 (PlayBook; U; RIM Tablet OS 2.1.0; en-US) AppleWebKit/536.2+ (KHTML, like Gecko) Version/7.2.1.0 Safari/536.2+
593
- os:
594
- name: BlackBerry Tablet OS
595
- short_name: QNX
596
- version: "2.1.0"
597
- platform:
598
- -
599
- user_agent: NetFront/4.2 (BMP 1.0.4; U; en-us; LG; NetFront/4.2/AMB) Boost LG272 MMP/2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1
600
- os:
601
- name: Brew
602
- short_name: BMP
603
- version: "1.0.4"
604
- platform:
605
- -
606
- user_agent: Mozilla/5.0 (X11; CrOS x86_64 4731.101.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.67 Safari/537.36
607
- os:
608
- name: Chrome OS
609
- short_name: COS
610
- version: "31.0.1650.67"
611
- platform: x64
612
- -
613
- user_agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Large Screen Safari/534.24 GoogleTV/092754
614
- os:
615
- name: Google TV
616
- short_name: GTV
617
- version: "092754"
618
- platform: x86
619
- -
620
- user_agent: Opera/9.80 (MTK; Nucleus; U; en-US) Presto/2.4.18 Version/10.00
621
- os:
622
- name: MTK / Nucleus
623
- short_name: MTK
624
- version:
625
- platform:
626
- -
627
- user_agent: UNTRUSTED/1.0/HS-T39_TD/1.0 Release/03.03.2011 Threadx/4.0 Mocor/W10 Browser/NF4.0 Profile/MIDP-2.0 Config/CLDC-1.1
628
- os:
629
- name: ThreadX
630
- short_name: TDX
631
- version: 4.0
632
- platform:
633
- -
634
- user_agent: Mozilla/5.0 (MeeGo; NokiaN9) AppleWebKit/534.13 (KHTML, like Gecko) NokiaBrowser/8.5.0 Mobile Safari/534.13
635
- os:
636
- name: MeeGo
637
- short_name: SMG
638
- version:
639
- platform:
640
- -
641
- user_agent: Mozilla/5.0 (PLAYSTATION 3 4.46) AppleWebKit/531.22.8 (KHTML, like Gecko)
642
- os:
643
- name: PlayStation
644
- short_name: PS3
645
- version: "3"
646
- platform:
647
- -
648
- user_agent: Mozilla/5.0 (Nintendo WiiU) AppleWebKit/534.52 (KHTML, like Gecko) NX/2.1.0.8.21 NintendoBrowser/1.0.0.7494.US
649
- os:
650
- name: Nintendo
651
- short_name: WII
652
- version: "Wii"
653
- platform:
654
- -
655
- user_agent: Bunjalloo/0.7.6(Nintendo DS;U;en)
656
- os:
657
- name: Nintendo Mobile
658
- short_name: NDS
659
- version: "DS"
660
- platform:
661
- -
662
- user_agent: Mozilla/5.0 (Nintendo 3DS; U; ; en) Version/1.7498.EU
663
- os:
664
- name: Nintendo Mobile
665
- short_name: NDS
666
- version: "3DS"
667
- platform:
668
- -
669
- user_agent: Mozilla/4.0 (PlayStation Portable); 2.00)
670
- os:
671
- name: PlayStation Portable
672
- short_name: PSP
673
- version: "Portable"
674
- platform:
675
- -
676
- user_agent: Mozilla/5.0 (PlayStation Vita 3.01) AppleWebKit/536.26 (KHTML, like Gecko) Silk/3.2
677
- os:
678
- name: PlayStation Portable
679
- short_name: PSP
680
- version: "Vita"
681
- platform:
682
- -
683
- user_agent: Mozilla/5.0 (webOS/1.4.5; U; ru-RU) AppleWebKit/532.2 (KHTML, like Gecko) Version/1.0 Safari/532.2 Pixi/1.0
684
- os:
685
- name: webOS
686
- short_name: WOS
687
- version: "1.4.5"
688
- platform:
689
- -
690
- user_agent: CorePlayer/1.0 (Palm OS 5.4.9; ARM Intel PXA27x; en) CorePlayer/1.3.2_6909
691
- os:
692
- name: palmOS
693
- short_name: POS
694
- version: "5.4.9"
695
- platform: ARM
696
- -
697
- user_agent: 'Palmscape/3.0J [ja] (v. 3.5.2H1.5; 153x130; c8)'
698
- os:
699
- name: palmOS
700
- short_name: POS
701
- version:
702
- platform:
703
- -
704
- user_agent: Browse/0.6 (Linux 3.10.0+; RemixOS 5.1.1; RemixOS SDK built for x86; en_us) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.0.0 Desktop (Opera Mini/Compression)
705
- os:
706
- name: Remix OS
707
- short_name: REM
708
- version: "1"
709
- platform:
710
- -
711
- user_agent: Browse/0.6.mini (Linux 3.4.0+; RemixOS 6.0; Motorola Moto G 2014; en_us) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.119 Desktop
712
- os:
713
- name: Remix OS
714
- short_name: REM
715
- version: 2
716
- platform:
717
- -
718
- user_agent: Mozilla/5.0 (Linux; U; Android 2.3 YunOs 1.0.0.3; zh-cn; K-Touch W658 Build/AliyunOs-2012) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
719
- os:
720
- name: YunOs
721
- short_name: YNS
722
- version: "1.0.0.3"
723
- platform:
724
- -
725
- user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; ARM; Trident/6.0; Touch; ARMBJS)
726
- os:
727
- name: Windows RT
728
- short_name: WRT
729
- version:
730
- platform: ARM
731
- -
732
- user_agent: Mozilla/5.0 (Windows NT 6.3; ARM; Trident/7.0; Touch; .NET4.0E; .NET4.0C; Tablet PC 2.0; rv:11.0) like Gecko
733
- os:
734
- name: Windows RT
735
- short_name: WRT
736
- version: "8.1"
737
- platform: ARM
738
- -
739
- user_agent: Opera/9.80 (Windows Mobile; WCE; Opera Mobi/WMD-50433; U; en) Presto/2.4.13 Version/10.00
740
- os:
741
- name: Windows Mobile
742
- short_name: WMO
743
- version:
744
- platform:
745
- -
746
- user_agent: Opera/9.7 (WindowsMobile; PPC; Opera Mobi/35267; U; en; Presto/2.1.1)
747
- os:
748
- name: Windows Mobile
749
- short_name: WMO
750
- version: ""
751
- platform: ""
752
- -
753
- user_agent: Mozilla/3.0 WebTV/1.2 (compatible; MSIE 2.0)
754
- os:
755
- name: WebTV
756
- short_name: WTV
757
- version: "1.2"
758
- platform:
759
- -
760
- user_agent: Mozilla/5.0 (Linux; U; Tizen/1.0 like Android; en-us; AppleWebKit/534.46 (KHTML, like Gecko) Tizen Browser/1.0 Mobile
761
- os:
762
- name: Tizen
763
- short_name: TIZ
764
- version: "1.0"
765
- platform:
766
- -
767
- user_agent: Mozilla/5.0 (Symbian/3; Series60/5.2 Nokia500/010.029; Profile/MIDP-2.1 Configuration/CLDC-1.1 ) AppleWebKit/533.4 (KHTML, like Gecko) NokiaBrowser/7.3.1.37 Mobile Safari/533.4 3gpp-gba
768
- os:
769
- name: Symbian^3
770
- short_name: SY3
771
- version: "Anna"
772
- platform:
773
- -
774
- user_agent: Mozilla/5.0 (Series40; Nokia306/03.63; Profile/MIDP-2.1 Configuration/CLDC-1.1) Gecko/20100401 S40OviBrowser/3.9.0.0.22
775
- os:
776
- name: Symbian OS Series 40
777
- short_name: S40
778
- version:
779
- platform:
780
- -
781
- user_agent: Nokia210/2.0 (04.12) Profile/MIDP-2.1 Configuration/CLDC-1.1 UCWEB/2.0 (Java; U; MIDP-2.0; en-US; Nokia210) U2/1.0.0 UCBrowser/9.3.0.326 U2/1.0.0 Mobile
782
- os:
783
- name: Symbian
784
- short_name: SYM
785
- version:
786
- platform:
787
- -
788
- user_agent: Mozilla/5.0 (Symbian; U; N8-00; xx) AppleWebKit/534.3 (KHTML, like Gecko) MiniBrowserMobile/4.0 Mobile Safari/534.3
789
- os:
790
- name: Symbian OS
791
- short_name: SYS
792
- version:
793
- platform:
794
- -
795
- user_agent: Mozilla/5.0 (Maemo; Linux; U; Jolla; Sailfish; Mobile; rv:26.0) Gecko/26.0 Firefox/26.0 SailfishBrowser/1.0 like Safari/538.1
796
- os:
797
- name: Sailfish OS
798
- short_name: SAF
799
- version:
800
- platform:
801
- -
802
- user_agent: 'Mozilla/1.10 [en] (Compatible; RISC OS 3.70; Oregano 1.10)'
803
- os:
804
- name: RISC OS
805
- short_name: ROS
806
- version: "3.70"
807
- platform:
808
- -
809
- user_agent: Mozilla/5.0 (X11; U; AIX 5.3; en-US; rv:1.7.12) Gecko/20051025
810
- os:
811
- name: AIX
812
- short_name: AIX
813
- version: "5.3"
814
- platform:
815
- -
816
- user_agent: Mozilla/5.0 (compatible; Konqueror/4.1; DragonFly) KHTML/4.1.4 (like Gecko)
817
- os:
818
- name: DragonFly
819
- short_name: DFB
820
- version:
821
- platform:
822
- -
823
- user_agent: Mozilla/5.0 (X11; U; HP-UX 9000/785; es-ES; rv:1.0.1) Gecko/20020827 Netscape/7.0
824
- os:
825
- name: HP-UX
826
- short_name: HPX
827
- version: "9000"
828
- platform:
829
- -
830
- user_agent: Mozilla/5.0 (X11; Knoppix; Linux i686; rv:20.0) Gecko/20100101 Firefox/20.0
831
- os:
832
- name: Knoppix
833
- short_name: KNO
834
- version:
835
- platform: x86
836
- -
837
- user_agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (VectorLinux package 3.5.3-1vl60)
838
- os:
839
- name: VectorLinux
840
- short_name: VLN
841
- version: "3.5.3"
842
- platform: x86
843
- -
844
- user_agent: 'Mozilla/5.0 (SymbianOS/9.1; U; [en-us]) AppleWebKit/413 (KHTML, like Gecko) Safari/413'
845
- os:
846
- name: Symbian OS
847
- short_name: SYS
848
- version: "9.1"
849
- platform:
850
- -
851
- user_agent: Mozilla/1.22 (compatible; MSIE 2.0; Windows 3.1)
852
- os:
853
- name: Windows
854
- short_name: WIN
855
- version: "3.1"
856
- platform:
857
- -
858
- user_agent: Mozilla/4.0 (compatible; MSIE 4.01; Windows 98)
859
- os:
860
- name: Windows
861
- short_name: WIN
862
- version: "98"
863
- platform:
864
- -
865
- user_agent: XBMC/3.3-DEV-r31572 (Xbox; http://www.xbmc.org)
866
- os:
867
- name: Xbox
868
- short_name: XBX
869
- version: "360"
870
- platform:
871
- -
872
- user_agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Firefox/17.0 Xubuntu 12.10
873
- os:
874
- name: Xubuntu
875
- short_name: XBT
876
- version: "12.10"
877
- platform: x86
878
- -
879
- user_agent: Opera/9.80 (X11; Linux i686; U; lubuntu 10.10; en) Presto/2.7
880
- os:
881
- name: Lubuntu
882
- short_name: LBT
883
- version: "10.10"
884
- platform: x86
885
- -
886
- user_agent: Mozilla/4.0 (X11; BackTrack; Linux i686; rv:10.0.2) Gecko/20100101 Firefox/4.0
887
- os:
888
- name: BackTrack
889
- short_name: BTR
890
- version:
891
- platform: x86
892
- -
893
- user_agent: Instacast/4.5.4 CFNetwork/672.1.14 Darwin/14.0.0
894
- os:
895
- name: iOS
896
- short_name: IOS
897
- version: "7.1"
898
- platform:
899
- -
900
- user_agent: InstacastHD/1.1.2 CFNetwork/711.0.6 Darwin/14.0.0
901
- os:
902
- name: iOS
903
- short_name: IOS
904
- version: "8.0"
905
- platform:
906
- -
907
- user_agent: Instacast/2380 CFNetwork/673.3 Darwin/13.4.0 (x86_64) (MacBookPro5%2C4)
908
- os:
909
- name: Mac
910
- short_name: MAC
911
- version: "10.9"
912
- platform: "x64"
913
- -
914
- user_agent: Safari/12602.3.12.0.1 CFNetwork/807.2.14 Darwin/16.3.0 (x86_64)
915
- os:
916
- name: Mac
917
- short_name: MAC
918
- version: "10.12"
919
- platform: "x64"
920
- -
921
- user_agent: Safari/12603.3.8 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)
922
- os:
923
- name: Mac
924
- short_name: MAC
925
- version: "10.12"
926
- platform: "x64"
927
- -
928
- user_agent: Safari/13604.1.38.1.6 CFNetwork/887 Darwin/17.0.0 (x86_64)
929
- os:
930
- name: Mac
931
- short_name: MAC
932
- version: "10.13"
933
- platform: x64
934
- -
935
- user_agent: Podcasts/2.1.2
936
- os:
937
- name: iOS
938
- short_name: IOS
939
- version:
940
- platform:
941
- -
942
- user_agent: Shifty Jelly Pocket Casts, Android v4.4.3.1
943
- os:
944
- name: Android
945
- short_name: AND
946
- version:
947
- platform:
948
- -
949
- user_agent: Shifty Jelly Pocket Casts, iOS v4.3
950
- os:
951
- name: iOS
952
- short_name: IOS
953
- version:
954
- platform:
955
-
956
- -
957
- user_agent: Mozilla/5.0 (Linux; U; en-us; BeyondPod)
958
- os:
959
- name: Android
960
- short_name: AND
961
- version:
962
- platform:
963
-
964
- -
965
- user_agent: AntennaPod/0.9.9.1
966
- os:
967
- name: Android
968
- short_name: AND
969
- version:
970
- platform:
971
-
972
- -
973
- user_agent: Overcast/1.0 (+http://overcast.fm/; iOS podcast app)
974
- os:
975
- name: iOS
976
- short_name: IOS
977
- version:
978
- platform:
979
-
980
- -
981
- user_agent: Podkicker Pro/1.9.4
982
- os:
983
- name: Android
984
- short_name: AND
985
- version:
986
- platform:
987
-
988
- -
989
- user_agent: Castro/64 CFNetwork/672.1.15 Darwin/14.0.0
990
- os:
991
- name: iOS
992
- short_name: IOS
993
- version: "7.1"
994
- platform:
995
-
996
- -
997
- user_agent: Mozilla/5.0 (Linux; U; Windows NT 6.1; en-us; dream) DoggCatcher
998
- os:
999
- name: Android
1000
- short_name: AND
1001
- version:
1002
- platform:
1003
-
1004
- -
1005
- user_agent: iTunes-iPod/6.1.6 (4; 16GB; dt:71)
1006
- os:
1007
- name: iOS
1008
- short_name: IOS
1009
- version:
1010
- platform:
1011
-
1012
- -
1013
- user_agent: TwitterAndroid/7.73.0-release.17 (8900198-r-17) HUAWEI VNS-L53/7.0 (HUAWEI;HUAWEI VNS-L53;HUAWEI;VNS-L53;0;;1;2013)
1014
- os:
1015
- name: Android
1016
- short_name: AND
1017
- version: "7.0"
1018
- platform:
1019
-
1020
- -
1021
- user_agent: TwitterAndroid/7.71.1-release.15 (8900196-r-15) TA-1028/8.0.0 (HMD Global;TA-1028;Nokia;TA-1028_00WW;0;;1;2013)
1022
- os:
1023
- name: Android
1024
- short_name: AND
1025
- version: "8.0.0"
1026
- platform:
1027
- -
1028
- user_agent: RSSRadio/9220 (iPad;iOS;12.3.1)
1029
- os:
1030
- name: iOS
1031
- short_name: IOS
1032
- version: ""
1033
- platform:
1034
- -
1035
- user_agent: RSSRadio/9252
1036
- os:
1037
- name: iOS
1038
- short_name: IOS
1039
- version: ""
1040
- platform:
1041
- -
1042
- user_agent: RSSRadio/
1043
- os:
1044
- name: iOS
1045
- short_name: IOS
1046
- version: ""
1047
- platform: