device_detector 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +7 -0
  3. data/README.md +5 -5
  4. data/lib/device_detector/device.rb +82 -3
  5. data/lib/device_detector/os.rb +4 -2
  6. data/lib/device_detector/parser.rb +1 -1
  7. data/lib/device_detector/version.rb +1 -1
  8. data/lib/device_detector/version_extractor.rb +20 -1
  9. data/regexes/bots.yml +49 -6
  10. data/regexes/client/browsers.yml +170 -16
  11. data/regexes/client/libraries.yml +20 -1
  12. data/regexes/client/mediaplayers.yml +2 -2
  13. data/regexes/client/mobile_apps.yml +447 -13
  14. data/regexes/client/pim.yml +16 -1
  15. data/regexes/device/consoles.yml +7 -1
  16. data/regexes/device/mobiles.yml +3169 -912
  17. data/regexes/device/portable_media_player.yml +16 -6
  18. data/regexes/oss.yml +380 -467
  19. metadata +3 -164
  20. data/.gitignore +0 -14
  21. data/.rubocop.yml +0 -49
  22. data/.ruby-version +0 -1
  23. data/.travis.yml +0 -14
  24. data/Gemfile +0 -8
  25. data/Rakefile +0 -86
  26. data/device_detector.gemspec +0 -27
  27. data/spec/device_detector/bot_fixtures_spec.rb +0 -30
  28. data/spec/device_detector/client_fixtures_spec.rb +0 -31
  29. data/spec/device_detector/concrete_user_agent_spec.rb +0 -123
  30. data/spec/device_detector/detector_fixtures_spec.rb +0 -99
  31. data/spec/device_detector/device_fixtures_spec.rb +0 -36
  32. data/spec/device_detector/device_spec.rb +0 -147
  33. data/spec/device_detector/memory_cache_spec.rb +0 -148
  34. data/spec/device_detector/model_extractor_spec.rb +0 -63
  35. data/spec/device_detector/os_fixtures_spec.rb +0 -26
  36. data/spec/device_detector/version_extractor_spec.rb +0 -79
  37. data/spec/device_detector_spec.rb +0 -189
  38. data/spec/fixtures/client/browser.yml +0 -3935
  39. data/spec/fixtures/client/feed_reader.yml +0 -187
  40. data/spec/fixtures/client/library.yml +0 -253
  41. data/spec/fixtures/client/mediaplayer.yml +0 -193
  42. data/spec/fixtures/client/mobile_app.yml +0 -703
  43. data/spec/fixtures/client/pim.yml +0 -175
  44. data/spec/fixtures/detector/bots.yml +0 -4434
  45. data/spec/fixtures/detector/camera.yml +0 -127
  46. data/spec/fixtures/detector/car_browser.yml +0 -217
  47. data/spec/fixtures/detector/console.yml +0 -343
  48. data/spec/fixtures/detector/desktop.yml +0 -7580
  49. data/spec/fixtures/detector/feature_phone.yml +0 -1597
  50. data/spec/fixtures/detector/feed_reader.yml +0 -524
  51. data/spec/fixtures/detector/mediaplayer.yml +0 -306
  52. data/spec/fixtures/detector/mobile_apps.yml +0 -1233
  53. data/spec/fixtures/detector/peripheral.yml +0 -271
  54. data/spec/fixtures/detector/phablet.yml +0 -7366
  55. data/spec/fixtures/detector/portable_media_player.yml +0 -527
  56. data/spec/fixtures/detector/smart_display.yml +0 -235
  57. data/spec/fixtures/detector/smart_speaker.yml +0 -60
  58. data/spec/fixtures/detector/smartphone-1.yml +0 -9622
  59. data/spec/fixtures/detector/smartphone-10.yml +0 -8981
  60. data/spec/fixtures/detector/smartphone-11.yml +0 -8938
  61. data/spec/fixtures/detector/smartphone-12.yml +0 -8989
  62. data/spec/fixtures/detector/smartphone-13.yml +0 -9412
  63. data/spec/fixtures/detector/smartphone-14.yml +0 -9477
  64. data/spec/fixtures/detector/smartphone-15.yml +0 -9281
  65. data/spec/fixtures/detector/smartphone-16.yml +0 -9678
  66. data/spec/fixtures/detector/smartphone-17.yml +0 -9965
  67. data/spec/fixtures/detector/smartphone-18.yml +0 -9806
  68. data/spec/fixtures/detector/smartphone-19.yml +0 -9965
  69. data/spec/fixtures/detector/smartphone-2.yml +0 -12242
  70. data/spec/fixtures/detector/smartphone-20.yml +0 -9710
  71. data/spec/fixtures/detector/smartphone-21.yml +0 -8693
  72. data/spec/fixtures/detector/smartphone-22.yml +0 -10178
  73. data/spec/fixtures/detector/smartphone-23.yml +0 -9453
  74. data/spec/fixtures/detector/smartphone-24.yml +0 -9843
  75. data/spec/fixtures/detector/smartphone-25.yml +0 -9703
  76. data/spec/fixtures/detector/smartphone-26.yml +0 -10007
  77. data/spec/fixtures/detector/smartphone-27.yml +0 -4927
  78. data/spec/fixtures/detector/smartphone-3.yml +0 -9909
  79. data/spec/fixtures/detector/smartphone-4.yml +0 -8954
  80. data/spec/fixtures/detector/smartphone-5.yml +0 -8981
  81. data/spec/fixtures/detector/smartphone-6.yml +0 -8948
  82. data/spec/fixtures/detector/smartphone-7.yml +0 -8975
  83. data/spec/fixtures/detector/smartphone-8.yml +0 -9810
  84. data/spec/fixtures/detector/smartphone-9.yml +0 -8925
  85. data/spec/fixtures/detector/smartphone.yml +0 -9001
  86. data/spec/fixtures/detector/tablet-1.yml +0 -10155
  87. data/spec/fixtures/detector/tablet-2.yml +0 -9064
  88. data/spec/fixtures/detector/tablet-3.yml +0 -9035
  89. data/spec/fixtures/detector/tablet-4.yml +0 -9062
  90. data/spec/fixtures/detector/tablet-5.yml +0 -9273
  91. data/spec/fixtures/detector/tablet-6.yml +0 -4588
  92. data/spec/fixtures/detector/tablet.yml +0 -8979
  93. data/spec/fixtures/detector/tv-1.yml +0 -2501
  94. data/spec/fixtures/detector/tv.yml +0 -10045
  95. data/spec/fixtures/detector/unknown.yml +0 -3071
  96. data/spec/fixtures/detector/wearable.yml +0 -915
  97. data/spec/fixtures/device/camera.yml +0 -19
  98. data/spec/fixtures/device/car_browser.yml +0 -13
  99. data/spec/fixtures/device/console.yml +0 -79
  100. data/spec/fixtures/device/notebook.yml +0 -7
  101. data/spec/fixtures/parser/oss.yml +0 -2418
  102. data/spec/fixtures/parser/vendorfragments.yml +0 -168
  103. data/spec/spec_helper.rb +0 -9
@@ -1,2418 +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
- family: AmigaOS
10
- -
11
- user_agent: Mozilla/5.0 (AmigaOS; U; AmigaOS 1.3; en-US; rv:1.8.1.21) Gecko/20090303 SeaMonkey/1.1.15
12
- os:
13
- name: AmigaOS
14
- short_name: AMG
15
- version: "1.3"
16
- platform:
17
- family: AmigaOS
18
- -
19
- 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
20
- os:
21
- name: Arch Linux
22
- short_name: ARL
23
- version:
24
- platform: x64
25
- family: GNU/Linux
26
- -
27
- user_agent: Mozilla/3.0 (compatible; NetPositive/2.2.1; BeOS)
28
- os:
29
- name: BeOS
30
- short_name: BEO
31
- version:
32
- platform:
33
- family: BeOS
34
- -
35
- 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
36
- os:
37
- name: CentOS
38
- short_name: CES
39
- version: "3.0.6"
40
- platform: x64
41
- family: GNU/Linux
42
- -
43
- 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
44
- os:
45
- name: Debian
46
- short_name: DEB
47
- version:
48
- platform: x86
49
- family: GNU/Linux
50
- -
51
- 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)
52
- os:
53
- name: Debian
54
- short_name: DEB
55
- version: "3.0.6"
56
- platform: x86
57
- family: GNU/Linux
58
- -
59
- 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
60
- os:
61
- name: Fedora
62
- short_name: FED
63
- version: "1.9.0.8"
64
- platform: x86
65
- family: GNU/Linux
66
- -
67
- user_agent: Fire OS/5.3.6.2 stagefright/1.2 (Linux;Android 5.1.1)
68
- os:
69
- name: Fire OS
70
- short_name: FIR
71
- version: 5.3.6.2
72
- platform: ""
73
- family: Android
74
- -
75
- user_agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:25.0) Gecko/20100101 Firefox/25.0
76
- os:
77
- name: FreeBSD
78
- short_name: BSD
79
- version:
80
- platform: x64
81
- family: Unix
82
- -
83
- user_agent: Mozilla/3.0 (WorldGate Gazelle 3.5.1 build 11; FreeBSD2.2.8-STABLE)
84
- os:
85
- name: FreeBSD
86
- short_name: BSD
87
- version: "2.2.8"
88
- platform:
89
- family: Unix
90
- -
91
- user_agent: Mozilla/5.0 (X11; U; Gentoo x86_64; de-DE) Firefox/26.0
92
- os:
93
- name: Gentoo
94
- short_name: GNT
95
- version:
96
- platform: x64
97
- family: GNU/Linux
98
- -
99
- user_agent: Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 conkeror/1.0pre
100
- os:
101
- name: GNU/Linux
102
- short_name: LIN
103
- version:
104
- platform: x64
105
- family: GNU/Linux
106
- -
107
- 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
108
- os:
109
- name: GNU/Linux
110
- short_name: LIN
111
- version:
112
- platform:
113
- family: GNU/Linux
114
- -
115
- user_agent: Mozilla/5.0 (BeOS; U; Haiku BePC; en-US; rv:1.8.1.21pre) Gecko/20090218 BonEcho/2.0.0.21pre
116
- os:
117
- name: Haiku OS
118
- short_name: HAI
119
- version:
120
- platform:
121
- family: BeOS
122
- -
123
- 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
124
- os:
125
- name: Haiku OS
126
- short_name: HAI
127
- version: ""
128
- platform: x86
129
- family: BeOS
130
- -
131
- user_agent: Mozilla/4.08 (Charon; Inferno)
132
- os:
133
- name: Inferno
134
- short_name: INF
135
- version:
136
- platform:
137
- family: Unix
138
- -
139
- user_agent: 'Mozilla/4.04 [en] (X11; I; IRIX 5.3 IP22)'
140
- os:
141
- name: IRIX
142
- short_name: IRI
143
- version: "5.3"
144
- platform:
145
- family: Unix
146
- -
147
- user_agent: 'Mozilla/4.77 [en] (X11; I; IRIX;64 6.5 IP30)'
148
- os:
149
- name: IRIX
150
- short_name: IRI
151
- version: "6.5"
152
- platform:
153
- family: Unix
154
- -
155
- user_agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.5 (like Gecko) (Kubuntu)
156
- os:
157
- name: Kubuntu
158
- short_name: KBT
159
- version:
160
- platform:
161
- family: GNU/Linux
162
- -
163
- 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
164
- os:
165
- name: KaiOS
166
- short_name: KOS
167
- version: "2.0"
168
- platform: ""
169
- family: Firefox OS
170
- -
171
- 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
172
- os:
173
- name: Kubuntu
174
- short_name: KBT
175
- version: "8.04"
176
- platform: x64
177
- family: GNU/Linux
178
- -
179
- 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'
180
- os:
181
- name: Mac
182
- short_name: MAC
183
- version:
184
- platform:
185
- family: Mac
186
- -
187
- user_agent: QuickTime\xaa.7.0.4 (qtver=7.0.4;cpu=PPC;os=Mac 10.3.9)
188
- os:
189
- name: Mac
190
- short_name: MAC
191
- version: "10.3.9"
192
- platform:
193
- family: Mac
194
- -
195
- 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
196
- os:
197
- name: Mandriva
198
- short_name: MDR
199
- version: "1.9.2.17"
200
- platform: x86
201
- family: GNU/Linux
202
- -
203
- 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
204
- os:
205
- name: MildWild
206
- short_name: MLD
207
- version: "8.0"
208
- platform:
209
- family: Android
210
- -
211
- 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
212
- os:
213
- name: MorphOS
214
- short_name: MOR
215
- version: "3.7"
216
- platform:
217
- family: AmigaOS
218
- -
219
- 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
220
- os:
221
- name: CyanogenMod
222
- short_name: CYN
223
- version: "7.2.0"
224
- platform:
225
- family: Android
226
- -
227
- 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
228
- os:
229
- name: RazoDroiD
230
- short_name: RZD
231
- version:
232
- platform:
233
- family: Android
234
- -
235
- 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
236
- os:
237
- name: MocorDroid
238
- short_name: MCD
239
- version: "2.3.5"
240
- platform:
241
- family: Android
242
- -
243
- 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
244
- os:
245
- name: Maemo
246
- short_name: MAE
247
- version:
248
- platform: ARM
249
- family: Other Mobile
250
- -
251
- user_agent: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:2.0) Gecko/20100101 Linux Mint 16/Petra Firefox/25.0.1.
252
- os:
253
- name: Mint
254
- short_name: MIN
255
- version: "16"
256
- platform: x86
257
- family: GNU/Linux
258
- -
259
- user_agent: Mozilla/5.0 (X11; U; NetBSD amd64; fr-FR; rv:1.8.0.7) Gecko/20061102 Firefox/1.5.0.7
260
- os:
261
- name: NetBSD
262
- short_name: NBS
263
- version:
264
- platform: x64
265
- family: Unix
266
- -
267
- user_agent: Mozilla/5.0 (X11; OpenBSD amd64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.45 Safari/537.36
268
- os:
269
- name: OpenBSD
270
- short_name: OBS
271
- version:
272
- platform: x64
273
- family: Unix
274
- -
275
- user_agent: Mozilla/5.0 (OS/2; Warp 4.5; rv:10.0.12) Gecko/20100101 Firefox/10.0.12
276
- os:
277
- name: OS/2
278
- short_name: OS2
279
- version:
280
- platform:
281
- family: IBM
282
- -
283
- user_agent: Mozilla/3.0 (X11; I; OSF1 V4.0 alpha)
284
- os:
285
- name: OSF1
286
- short_name: T64
287
- version: "4.0"
288
- platform:
289
- family: Unix
290
- -
291
- 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
292
- os:
293
- name: Red Hat
294
- short_name: RHT
295
- version: "4.3.4"
296
- platform:
297
- family: GNU/Linux
298
- -
299
- user_agent: Opera/9.80 (X11; Linux x86_64; Sabayon) Presto/2.12.388 Version/12.16
300
- os:
301
- name: Sabayon
302
- short_name: SAB
303
- version:
304
- platform: x64
305
- family: GNU/Linux
306
- -
307
- user_agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Slackware/Chrome/12.0.742.100 Safari/534.30
308
- os:
309
- name: Slackware
310
- short_name: SLW
311
- version:
312
- platform: x86
313
- family: GNU/Linux
314
- -
315
- 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
316
- os:
317
- name: Slackware
318
- short_name: SLW
319
- version: "13.0"
320
- platform: x86
321
- family: GNU/Linux
322
- -
323
- user_agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.9) Gecko/20100525 Firefox/3.5.9
324
- os:
325
- name: Solaris
326
- short_name: SOS
327
- version:
328
- platform: x86
329
- family: Unix
330
- -
331
- user_agent: Mozilla/4.0 (compatible; MSIE 5.0; SunOS 5.10 sun4u; X11)
332
- os:
333
- name: Solaris
334
- short_name: SOS
335
- version: "5.10"
336
- platform:
337
- family: Unix
338
- -
339
- 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
340
- os:
341
- name: SUSE
342
- short_name: SSE
343
- version: "3.6.24"
344
- platform: x86
345
- family: GNU/Linux
346
- -
347
- user_agent: Mozilla/5.0 (compatible; U; ABrowse 0.6; Syllable) AppleWebKit/420+ (KHTML, like Gecko)
348
- os:
349
- name: Syllable
350
- short_name: SYL
351
- version:
352
- platform:
353
- family: Unix
354
- -
355
- 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
356
- os:
357
- name: Ubuntu
358
- short_name: UBT
359
- version:
360
- platform: x64
361
- family: GNU/Linux
362
- -
363
- 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)
364
- os:
365
- name: Ubuntu
366
- short_name: UBT
367
- version: "1.1.9"
368
- platform: x86
369
- family: GNU/Linux
370
- -
371
- 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
372
- os:
373
- name: Ubuntu
374
- short_name: UBT
375
- version: "9.25"
376
- platform: x86
377
- family: GNU/Linux
378
- -
379
- user_agent: Mozilla/5.0 (Windows; U; Win9x; en; Stable) Gecko/20020911 Beonex/0.8.1-stable
380
- os:
381
- name: Windows
382
- short_name: WIN
383
- version:
384
- platform:
385
- family: Windows
386
- -
387
- user_agent: Mozilla/5.0 (Windows NT 6.4; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko
388
- os:
389
- name: Windows
390
- short_name: WIN
391
- version: "10"
392
- platform: x64
393
- family: Windows
394
- -
395
- user_agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko
396
- os:
397
- name: Windows
398
- short_name: WIN
399
- version: "10"
400
- platform: x64
401
- family: Windows
402
- -
403
- 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
404
- os:
405
- name: Windows IoT
406
- short_name: WIO
407
- version: "10"
408
- platform:
409
- family: Windows Mobile
410
- -
411
- user_agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20
412
- os:
413
- name: Windows
414
- short_name: WIN
415
- version: "2000"
416
- platform:
417
- family: Windows
418
- -
419
- 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
420
- os:
421
- name: Windows
422
- short_name: WIN
423
- version: "7"
424
- platform: x64
425
- family: Windows
426
- -
427
- user_agent: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17
428
- os:
429
- name: Windows
430
- short_name: WIN
431
- version: "8"
432
- platform: x64
433
- family: Windows
434
- -
435
- user_agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0
436
- os:
437
- name: Windows
438
- short_name: WIN
439
- version: "8.1"
440
- platform: x64
441
- family: Windows
442
- -
443
- user_agent: Mozilla/2.0 (compatible; MSIE 3.02; Update a; AOL 3.0; Windows 95)
444
- os:
445
- name: Windows
446
- short_name: WIN
447
- version: "95"
448
- platform:
449
- family: Windows
450
- -
451
- user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90; .NET CLR 1.1.4322)
452
- os:
453
- name: Windows
454
- short_name: WIN
455
- version: "ME"
456
- platform:
457
- family: Windows
458
- -
459
- user_agent: Mozilla/4.0 (compatible; MSIE 4.01; Digital AlphaServer 1000A 4/233; Windows NT; Powered By 64-Bit Alpha Processor)
460
- os:
461
- name: Windows
462
- short_name: WIN
463
- version: "NT"
464
- platform:
465
- family: Windows
466
- -
467
- user_agent: Mozilla/5.0 (Windows; U; Windows NT 5.2 x64; en-US; rv:1.9a1) Gecko/20061007 Minefield/3.0a1
468
- os:
469
- name: Windows
470
- short_name: WIN
471
- version: "Server 2003"
472
- platform: x64
473
- family: Windows
474
- -
475
- user_agent: Mozilla/5.0 (Windows NT 6.0; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0
476
- os:
477
- name: Windows
478
- short_name: WIN
479
- version: "Vista"
480
- platform: x64
481
- family: Windows
482
- -
483
- user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Avant Browser; InfoPath.1)
484
- os:
485
- name: Windows
486
- short_name: WIN
487
- version: "XP"
488
- platform:
489
- family: Windows
490
- -
491
- user_agent: Mozilla/5.0 (Linux; U; Android 0.5; en-us) AppleWebKit/522+ (KHTML, like Gecko) Safari/419.3
492
- os:
493
- name: Android
494
- short_name: AND
495
- version: "0.5"
496
- platform:
497
- family: Android
498
- -
499
- user_agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; Acer; Allegro)
500
- os:
501
- name: Windows Phone
502
- short_name: WPH
503
- platform:
504
- version: "7.5"
505
- family: Windows Mobile
506
- -
507
- 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
508
- os:
509
- name: Windows Phone
510
- short_name: WPH
511
- version: "8.1"
512
- platform: ARM
513
- family: Windows Mobile
514
- -
515
- 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
516
- os:
517
- name: Android
518
- short_name: AND
519
- version: "2.2.2"
520
- platform:
521
- family: Android
522
- -
523
- 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
524
- os:
525
- name: Android
526
- short_name: AND
527
- version: "9"
528
- platform: ""
529
- family: Android
530
- -
531
- user_agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 8.12; MSIEMobile 6.0) acer_F900
532
- os:
533
- name: Windows CE
534
- short_name: WCE
535
- version:
536
- platform:
537
- family: Windows Mobile
538
- -
539
- user_agent: Mozilla/5.0 (Mobile; ALCATEL ONE TOUCH 4012A; rv:18.1) Gecko/18.1 Firefox/18.1
540
- os:
541
- name: Firefox OS
542
- short_name: FOS
543
- version:
544
- platform:
545
- family: Firefox OS
546
- -
547
- user_agent: AtomicBrowser/3.7.1 CFNetwork/467.12 Darwin/10.3.1
548
- os:
549
- name: iOS
550
- short_name: IOS
551
- version: "3.2"
552
- platform:
553
- family: iOS
554
- -
555
- 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
556
- os:
557
- name: iOS
558
- short_name: IOS
559
- version: "4.1"
560
- platform:
561
- family: iOS
562
- -
563
- user_agent: CFNetwork/758.2.8 Darwin/15.0.0
564
- os:
565
- name: iOS
566
- short_name: IOS
567
- version: "9.2"
568
- platform:
569
- family: iOS
570
- -
571
- user_agent: CFNetwork/758.3.15 Darwin/15.4.0
572
- os:
573
- name: iOS
574
- short_name: IOS
575
- version: "9.3"
576
- platform:
577
- family: iOS
578
- -
579
- user_agent: SPORT1/4059 CFNetwork/758.4.3 Darwin/15.5.0
580
- os:
581
- name: iOS
582
- short_name: IOS
583
- version: "9.3.2"
584
- platform:
585
- family: iOS
586
- -
587
- user_agent: Interflora/22 CFNetwork/808.0.1 Darwin/16.0.0
588
- os:
589
- name: iOS
590
- short_name: IOS
591
- version: "10.0"
592
- platform: ""
593
- family: iOS
594
- -
595
- user_agent: MobileSafari/602.1 CFNetwork/808.1.3 Darwin/16.1.0
596
- os:
597
- name: iOS
598
- short_name: IOS
599
- version: "10.1"
600
- platform: ""
601
- family: iOS
602
- -
603
- user_agent: MobileSafari/602.1 CFNetwork/808.2.16 Darwin/16.3.0
604
- os:
605
- name: iOS
606
- short_name: IOS
607
- version: "10.2"
608
- platform: ""
609
- family: iOS
610
- -
611
- user_agent: MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0
612
- os:
613
- name: iOS
614
- short_name: IOS
615
- version: "10.3"
616
- platform: ""
617
- family: iOS
618
- -
619
- user_agent: MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0
620
- os:
621
- name: iOS
622
- short_name: IOS
623
- version: "10.3"
624
- platform: ""
625
- family: iOS
626
- -
627
- user_agent: MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0
628
- os:
629
- name: iOS
630
- short_name: IOS
631
- version: "11.0"
632
- platform: ""
633
- family: iOS
634
- -
635
- user_agent: MobileSafari/604.1 CFNetwork/889.9 Darwin/17.2.0
636
- os:
637
- name: iOS
638
- short_name: IOS
639
- version: "11.1"
640
- platform: ""
641
- family: iOS
642
- -
643
- user_agent: NokiaN73-2/3.0-630.0.2 Series60/3.0 Profile/MIDP-2.0 Configuration/CLDC-1.1
644
- os:
645
- name: Symbian OS Series 60
646
- short_name: S60
647
- version: "3.0"
648
- platform:
649
- family: Symbian
650
- -
651
- user_agent: XBMC/PRE-11.0 Git:20110623-62171b3 (iOS; 11.0.0 AppleTV2,1; http://www.xbmc.org)
652
- os:
653
- name: tvOS
654
- short_name: ATV
655
- version: 11.0.0
656
- platform: ARM
657
- family: iOS
658
- -
659
- 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
660
- os:
661
- name: Bada
662
- short_name: SBA
663
- version: "1.0"
664
- platform:
665
- family: Other Mobile
666
- -
667
- user_agent: BlackBerry8520/5.0.0.681 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/134
668
- os:
669
- name: BlackBerry OS
670
- short_name: BLB
671
- version: "5.0.0.681"
672
- platform:
673
- family: BlackBerry
674
- -
675
- 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+
676
- os:
677
- name: BlackBerry Tablet OS
678
- short_name: QNX
679
- version: "2.1.0"
680
- platform:
681
- family: BlackBerry
682
- -
683
- 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
684
- os:
685
- name: Brew
686
- short_name: BMP
687
- version: "1.0.4"
688
- platform:
689
- family: Brew
690
- -
691
- 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
692
- os:
693
- name: Chrome OS
694
- short_name: COS
695
- version: "31.0.1650.67"
696
- platform: x64
697
- family: Chrome OS
698
- -
699
- 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
700
- os:
701
- name: Google TV
702
- short_name: GTV
703
- version: "092754"
704
- platform: x86
705
- family: Google TV
706
- -
707
- user_agent: Opera/9.80 (MTK; Nucleus; U; en-US) Presto/2.4.18 Version/10.00
708
- os:
709
- name: MTK / Nucleus
710
- short_name: MTK
711
- version:
712
- platform:
713
- family: Real-time OS
714
- -
715
- 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
716
- os:
717
- name: ThreadX
718
- short_name: TDX
719
- version: "4.0"
720
- platform:
721
- family: Real-time OS
722
- -
723
- user_agent: Mozilla/5.0 (MeeGo; NokiaN9) AppleWebKit/534.13 (KHTML, like Gecko) NokiaBrowser/8.5.0 Mobile Safari/534.13
724
- os:
725
- name: MeeGo
726
- short_name: SMG
727
- version:
728
- platform:
729
- family: Other Mobile
730
- -
731
- user_agent: Mozilla/5.0 (PLAYSTATION 3 4.46) AppleWebKit/531.22.8 (KHTML, like Gecko)
732
- os:
733
- name: PlayStation
734
- short_name: PS3
735
- version: "3"
736
- platform:
737
- family: Gaming Console
738
- -
739
- 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
740
- os:
741
- name: Nintendo
742
- short_name: WII
743
- version: "Wii"
744
- platform:
745
- family: Gaming Console
746
- -
747
- user_agent: Bunjalloo/0.7.6(Nintendo DS;U;en)
748
- os:
749
- name: Nintendo Mobile
750
- short_name: NDS
751
- version: "DS"
752
- platform:
753
- family: Mobile Gaming Console
754
- -
755
- user_agent: Mozilla/5.0 (Nintendo 3DS; U; ; en) Version/1.7498.EU
756
- os:
757
- name: Nintendo Mobile
758
- short_name: NDS
759
- version: "3DS"
760
- platform:
761
- family: Mobile Gaming Console
762
- -
763
- user_agent: Mozilla/4.0 (PlayStation Portable); 2.00)
764
- os:
765
- name: PlayStation Portable
766
- short_name: PSP
767
- version: "Portable"
768
- platform:
769
- family: Mobile Gaming Console
770
- -
771
- user_agent: Mozilla/5.0 (PlayStation Vita 3.01) AppleWebKit/536.26 (KHTML, like Gecko) Silk/3.2
772
- os:
773
- name: PlayStation Portable
774
- short_name: PSP
775
- version: "Vita"
776
- platform:
777
- family: Mobile Gaming Console
778
- -
779
- user_agent: Mozilla/5.0 (Web0S; Linux/SmartTV) AppleWebKit/537.36 (KHTML, like Gecko) QtWebEngine/5.2.1 Chrome/38.0.2125.122 Safari/537.36 WebAppManager
780
- os:
781
- name: webOS
782
- short_name: WOS
783
- version: "3"
784
- platform: ""
785
- family: Other Mobile
786
- -
787
- 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
788
- os:
789
- name: webOS
790
- short_name: WOS
791
- version: "1.4.5"
792
- platform:
793
- family: Other Mobile
794
- -
795
- user_agent: CorePlayer/1.0 (Palm OS 5.4.9; ARM Intel PXA27x; en) CorePlayer/1.3.2_6909
796
- os:
797
- name: palmOS
798
- short_name: POS
799
- version: "5.4.9"
800
- platform: ARM
801
- family: Other Mobile
802
- -
803
- user_agent: 'Palmscape/3.0J [ja] (v. 3.5.2H1.5; 153x130; c8)'
804
- os:
805
- name: palmOS
806
- short_name: POS
807
- version:
808
- platform:
809
- family: Other Mobile
810
- -
811
- 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)
812
- os:
813
- name: Remix OS
814
- short_name: REM
815
- version: "1"
816
- platform: x86
817
- family: Android
818
- -
819
- 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
820
- os:
821
- name: Remix OS
822
- short_name: REM
823
- version: 2
824
- platform:
825
- family: Android
826
- -
827
- 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
828
- os:
829
- name: YunOs
830
- short_name: YNS
831
- version: "1.0.0.3"
832
- platform:
833
- family: Android
834
- -
835
- user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; ARM; Trident/6.0; Touch; ARMBJS)
836
- os:
837
- name: Windows RT
838
- short_name: WRT
839
- version:
840
- platform: ARM
841
- family: Windows Mobile
842
- -
843
- 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
844
- os:
845
- name: Windows RT
846
- short_name: WRT
847
- version: "8.1"
848
- platform: ARM
849
- family: Windows Mobile
850
- -
851
- user_agent: Opera/9.80 (Windows Mobile; WCE; Opera Mobi/WMD-50433; U; en) Presto/2.4.13 Version/10.00
852
- os:
853
- name: Windows Mobile
854
- short_name: WMO
855
- version:
856
- platform:
857
- family: Windows Mobile
858
- -
859
- user_agent: Opera/9.7 (WindowsMobile; PPC; Opera Mobi/35267; U; en; Presto/2.1.1)
860
- os:
861
- name: Windows Mobile
862
- short_name: WMO
863
- version: ""
864
- platform: ""
865
- family: Windows Mobile
866
- -
867
- user_agent: Mozilla/3.0 WebTV/1.2 (compatible; MSIE 2.0)
868
- os:
869
- name: WebTV
870
- short_name: WTV
871
- version: "1.2"
872
- platform:
873
- family: WebTV
874
- -
875
- 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
876
- os:
877
- name: Tizen
878
- short_name: TIZ
879
- version: "1.0"
880
- platform:
881
- family: Other Mobile
882
- -
883
- 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
884
- os:
885
- name: Symbian^3
886
- short_name: SY3
887
- version: "Anna"
888
- platform:
889
- family: Symbian
890
- -
891
- 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
892
- os:
893
- name: Symbian OS Series 40
894
- short_name: S40
895
- version:
896
- platform:
897
- family: Symbian
898
- -
899
- 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
900
- os:
901
- name: Symbian
902
- short_name: SYM
903
- version:
904
- platform:
905
- family: Symbian
906
- -
907
- user_agent: Mozilla/5.0 (Symbian; U; N8-00; xx) AppleWebKit/534.3 (KHTML, like Gecko) MiniBrowserMobile/4.0 Mobile Safari/534.3
908
- os:
909
- name: Symbian OS
910
- short_name: SYS
911
- version:
912
- platform:
913
- family: Symbian
914
- -
915
- 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
916
- os:
917
- name: Sailfish OS
918
- short_name: SAF
919
- version:
920
- platform:
921
- family: GNU/Linux
922
- -
923
- user_agent: 'Mozilla/1.10 [en] (Compatible; RISC OS 3.70; Oregano 1.10)'
924
- os:
925
- name: RISC OS
926
- short_name: ROS
927
- version: "3.70"
928
- platform:
929
- family: RISC OS
930
- -
931
- user_agent: Mozilla/5.0 (X11; U; AIX 5.3; en-US; rv:1.7.12) Gecko/20051025
932
- os:
933
- name: AIX
934
- short_name: AIX
935
- version: "5.3"
936
- platform:
937
- family: Unix
938
- -
939
- user_agent: Mozilla/5.0 (compatible; Konqueror/4.1; DragonFly) KHTML/4.1.4 (like Gecko)
940
- os:
941
- name: DragonFly
942
- short_name: DFB
943
- version:
944
- platform:
945
- family: Unix
946
- -
947
- user_agent: Mozilla/5.0 (X11; U; HP-UX 9000/785; es-ES; rv:1.0.1) Gecko/20020827 Netscape/7.0
948
- os:
949
- name: HP-UX
950
- short_name: HPX
951
- version: "9000"
952
- platform:
953
- family: Unix
954
- -
955
- user_agent: Mozilla/5.0 (X11; Knoppix; Linux i686; rv:20.0) Gecko/20100101 Firefox/20.0
956
- os:
957
- name: Knoppix
958
- short_name: KNO
959
- version:
960
- platform: x86
961
- family: GNU/Linux
962
- -
963
- 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)
964
- os:
965
- name: VectorLinux
966
- short_name: VLN
967
- version: "3.5.3"
968
- platform: x86
969
- family: GNU/Linux
970
- -
971
- user_agent: 'Mozilla/5.0 (SymbianOS/9.1; U; [en-us]) AppleWebKit/413 (KHTML, like Gecko) Safari/413'
972
- os:
973
- name: Symbian OS
974
- short_name: SYS
975
- version: "9.1"
976
- platform:
977
- family: Symbian
978
- -
979
- user_agent: Mozilla/1.22 (compatible; MSIE 2.0; Windows 3.1)
980
- os:
981
- name: Windows
982
- short_name: WIN
983
- version: "3.1"
984
- platform:
985
- family: Windows
986
- -
987
- user_agent: Mozilla/4.0 (compatible; MSIE 4.01; Windows 98)
988
- os:
989
- name: Windows
990
- short_name: WIN
991
- version: "98"
992
- platform:
993
- family: Windows
994
- -
995
- user_agent: XBMC/3.3-DEV-r31572 (Xbox; http://www.xbmc.org)
996
- os:
997
- name: Xbox
998
- short_name: XBX
999
- version: "360"
1000
- platform:
1001
- family: Mobile Gaming Console
1002
- -
1003
- user_agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Firefox/17.0 Xubuntu 12.10
1004
- os:
1005
- name: Xubuntu
1006
- short_name: XBT
1007
- version: "12.10"
1008
- platform: x86
1009
- family: GNU/Linux
1010
- -
1011
- user_agent: Opera/9.80 (X11; Linux i686; U; lubuntu 10.10; en) Presto/2.7
1012
- os:
1013
- name: Lubuntu
1014
- short_name: LBT
1015
- version: "10.10"
1016
- platform: x86
1017
- family: GNU/Linux
1018
- -
1019
- user_agent: Mozilla/4.0 (X11; BackTrack; Linux i686; rv:10.0.2) Gecko/20100101 Firefox/4.0
1020
- os:
1021
- name: BackTrack
1022
- short_name: BTR
1023
- version:
1024
- platform: x86
1025
- family: GNU/Linux
1026
- -
1027
- user_agent: Instacast/4.5.4 CFNetwork/672.1.14 Darwin/14.0.0
1028
- os:
1029
- name: iOS
1030
- short_name: IOS
1031
- version: "7.1"
1032
- platform:
1033
- family: iOS
1034
- -
1035
- user_agent: InstacastHD/1.1.2 CFNetwork/711.0.6 Darwin/14.0.0
1036
- os:
1037
- name: iOS
1038
- short_name: IOS
1039
- version: "8.0"
1040
- platform:
1041
- family: iOS
1042
- -
1043
- user_agent: Instacast/2380 CFNetwork/673.3 Darwin/13.4.0 (x86_64) (MacBookPro5%2C4)
1044
- os:
1045
- name: Mac
1046
- short_name: MAC
1047
- version: "10.9.5"
1048
- platform: "x64"
1049
- family: Mac
1050
- -
1051
- user_agent: Safari/12602.3.12.0.1 CFNetwork/807.2.14 Darwin/16.3.0 (x86_64)
1052
- os:
1053
- name: Mac
1054
- short_name: MAC
1055
- version: "10.12.3"
1056
- platform: "x64"
1057
- family: Mac
1058
- -
1059
- user_agent: Safari/12603.3.8 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)
1060
- os:
1061
- name: Mac
1062
- short_name: MAC
1063
- version: "10.12.6"
1064
- platform: "x64"
1065
- family: Mac
1066
- -
1067
- user_agent: Safari/13604.1.38.1.6 CFNetwork/887 Darwin/17.0.0 (x86_64)
1068
- os:
1069
- name: Mac
1070
- short_name: MAC
1071
- version: "10.13"
1072
- platform: x64
1073
- family: Mac
1074
- -
1075
- user_agent: Podcasts/2.1.2
1076
- os:
1077
- name: iOS
1078
- short_name: IOS
1079
- version:
1080
- platform:
1081
- family: iOS
1082
- -
1083
- user_agent: Shifty Jelly Pocket Casts, Android v4.4.3.1
1084
- os:
1085
- name: Android
1086
- short_name: AND
1087
- version:
1088
- platform:
1089
- family: Android
1090
- -
1091
- user_agent: Shifty Jelly Pocket Casts, iOS v4.3
1092
- os:
1093
- name: iOS
1094
- short_name: IOS
1095
- version:
1096
- platform:
1097
- family: iOS
1098
- -
1099
- user_agent: Mozilla/5.0 (Linux; U; en-us; BeyondPod)
1100
- os:
1101
- name: Android
1102
- short_name: AND
1103
- version:
1104
- platform:
1105
- family: Android
1106
- -
1107
- user_agent: AntennaPod/0.9.9.1
1108
- os:
1109
- name: Android
1110
- short_name: AND
1111
- version:
1112
- platform:
1113
- family: Android
1114
- -
1115
- user_agent: Overcast/1.0 (+http://overcast.fm/; iOS podcast app)
1116
- os:
1117
- name: iOS
1118
- short_name: IOS
1119
- version:
1120
- platform:
1121
- family: iOS
1122
- -
1123
- user_agent: Podkicker Pro/1.9.4
1124
- os:
1125
- name: Android
1126
- short_name: AND
1127
- version:
1128
- platform:
1129
- family: Android
1130
- -
1131
- user_agent: Castro/64 CFNetwork/672.1.15 Darwin/14.0.0
1132
- os:
1133
- name: iOS
1134
- short_name: IOS
1135
- version: "7.1"
1136
- platform:
1137
- family: iOS
1138
- -
1139
- user_agent: Mozilla/5.0 (Linux; U; Windows NT 6.1; en-us; dream) DoggCatcher
1140
- os:
1141
- name: Android
1142
- short_name: AND
1143
- version:
1144
- platform:
1145
- family: Android
1146
- -
1147
- user_agent: iTunes-iPod/6.1.6 (4; 16GB; dt:71)
1148
- os:
1149
- name: iOS
1150
- short_name: IOS
1151
- version:
1152
- platform:
1153
- family: iOS
1154
- -
1155
- 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)
1156
- os:
1157
- name: Android
1158
- short_name: AND
1159
- version: "7.0"
1160
- platform:
1161
- family: Android
1162
- -
1163
- 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)
1164
- os:
1165
- name: Android
1166
- short_name: AND
1167
- version: "8.0.0"
1168
- platform:
1169
- family: Android
1170
- -
1171
- user_agent: RSSRadio/9220 (iPad;iOS;12.3.1)
1172
- os:
1173
- name: iOS
1174
- short_name: IOS
1175
- version: ""
1176
- platform:
1177
- family: iOS
1178
- -
1179
- user_agent: RSSRadio/9252
1180
- os:
1181
- name: iOS
1182
- short_name: IOS
1183
- version: ""
1184
- platform:
1185
- family: iOS
1186
- -
1187
- user_agent: RSSRadio/
1188
- os:
1189
- name: iOS
1190
- short_name: IOS
1191
- version: ""
1192
- platform:
1193
- family: iOS
1194
- -
1195
- user_agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Firefox/45.0 Ordissimo/3.8.6.6+svn37147
1196
- os:
1197
- name: Ordissimo
1198
- short_name: ORD
1199
- version: ""
1200
- platform: x86
1201
- family: GNU/Linux
1202
- -
1203
- user_agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 Ordissimo/3.8.20+svn37598
1204
- os:
1205
- name: Ordissimo
1206
- short_name: ORD
1207
- version: ""
1208
- platform: x64
1209
- family: GNU/Linux
1210
- -
1211
- user_agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Firefox/45.0 webissimo3/3.7.30+svn32090
1212
- os:
1213
- name: Ordissimo
1214
- short_name: ORD
1215
- version: ""
1216
- platform: x86
1217
- family: GNU/Linux
1218
- -
1219
- user_agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:42.0) Gecko/20100101 Firefox/42.0 webissimo3/3.7.22+svn30377
1220
- os:
1221
- name: Ordissimo
1222
- short_name: ORD
1223
- version: ""
1224
- platform: x64
1225
- family: GNU/Linux
1226
- -
1227
- user_agent: Mozilla/5.0 (X11 TOS; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 ToGate/72.0.3626.109 Safari/537.36
1228
- os:
1229
- name: TmaxOS
1230
- short_name: TOS
1231
- version: ""
1232
- platform: x64
1233
- family: GNU/Linux
1234
- -
1235
- user_agent: SAGETEL61D_11C_HW MRE/3.1.00900;MAUI/ARTEL_M5_V07_20171117_MP;BDATE/2017/11/17 15:42;LCD/128160;CHIP/MT6261;KEY/Normal;TOUCH/0;CAMERA/1;SENSOR/0;DEV/SAGETEL61D_11C_HW;WAP Browser/MAUI ;GMOBI/001;MBOUNCE/002;MOMAGIC/003;INDEX/004;SPICEI2I/005;GAMELOFT/006;
1236
- os:
1237
- name: MRE
1238
- short_name: MRE
1239
- version: "3.1"
1240
- platform: ""
1241
- family: Real-time OS
1242
- -
1243
- user_agent: Mozilla/5.0 (X11; OS ROSA; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36
1244
- os:
1245
- name: Rosa
1246
- short_name: RSO
1247
- version: ""
1248
- platform: x64
1249
- family: GNU/Linux
1250
- -
1251
- user_agent: Mozilla/5.0 (X11; CrOS x86_64 11151.23.2020; SeewoOS x86_64 2.0.16.3558) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.139 Safari/537.36 SeewoBrowser/2.0.16.3558
1252
- os:
1253
- name: SeewoOS
1254
- short_name: SEE
1255
- version: 2.0.16.3558
1256
- platform: x64
1257
- family: Chrome OS
1258
- -
1259
- user_agent: Mozilla/5.0 (Freebox; Linux i686) AppleWebKit/538.1 (KHTML, like Gecko) Navigateur web/1.0 Safari/538.1
1260
- os:
1261
- name: Freebox
1262
- short_name: FRE
1263
- version: ""
1264
- platform: x86
1265
- family: GNU/Linux
1266
- -
1267
- user_agent: Mozilla/5.0 (X11; Linux x86_64; Deepin 15.11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.75 Safari/537.36 NFSBrowser/5.0.5.2050
1268
- os:
1269
- name: Deepin
1270
- short_name: DEE
1271
- version: "15.11"
1272
- platform: x64
1273
- family: GNU/Linux
1274
- -
1275
- user_agent: Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)
1276
- os:
1277
- name: Mac
1278
- short_name: MAC
1279
- version: "10.11.6"
1280
- platform: x64
1281
- family: Mac
1282
- -
1283
- user_agent: Safari/13605.1.33.1.4 CFNetwork/897.15 Darwin/17.5.0 (x86_64)
1284
- os:
1285
- name: Mac
1286
- short_name: MAC
1287
- version: "10.13.4"
1288
- platform: x64
1289
- family: Mac
1290
- -
1291
- user_agent: Safari/13606.3.4.1.4 CFNetwork/902.1 Darwin/17.7.0 (x86_64)
1292
- os:
1293
- name: Mac
1294
- short_name: MAC
1295
- version: "10.13.6"
1296
- platform: x64
1297
- family: Mac
1298
- -
1299
- user_agent: Safari/13604.5.6 CFNetwork/893.13.1 Darwin/17.4.0 (x86_64)
1300
- os:
1301
- name: Mac
1302
- short_name: MAC
1303
- version: "10.13.3"
1304
- platform: x64
1305
- family: Mac
1306
- -
1307
- user_agent: Safari/13604.3.5 CFNetwork/889.9 Darwin/17.2.0 (x86_64)
1308
- os:
1309
- name: Mac
1310
- short_name: MAC
1311
- version: "10.13.1"
1312
- platform: x64
1313
- family: Mac
1314
- -
1315
- user_agent: Safari/13604.1.38.1.6 CFNetwork/887 Darwin/17.0.0 (x86_64)
1316
- os:
1317
- name: Mac
1318
- short_name: MAC
1319
- version: "10.13"
1320
- platform: x64
1321
- family: Mac
1322
- -
1323
- user_agent: Safari/13605.2.8 CFNetwork/901.1 Darwin/17.6.0 (x86_64)
1324
- os:
1325
- name: Mac
1326
- short_name: MAC
1327
- version: "10.13.5"
1328
- platform: x64
1329
- family: Mac
1330
- -
1331
- user_agent: Safari/14607.3.9 CFNetwork/978.0.7 Darwin/18.7.0 (x86_64)
1332
- os:
1333
- name: Mac
1334
- short_name: MAC
1335
- version: "10.14"
1336
- platform: x64
1337
- family: Mac
1338
- -
1339
- user_agent: Safari/14606.4.5 CFNetwork/976 Darwin/18.2.0 (x86_64)
1340
- os:
1341
- name: Mac
1342
- short_name: MAC
1343
- version: "10.14.1"
1344
- platform: x64
1345
- family: Mac
1346
- -
1347
- user_agent: Safari/14606.2.104.1.1 CFNetwork/975.0.3 Darwin/18.2.0 (x86_64)
1348
- os:
1349
- name: Mac
1350
- short_name: MAC
1351
- version: "10.14.1"
1352
- platform: x64
1353
- family: Mac
1354
- -
1355
- user_agent: Safari/14606.1.36.1.9 CFNetwork/974.1 Darwin/18.0.0 (x86_64)
1356
- os:
1357
- name: Mac
1358
- short_name: MAC
1359
- version: "10.14"
1360
- platform: x64
1361
- family: Mac
1362
- -
1363
- user_agent: Safari/14606.1.32 CFNetwork/971 Darwin/18.0.0 (x86_64)
1364
- os:
1365
- name: Mac
1366
- short_name: MAC
1367
- version: "10.14"
1368
- platform: x64
1369
- family: Mac
1370
- -
1371
- user_agent: Safari/14606.1.24.40.1 CFNetwork/962 Darwin/18.0.0 (x86_64)
1372
- os:
1373
- name: Mac
1374
- short_name: MAC
1375
- version: "10.14"
1376
- platform: x64
1377
- family: Mac
1378
- -
1379
- user_agent: Safari/14606.1.30 CFNetwork/969 Darwin/18.0.0 (x86_64)
1380
- os:
1381
- name: Mac
1382
- short_name: MAC
1383
- version: "10.14"
1384
- platform: x64
1385
- family: Mac
1386
- -
1387
- user_agent: Podcasts/1400.190 CFNetwork/1088.1 Darwin/19.0.0 (x86_64)
1388
- os:
1389
- name: Mac
1390
- short_name: MAC
1391
- version: "10.15"
1392
- platform: x64
1393
- family: Mac
1394
- -
1395
- user_agent: Podcasts/1400.203 CFNetwork/1091 Darwin/19.0.0 (x86_64)
1396
- os:
1397
- name: Mac
1398
- short_name: MAC
1399
- version: "10.15"
1400
- platform: x64
1401
- family: Mac
1402
- -
1403
- user_agent: Podcasts/1400.219.5 CFNetwork/1098 Darwin/19.0.0 (x86_64)
1404
- os:
1405
- name: Mac
1406
- short_name: MAC
1407
- version: "10.15"
1408
- platform: x64
1409
- family: Mac
1410
- -
1411
- user_agent: Podcasts/1410.10 CFNetwork/1103 Darwin/19.0.0 (x86_64)
1412
- os:
1413
- name: Mac
1414
- short_name: MAC
1415
- version: "10.15"
1416
- platform: x64
1417
- family: Mac
1418
- -
1419
- user_agent: Podcasts/1410.10 CFNetwork/1085.4 Darwin/19.0.0 (x86_64)
1420
- os:
1421
- name: Mac
1422
- short_name: MAC
1423
- version: "10.15"
1424
- platform: x64
1425
- family: Mac
1426
- -
1427
- user_agent: Podcasts/1410.10 CFNetwork/1082.3.1 Darwin/19.0.0 (x86_64)
1428
- os:
1429
- name: Mac
1430
- short_name: MAC
1431
- version: "10.15"
1432
- platform: x64
1433
- family: Mac
1434
- -
1435
- user_agent: MobileSafari/604.1 CFNetwork/978.0.7 Darwin/18.5.0
1436
- os:
1437
- name: iOS
1438
- short_name: IOS
1439
- version: "12.2"
1440
- platform: ""
1441
- family: iOS
1442
- -
1443
- user_agent: MobileSafari/604.1 CFNetwork/976 Darwin/18.2.0
1444
- os:
1445
- name: iOS
1446
- short_name: IOS
1447
- version: "12.1"
1448
- platform: ""
1449
- family: iOS
1450
- -
1451
- user_agent: MobileSafari/604.1 CFNetwork/975.0.3 Darwin/18.2.0
1452
- os:
1453
- name: iOS
1454
- short_name: IOS
1455
- version: "12.1"
1456
- platform: ""
1457
- family: iOS
1458
- -
1459
- user_agent: MobileSafari/604.1 CFNetwork/974.2.1 Darwin/18.0.0
1460
- os:
1461
- name: iOS
1462
- short_name: IOS
1463
- version: "12.0"
1464
- platform: ""
1465
- family: iOS
1466
- -
1467
- user_agent: MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.7.0
1468
- os:
1469
- name: iOS
1470
- short_name: IOS
1471
- version: "10.3"
1472
- platform: ""
1473
- family: iOS
1474
- -
1475
- user_agent: MobileSafari/604.1 CFNetwork/902.2 Darwin/17.7.0
1476
- os:
1477
- name: iOS
1478
- short_name: IOS
1479
- version: "11.4.1"
1480
- platform: ""
1481
- family: iOS
1482
- -
1483
- user_agent: MobileSafari/604.1 CFNetwork/901.1 Darwin/17.6.0
1484
- os:
1485
- name: iOS
1486
- short_name: IOS
1487
- version: "11.4"
1488
- platform: ""
1489
- family: iOS
1490
- -
1491
- user_agent: MobileSafari/604.1 CFNetwork/978.0.7 Darwin/18.6.0
1492
- os:
1493
- name: iOS
1494
- short_name: IOS
1495
- version: "12.3"
1496
- platform: ""
1497
- family: iOS
1498
- -
1499
- user_agent: MobileSafari/604.1 CFNetwork/978.0.7 Darwin/18.7.0
1500
- os:
1501
- name: iOS
1502
- short_name: IOS
1503
- version: "12.4"
1504
- platform: ""
1505
- family: iOS
1506
- -
1507
- user_agent: MobileSafari/604.1 CFNetwork/1125 Darwin/19.0.0
1508
- os:
1509
- name: iOS
1510
- short_name: IOS
1511
- version: "13.0"
1512
- platform: ""
1513
- family: iOS
1514
- -
1515
- user_agent: MobileSafari/604.1 CFNetwork/1121.2.2 Darwin/19.2.0
1516
- os:
1517
- name: iOS
1518
- short_name: IOS
1519
- version: "13.3"
1520
- platform: ""
1521
- family: iOS
1522
- -
1523
- user_agent: MobileSafari/604.1 CFNetwork/1121.2.2 Darwin/19.3.0
1524
- os:
1525
- name: iOS
1526
- short_name: IOS
1527
- version: 13.3.1
1528
- platform: ""
1529
- family: iOS
1530
- -
1531
- user_agent: MobileSafari/604.1 CFNetwork/1125.2 Darwin/19.4.0
1532
- os:
1533
- name: iOS
1534
- short_name: IOS
1535
- version: "13.4"
1536
- platform: ""
1537
- family: iOS
1538
- -
1539
- user_agent: MobileSafari/604.1 CFNetwork/1126 Darwin/19.5.0
1540
- os:
1541
- name: iOS
1542
- short_name: IOS
1543
- version: "13.5"
1544
- platform: ""
1545
- family: iOS
1546
- -
1547
- user_agent: MobileSafari/604.1 CFNetwork/1128.0.1 Darwin/19.6.0
1548
- os:
1549
- name: iOS
1550
- short_name: IOS
1551
- version: "13.6"
1552
- platform: ""
1553
- family: iOS
1554
- -
1555
- user_agent: MobileSafari/604.1 CFNetwork/1197 Darwin/20.0.0
1556
- os:
1557
- name: iOS
1558
- short_name: IOS
1559
- version: "14.0"
1560
- platform: ""
1561
- family: iOS
1562
- -
1563
- user_agent: MobileSafari/604.1 CFNetwork/1206 Darwin/20.1.0
1564
- os:
1565
- name: iOS
1566
- short_name: IOS
1567
- version: "14.2"
1568
- platform: ""
1569
- family: iOS
1570
- -
1571
- user_agent: MobileSafari/604.1 CFNetwork/1209 Darwin/20.2.0
1572
- os:
1573
- name: iOS
1574
- short_name: IOS
1575
- version: "14.3"
1576
- platform: ""
1577
- family: iOS
1578
- -
1579
- user_agent: CFNetwork/1121.1.2 Darwin/19.2.0 (x86_64)
1580
- os:
1581
- name: Mac
1582
- short_name: MAC
1583
- version: 10.15.2
1584
- platform: x64
1585
- family: Mac
1586
- -
1587
- user_agent: Safari/15608.5.11 CFNetwork/1121.1.2 Darwin/19.3.0 (x86_64)
1588
- os:
1589
- name: Mac
1590
- short_name: MAC
1591
- version: 10.15.3
1592
- platform: x64
1593
- family: Mac
1594
- -
1595
- user_agent: Safari/15609.1.20.111.8 CFNetwork/1125.2 Darwin/19.4.0 (x86_64)
1596
- os:
1597
- name: Mac
1598
- short_name: MAC
1599
- version: 10.15.4
1600
- platform: x64
1601
- family: Mac
1602
- -
1603
- user_agent: com.apple.Safari.SearchHelper/15609.2.9.1.2 CFNetwork/1126 Darwin/19.5.0 (x86_64)
1604
- os:
1605
- name: Mac
1606
- short_name: MAC
1607
- version: 10.15.5
1608
- platform: x64
1609
- family: Mac
1610
- -
1611
- user_agent: com.apple.Safari.SearchHelper/15609.3.5.1.3 CFNetwork/1128.0.1 Darwin/19.6.0 (x86_64)
1612
- os:
1613
- name: Mac
1614
- short_name: MAC
1615
- version: 10.15.6
1616
- platform: x64
1617
- family: Mac
1618
- -
1619
- user_agent: Safari/16610.1.21.1.2 CFNetwork/1195 Darwin/20.0.0 (x86_64)
1620
- os:
1621
- name: Mac
1622
- short_name: MAC
1623
- version: "11.0"
1624
- platform: x64
1625
- family: Mac
1626
- -
1627
- user_agent: Safari/16610.1.21.1.2 CFNetwork/1195 Darwin/20.1.0 (x86_64)
1628
- os:
1629
- name: Mac
1630
- short_name: MAC
1631
- version: "11.0"
1632
- platform: x64
1633
- family: Mac
1634
- -
1635
- user_agent: Safari/16610.1.21.1.2 CFNetwork/1195 Darwin/20.2.0 (x86_64)
1636
- os:
1637
- name: Mac
1638
- short_name: MAC
1639
- version: "11.1"
1640
- platform: x64
1641
- family: Mac
1642
- -
1643
- user_agent: Safari/13604.4.6 CFNetwork/893.10 Darwin/17.3.0 (x86_64)
1644
- os:
1645
- name: Mac
1646
- short_name: MAC
1647
- version: 10.13.2
1648
- platform: x64
1649
- family: Mac
1650
- -
1651
- user_agent: Mail/3273 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)
1652
- os:
1653
- name: Mac
1654
- short_name: MAC
1655
- version: 10.12.5
1656
- platform: x64
1657
- family: Mac
1658
- -
1659
- user_agent: Safari/12602.2.14.0.7 CFNetwork/807.1.3 Darwin/16.1.0 (x86_64)
1660
- os:
1661
- name: Mac
1662
- short_name: MAC
1663
- version: 10.12.1
1664
- platform: x64
1665
- family: Mac
1666
- -
1667
- user_agent: Safari/12602.2.14.0.7 CFNetwork/807.1.3 Darwin/16.2.0 (x86_64)
1668
- os:
1669
- name: Mac
1670
- short_name: MAC
1671
- version: 10.12.2
1672
- platform: x64
1673
- family: Mac
1674
- -
1675
- user_agent: Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)
1676
- os:
1677
- name: Mac
1678
- short_name: MAC
1679
- version: 10.12.4
1680
- platform: x64
1681
- family: Mac
1682
- -
1683
- user_agent: Safari/11601.3.9 CFNetwork/760.2.6 Darwin/15.2.0 (x86_64)
1684
- os:
1685
- name: Mac
1686
- short_name: MAC
1687
- version: 10.11.2
1688
- platform: x64
1689
- family: Mac
1690
- -
1691
- user_agent: com.apple.Safari.SearchHelper/11601.4.2 CFNetwork/760.2.6 Darwin/15.3.0 (x86_64)
1692
- os:
1693
- name: Mac
1694
- short_name: MAC
1695
- version: 10.11.3
1696
- platform: x64
1697
- family: Mac
1698
- -
1699
- user_agent: com.apple.Safari.SearchHelper/11601.5.17 CFNetwork/760.4.2 Darwin/15.4.0 (x86_64)
1700
- os:
1701
- name: Mac
1702
- short_name: MAC
1703
- version: 10.11.4
1704
- platform: x64
1705
- family: Mac
1706
- -
1707
- user_agent: com.apple.Safari.SearchHelper/11601.6.11 CFNetwork/760.5.1 Darwin/15.5.0 (x86_64)
1708
- os:
1709
- name: Mac
1710
- short_name: MAC
1711
- version: 10.11.5
1712
- platform: x64
1713
- family: Mac
1714
- -
1715
- user_agent: Safari/10600.3.18 CFNetwork/720.2.4 Darwin/14.1.0 (x86_64)
1716
- os:
1717
- name: Mac
1718
- short_name: MAC
1719
- version: 10.10.2
1720
- platform: x64
1721
- family: Mac
1722
- -
1723
- user_agent: com.apple.WebKit.WebContent/10600.5.17 CFNetwork/720.3.13 Darwin/14.3.0 (x86_64)
1724
- os:
1725
- name: Mac
1726
- short_name: MAC
1727
- version: 10.10.3
1728
- platform: x64
1729
- family: Mac
1730
- -
1731
- user_agent: Safari/10600.7.12 CFNetwork/720.4.4 Darwin/14.4.0 (x86_64)
1732
- os:
1733
- name: Mac
1734
- short_name: MAC
1735
- version: 10.10.4
1736
- platform: x64
1737
- family: Mac
1738
- -
1739
- user_agent: Safari/10603.3.8 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)
1740
- os:
1741
- name: Mac
1742
- short_name: MAC
1743
- version: 10.10.5
1744
- platform: x64
1745
- family: Mac
1746
- -
1747
- user_agent: Safari/9537.74.9 CFNetwork/673.2.1 Darwin/13.1.0 (x86_64) (iMac14%2C1)
1748
- os:
1749
- name: Mac
1750
- short_name: MAC
1751
- version: 10.9.2
1752
- platform: x64
1753
- family: Mac
1754
- -
1755
- user_agent: Sleipnir/4.5.1 CFNetwork/673.3 Darwin/13.2.0 (x86_64) (MacBookPro11,1)
1756
- os:
1757
- name: Mac
1758
- short_name: MAC
1759
- version: 10.9.3
1760
- platform: x64
1761
- family: Mac
1762
- -
1763
- user_agent: Bloodhound/2.1 CFNetwork/673.4 Darwin/13.3.0 (x86_64) (MacBookPro10%2C1)
1764
- os:
1765
- name: Mac
1766
- short_name: MAC
1767
- version: 10.9.4
1768
- platform: x64
1769
- family: Mac
1770
- -
1771
- user_agent: 'Reeder/1010.79.00 CFNetwork/596.1 Darwin/12.1.0 (x86_64) (Macmini5%2C2)'
1772
- os:
1773
- name: Mac
1774
- short_name: MAC
1775
- version: 10.8.1
1776
- platform: x64
1777
- family: Mac
1778
- -
1779
- user_agent: 'Reeder/1010.79.00 CFNetwork/596.2.3 Darwin/12.2.0 (x86_64) (MacBookAir4%2C2)'
1780
- os:
1781
- name: Mac
1782
- short_name: MAC
1783
- version: 10.8.2
1784
- platform: x64
1785
- family: Mac
1786
- -
1787
- user_agent: iCab/5.8.3 CFNetwork/596.3.3 Darwin/12.3.0 (x86_64) (MacBookPro6,2)
1788
- os:
1789
- name: Mac
1790
- short_name: MAC
1791
- version: 10.8.3
1792
- platform: x64
1793
- family: Mac
1794
- -
1795
- user_agent: 'Sparrow/1178 CFNetwork/596.4.3 Darwin/12.4.0 (x86_64) (MacBookPro8%2C2)'
1796
- os:
1797
- name: Mac
1798
- short_name: MAC
1799
- version: 10.8.4
1800
- platform: x64
1801
- family: Mac
1802
- -
1803
- user_agent: 'Safari/8536.30.1 CFNetwork/596.5 Darwin/12.5.0 (x86_64) (iMac13%2C1)'
1804
- os:
1805
- name: Mac
1806
- short_name: MAC
1807
- version: 10.8.5
1808
- platform: x64
1809
- family: Mac
1810
- -
1811
- user_agent: CoverScout%203/3.4.4 CFNetwork/520.0.13 Darwin/11.1.0 (x86_64) (MacBookAir3%2C2)
1812
- os:
1813
- name: Mac
1814
- short_name: MAC
1815
- version: 10.7.1
1816
- platform: x64
1817
- family: Mac
1818
- -
1819
- user_agent: Safari/7534.51.22 CFNetwork/520.2.5 Darwin/11.2.0 (x86_64) (MacBookAir4%2C1)
1820
- os:
1821
- name: Mac
1822
- short_name: MAC
1823
- version: 10.7.2
1824
- platform: x64
1825
- family: Mac
1826
- -
1827
- user_agent: Safari/7534.53.10 CFNetwork/520.3.2 Darwin/11.3.0 (x86_64) (Macmini4%2C1)
1828
- os:
1829
- name: Mac
1830
- short_name: MAC
1831
- version: 10.7.3
1832
- platform: x64
1833
- family: Mac
1834
- -
1835
- user_agent: WebProcess/7534.57.2 CFNetwork/520.4.3 Darwin/11.4.0 (x86_64) (MacBookPro5%2C4)
1836
- os:
1837
- name: Mac
1838
- short_name: MAC
1839
- version: 10.7.4
1840
- platform: x64
1841
- family: Mac
1842
- -
1843
- user_agent: 'WebProcess/7534.57.2 CFNetwork/520.4.3 Darwin/11.5.0 (x86_64) (MacBookPro5%2C4)'
1844
- os:
1845
- name: Mac
1846
- short_name: MAC
1847
- version: 10.7.5
1848
- platform: x64
1849
- family: Mac
1850
- -
1851
- user_agent: Mozilla/5.0 (Web0S; Linux/SmartTV) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36 HbbTV/1.5.1 (+DRM; LGE; WEBOS6.0; WEBOS6.0 00.00.00; W60_O20N; DTV_W21O;)
1852
- os:
1853
- name: webOS
1854
- short_name: WOS
1855
- version: "6.0"
1856
- platform: ""
1857
- family: Other Mobile
1858
- -
1859
- user_agent: Mozilla/5.0 (X11; CrOS aarch64 13310.93.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.133 Safari/537.36
1860
- os:
1861
- name: Chrome OS
1862
- short_name: COS
1863
- version: 85.0.4183.133
1864
- platform: ARM
1865
- family: Chrome OS
1866
- -
1867
- user_agent: AppleCoreMedia/1.0.0.17J586 (Apple TV; U; CPU OS 13_0 like Mac OS X; nb_no)
1868
- os:
1869
- name: tvOS
1870
- short_name: ATV
1871
- version: "13.0"
1872
- platform: ARM
1873
- family: iOS
1874
- -
1875
- user_agent: atc/1.0 watchOS/6.0 model/Watch4,2 hwp/t8006 build/17R575 (6; dt:191)
1876
- os:
1877
- name: watchOS
1878
- short_name: WAS
1879
- version: "6.0"
1880
- platform: ARM
1881
- family: iOS
1882
- -
1883
- user_agent: Watch1,1/4.3.2 (15U70)
1884
- os:
1885
- name: watchOS
1886
- short_name: WAS
1887
- version: 4.3.2
1888
- platform: ARM
1889
- family: iOS
1890
- -
1891
- user_agent: Watch1,2/4.3.2 (15U70)
1892
- os:
1893
- name: watchOS
1894
- short_name: WAS
1895
- version: 4.3.2
1896
- platform: ARM
1897
- family: iOS
1898
- -
1899
- user_agent: 'server-bag [Watch OS,4.3.2,15U70,Watch1,2]'
1900
- os:
1901
- name: watchOS
1902
- short_name: WAS
1903
- version: 4.3.2
1904
- platform: ARM
1905
- family: iOS
1906
- -
1907
- user_agent: BBCNewsUKWatchApp/4.3.0 (Watch1,2; watchOS 3.2.2)
1908
- os:
1909
- name: watchOS
1910
- short_name: WAS
1911
- version: 3.2.2
1912
- platform: ARM
1913
- family: iOS
1914
- -
1915
- user_agent: Mozilla/5.0 (Apple TV; U; CPU iPhone OS 10_1_1 like Mac OS X; en-US) FOX Sports GO/1160
1916
- os:
1917
- name: tvOS
1918
- short_name: ATV
1919
- version: 10.1.1
1920
- platform: ARM
1921
- family: iOS
1922
- -
1923
- user_agent: H443NM7F8H.CBSSportsApp/1.0 iOS/9.0 model/AppleTV5,3 build/13T393
1924
- os:
1925
- name: tvOS
1926
- short_name: ATV
1927
- version: "9.0"
1928
- platform: ARM
1929
- family: iOS
1930
- -
1931
- user_agent: CBS_Sports;AppleTV;H443NM7F8H.CBSSportsApp/1.0 iOS/9.0 AppleTV/9.0 model/AppleTV5,3 hwp/t7000 build/13T5379f (3; dt:119)
1932
- os:
1933
- name: tvOS
1934
- short_name: ATV
1935
- version: "9.0"
1936
- platform: ARM
1937
- family: iOS
1938
- -
1939
- user_agent: Mozilla/5.0 (Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36 OPR/36.0.2128.0 OMI/4.8.0.129.Driver6.39 , _TV_MT5806/201.002.048.000 (Philips, PUS78051, wireless) CE-HTML/1.0 NETTV/4.6.0.2 SignOn/2.0 SmartTvA/5.0.0 WH1.0 en
1940
- os:
1941
- name: Whale OS
1942
- short_name: WHS
1943
- version: "1.0"
1944
- platform: ARM
1945
- family: Other Smart TV
1946
- -
1947
- user_agent: Mozilla/5.0 (Linux armv7l) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36 OPR/46.0.2207.0 Model/<Model Name>(<Brand>;<CTN>;<SW>_<SW version>;<Platform Name>) SignOn/2.0 WhaleTV/2.0 <language code>
1948
- os:
1949
- name: Whale OS
1950
- short_name: WHS
1951
- version: "2.0"
1952
- platform: ARM
1953
- family: Other Smart TV
1954
- -
1955
- user_agent: Mozilla/5.0 (Linux; Android 9; FydeOS Android) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4128.0 Safari/537.36
1956
- os:
1957
- name: FydeOS
1958
- short_name: FYD
1959
- version: ""
1960
- platform: ""
1961
- family: Chrome OS
1962
- -
1963
- user_agent: Mozilla/5.0 (X11; Linux x8664) AppleWebKit/537.36 (KHTML like Gecko) Chrome/36.0.1985.143 Safari/537.36
1964
- os:
1965
- name: GNU/Linux
1966
- short_name: LIN
1967
- version: ""
1968
- platform: x64
1969
- family: GNU/Linux
1970
- -
1971
- user_agent: Mozilla/5.0 (X11; Mageia; Linux x86_64; rv:10.0.9) Gecko/20100101 Firefox/10.0.9
1972
- os:
1973
- name: Mageia
1974
- short_name: MAG
1975
- version: ""
1976
- platform: x64
1977
- family: GNU/Linux
1978
- -
1979
- user_agent: '[FBAN/MessengerForiOS;FBAV/252.1.0.30.119;FBBV/198832146;FBDV/iPhone9,4;FBMD/iPhone;FBSN/iOS;FBSV/13.3.1;FBSS/3;FBID/phone;FBLC/en_US;FBOP/5]'
1980
- os:
1981
- name: iOS
1982
- short_name: IOS
1983
- version: 13.3.1
1984
- platform: ""
1985
- family: iOS
1986
- -
1987
- user_agent: 'LightSpeed [FBAN/MessengerLiteForiOS;FBAV/255.0.0.30.124;FBBV/ 202164847;FBDV/iPhone10,4;FBMD/iPhone;FBSN/iOS;FBSV/ 13.3.1;FBSS/2;FBCR/;FBID/phone;FBLC/en_US;FBOP/0]'
1988
- os:
1989
- name: iOS
1990
- short_name: IOS
1991
- version: 13.3.1
1992
- platform: ""
1993
- family: iOS
1994
- -
1995
- user_agent: Mozilla/5.0 (X11; U; Mac OSX; it; rv:1.9.0.7) Gecko/2009030422 Firefox/3.0.7
1996
- os:
1997
- name: Mac
1998
- short_name: MAC
1999
- version: ""
2000
- platform: ""
2001
- family: Mac
2002
- -
2003
- user_agent: Biyubi/5.0 (Sistema Fenix; G11; Familia Toledo; es-mx)
2004
- os:
2005
- name: Fenix
2006
- short_name: FEN
2007
- version: ""
2008
- platform: ""
2009
- family: GNU/Linux
2010
- -
2011
- user_agent: Biyubi/4.5 (WinFenix; G11; Familia Toledo; MX)
2012
- os:
2013
- name: Fenix
2014
- short_name: FEN
2015
- version: ""
2016
- platform: ""
2017
- family: GNU/Linux
2018
- -
2019
- user_agent: Mozilla/5.0 (WebOS; Linux/SmartTV) AppleWebKit/537.36 (KHTML, likeGecko) Chrome/53.0.2785.34 Safari/537.36 HbbTV/1.4.1 ( DRM; LGE; 43UM71007LB; WEBOS4.5 03.50.90; W45_K5LP; DTV_W19P;)
2020
- os:
2021
- name: webOS
2022
- short_name: WOS
2023
- version: "4.5"
2024
- platform: ""
2025
- family: Other Mobile
2026
- -
2027
- user_agent: Mozilla/5.0 (Linux; Andr0id 9; AFTSO001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36 OPR/46.0.2207.0 OMI/4.21.0.273.release HbbTV/1.5.1 ( DRM;Amazon;sophia;unknown;unknown;sophia;) FVC/6.0 (Amazon;sophia;) smarttv_AFTSO001_Build_0019126349446_Chromium_84.0.4147.125
2028
- os:
2029
- name: Fire OS
2030
- short_name: FIR
2031
- version: "7"
2032
- platform: ""
2033
- family: Android
2034
- -
2035
- user_agent: Mozilla/5.0 (Linux; Andr0id 9; BRAVIA 4K UR1 Build/PTT1.190515.001.S71) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 OPR/46.0.2207.0 OMI/4.13.5.431.DIA5HBBTV.185 HbbTV/1.5.1 ( DRM; Sony; KDL-GN5; PKG6.4770.0615EUA; ; com.sony.HE.G3.4K; )
2036
- os:
2037
- name: Android
2038
- short_name: AND
2039
- version: "9"
2040
- platform: ""
2041
- family: Android
2042
- -
2043
- user_agent: Mozilla/5.0 (X11; Linux armv8l) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Safari/537.36 HbbTV/1.5.1 ( DRM; MTC; 2K_Android_TV_V01; V0.24.7.2.M001; MS66830-ZC01-01; Reference_2K19;) FVC/4.0 (MTC; Reference_2K19;)
2044
- os:
2045
- name: Android
2046
- short_name: AND
2047
- version: ""
2048
- platform: ARM
2049
- family: Android
2050
- -
2051
- user_agent: PlacesDll Win32/x4dXIL4zf4fEINN8j7e8GA:c5f40ce19e9659484ed40cba84c12227/3.4.422.8 (Windows Phone OS/8.0; NOKIA:Lumia 625; de-DE)
2052
- os:
2053
- name: Windows Phone
2054
- short_name: WPH
2055
- version: "8.0"
2056
- platform: ""
2057
- family: Windows Mobile
2058
- -
2059
- user_agent: MAMPPRO/6.3.1 macOS/11.0.1
2060
- os:
2061
- name: Mac
2062
- short_name: MAC
2063
- version: 11.0.1
2064
- platform: ""
2065
- family: Mac
2066
- -
2067
- user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr Android4.1.1; en-US; 9300) U2/1.0.0 UCBrowser/9.4.0.460 U2/1.0.0 Mobile
2068
- os:
2069
- name: Android
2070
- short_name: AND
2071
- version: 4.1.1
2072
- platform: ""
2073
- family: Android
2074
- -
2075
- user_agent: UCWEB/2.0 (MIDP-2.0; U; Adr CANVAS EXTREME EDITION; en-US; Micromax_A92) U2/1.0.0 UCBrowser/8.8.1.359 U2/1.0.0 Mobile
2076
- os:
2077
- name: Android
2078
- short_name: AND
2079
- version: ""
2080
- platform: ""
2081
- family: Android
2082
- -
2083
- user_agent: Mozilla/5.0 (X11; Linux armv8l) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Safari/537.36 HbbTV/1.5.1 ( DRM; MTC; 4K_Android_TV_V01; 1.001; MS68860-ZC01-01; Reference_2K19;) FVC/4.0 (MTC; Reference_2K19;)
2084
- os:
2085
- name: Android
2086
- short_name: AND
2087
- version: ""
2088
- platform: ARM
2089
- family: Android
2090
- -
2091
- user_agent: Mozilla/5.0 (X11; Linux armv8l) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Safari/537.36 HbbTV/1.5.1 (+DRM; UMC-Sharp; FVP6683;1.0.0.0;1.0.0.0; UMC_2KAndroidTV_2019;UMC_SHARP;) FVC/4.0 (UMC-Sharp; UMC_2KAndroidTV_2019;)
2092
- os:
2093
- name: Android
2094
- short_name: AND
2095
- version: ""
2096
- platform: ARM
2097
- family: Android
2098
- -
2099
- user_agent: Mozilla/5.0 (Linux; U; Allview_TX1_Quasar 4.0.4; ro-ro; ALLVIEW_TX1_Quasar Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30
2100
- os:
2101
- name: Android
2102
- short_name: AND
2103
- version: 4.0.4
2104
- platform: ""
2105
- family: Android
2106
- -
2107
- user_agent: Mozilla/5.0 (Linux; U; Cosmote_My_mini_Tab 4.0.4; ro-ro; Cosmote_My_mini_Tab Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30
2108
- os:
2109
- name: Android
2110
- short_name: AND
2111
- version: 4.0.4
2112
- platform: ""
2113
- family: Android
2114
- -
2115
- user_agent: Microsoft Office OneNote/16.0.12527.21294 (Windows/10.0; Desktop x86; es-MX; Desktop app; Acer/Aspire SW5-012)
2116
- os:
2117
- name: Windows
2118
- short_name: WIN
2119
- version: "10.0"
2120
- platform: x86
2121
- family: Windows
2122
- -
2123
- user_agent: Mozilla/5.0 (Linux; U; Android jelly bean 4.2.2; es-co; HUAWEI Y210-0151 Build/HuaweiY210-0151) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
2124
- os:
2125
- name: Android
2126
- short_name: AND
2127
- version: 4.2.2
2128
- platform: ""
2129
- family: Android
2130
- -
2131
- user_agent: Dalvik/1.4.0 (Linux; U; Android Kit Kat 4.4; HUAWEI Y210-0151 Build/HuaweiY210-0151)
2132
- os:
2133
- name: Android
2134
- short_name: AND
2135
- version: "4.4"
2136
- platform: ""
2137
- family: Android
2138
- -
2139
- user_agent: Dalvik/1.4.0 (Linux; U; Android S.O. Ginger Bread 2.3.7; E15a Sony Xperia x8 Build/3.0.1.A.0.145)
2140
- os:
2141
- name: Android
2142
- short_name: AND
2143
- version: 2.3.7
2144
- platform: ""
2145
- family: Android
2146
- -
2147
- user_agent: Dalvik/1.6.0 (Linux; U; Android The FireCyano 4.0.4; Xperia U Build/IMM76L)
2148
- os:
2149
- name: Android
2150
- short_name: AND
2151
- version: 4.0.4
2152
- platform: ""
2153
- family: Android
2154
- -
2155
- user_agent: 'Dalvik/1.6.0 (Linux; U; Android Ice Bean: 4.3 / Android: 4.0.4'
2156
- os:
2157
- name: Android
2158
- short_name: AND
2159
- version: 4.0.4
2160
- platform: ""
2161
- family: Android
2162
- -
2163
- user_agent: Mozilla/5.0 (X11; CaixaMagica; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0
2164
- os:
2165
- name: Caixa Mágica
2166
- short_name: CAI
2167
- version: ""
2168
- platform: x64
2169
- family: GNU/Linux
2170
- -
2171
- user_agent: com.google.GoogleMobile/99.0 iPad/13.4 hw/iPad7_5
2172
- os:
2173
- name: iPadOS
2174
- short_name: IPA
2175
- version: "13.4"
2176
- platform: ""
2177
- family: iOS
2178
- -
2179
- user_agent: Mozilla/5.0 (iPad; CPU OS 14_2_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Mobile/15E148 Safari/604.1
2180
- os:
2181
- name: iPadOS
2182
- short_name: IPA
2183
- version: 14.2.2
2184
- platform: ""
2185
- family: iOS
2186
- -
2187
- user_agent: Microsoft Office Word/2.44.1211 (iOS/14.0; Tablet; es-MX; AppStore; Apple/iPad11,6)
2188
- os:
2189
- name: iPadOS
2190
- short_name: IPA
2191
- version: "14.0"
2192
- platform: ""
2193
- family: iOS
2194
- -
2195
- user_agent: 'LightSpeed [FBAN/MessengerLiteForiOS;FBAV/270.1.0.54.119;FBBV/225524353;FBDV/iPad7,5;FBMD/iPad;FBSN/iOS;FBSV/13.5.1;FBSS/2;FBCR/;FBID/tablet;FBLC/es_ES;FBOP/0]'
2196
- os:
2197
- name: iPadOS
2198
- short_name: IPA
2199
- version: 13.5.1
2200
- platform: ""
2201
- family: iOS
2202
- -
2203
- user_agent: '[FBAN/FB4A;FBAV/72.0.0.22.69;FBBV/27550279;FBDM/{density=2.0,width=720,height=1280};FBLC/pt_BR;FBCR/Vivo;FBMF/Android;FBBD/Android;FBPN/com.facebook.katana;FBDV/J7 Prime;FBSV/6.1;FBOP/1;FBCA/armeabi-v7a:armeabi;]'
2204
- os:
2205
- name: Android
2206
- short_name: AND
2207
- version: "6.1"
2208
- platform: ARM
2209
- family: Android
2210
- -
2211
- user_agent: '[FBAN/Orca-Android;FBAV/215.1.0.21.101;FBPN/com.facebook.orca;FBLC/en_GB;FBBV/154685928;FBCR/Banglalink;FBMF/Xiaomi;FBBD/xiaomi;FBDV/Redmi Note 5;FBSV/8.1.0;FBCA/armeabi-v7a:armeabi;FBDM/{density=2.75,width=1080,height=2030};FB_FW/1;]'
2212
- os:
2213
- name: Android
2214
- short_name: AND
2215
- version: 8.1.0
2216
- platform: ARM
2217
- family: Android
2218
- -
2219
- user_agent: '[FBAN/FBIOS;FBAV/26.0.0.11.13;FBBV/7806348;FBDV/iPhone5,2;FBMD/hone;FBSN/iPhone OS;FBSV/8.1;FBSS/2; FBCR/3DK;FBID/phone;FBLC/da_DK;FBOP/5]'
2220
- os:
2221
- name: iOS
2222
- short_name: IOS
2223
- version: "8.1"
2224
- platform: ""
2225
- family: iOS
2226
- -
2227
- user_agent: com.google.Maps/5.51.0 iSL/3.3 iPhone/13.6 hw/iPhone11_8 (gzip),gzip(gfe)
2228
- os:
2229
- name: iOS
2230
- short_name: IOS
2231
- version: "13.6"
2232
- platform: ""
2233
- family: iOS
2234
- -
2235
- user_agent: Linux UPnP/1.0 Sonos/50.1-65071 (ACR_:samsung:dreamqltevl:SM-G950W)
2236
- os:
2237
- name: Android
2238
- short_name: AND
2239
- version: ""
2240
- platform: ""
2241
- family: Android
2242
- -
2243
- user_agent: Linux UPnP/1.0 Sonos/29.3-87071 (ICRU_iPhone7,1); iOS/Version 8.2 (Build 12D508)
2244
- os:
2245
- name: iOS
2246
- short_name: IOS
2247
- version: "8.2"
2248
- platform: ""
2249
- family: iOS
2250
- -
2251
- user_agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36 Helio/0.98.0
2252
- os:
2253
- name: Lumin OS
2254
- short_name: LOS
2255
- version: 0.98.0
2256
- platform: x64
2257
- family: GNU/Linux
2258
- -
2259
- user_agent: Mozilla/5.0 (X11; HasCodingOs 1.0; Linux x64) AppleWebKit/637.36 (KHTML, like Gecko) Chrome/70.0.3112.101 Safari/637.36 HasBrowser/5.0
2260
- os:
2261
- name: HasCodingOS
2262
- short_name: HAS
2263
- version: "1.0"
2264
- platform: x64
2265
- family: GNU/Linux
2266
- -
2267
- user_agent: Mozilla/5.0 (Linux; U; Grid OS 1.0; en-us) AppleWebKit/533.1 (KHTML, like Gecko) Version/5.0 Safari/533.1
2268
- os:
2269
- name: GridOS
2270
- short_name: GRI
2271
- version: "1.0"
2272
- platform: ""
2273
- family: Android
2274
- -
2275
- user_agent: Mozilla/5.0 (X11; Linux x86_64; Debian/9; Deepin/15.11) Blink AppleWebKit/537.36 (KHTML, like Gecko) Chromium/78.0.3904.108 (Chrome/78.0.3904.108, Safari/537.36) QIHU 360SE/12.2.1070.0
2276
- os:
2277
- name: Deepin
2278
- short_name: DEE
2279
- version: "15.11"
2280
- platform: x64
2281
- family: GNU/Linux
2282
- -
2283
- user_agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) dvkbuntu-easy-menu/1.0.0 Chrome/83.0.4103.64 Electron/9.0.0 Safari/537.36
2284
- os:
2285
- name: DVKBuntu
2286
- short_name: DVK
2287
- version: ""
2288
- platform: x64
2289
- family: GNU/Linux
2290
- -
2291
- user_agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080208 PCLinuxOS/2.0.0.12-1pclos2007 (2007) Firefox/2.0.0.12
2292
- os:
2293
- name: PCLinuxOS
2294
- short_name: PCL
2295
- version: 2.0.0.12
2296
- platform: x86
2297
- family: GNU/Linux
2298
- -
2299
- user_agent: Wget/1.19.4 (mingw32)
2300
- os:
2301
- name: Windows
2302
- short_name: WIN
2303
- version: ""
2304
- platform: ""
2305
- family: Windows
2306
- -
2307
- user_agent: Wget/1.20.3 (darwin16.7.0)
2308
- os:
2309
- name: Mac
2310
- short_name: MAC
2311
- version: 10.12.6
2312
- platform: ""
2313
- family: Mac
2314
- -
2315
- user_agent: 'Mozilla/5.0 (osmeta like iPhone; U; osmeta 8.3.31975207; RM-1116_15357) AppleWebKit/602.1.1 (KHTML, like Gecko) Mobile/31975207 [FBAN/MessengerForWinPhone;FBAV/75.0.0.28.70;FBBV/31986830;FBRV/0;FBDV/WindowsPhone;FBMD/RM-1116_15357;FBSN/Windows Phone;FBSV/10.0.14364.0;FBSS/3;FBCR/;FBID/phone;FBLC/en_US;FBOP/45]'
2316
- os:
2317
- name: Windows Phone
2318
- short_name: WPH
2319
- version: 10.0.14364.0
2320
- platform: ""
2321
- family: Windows Mobile
2322
- -
2323
- user_agent: curl/7.21.4 (x86_64-apple-darwin12.2.0) libcurl/7.21.4 OpenSSL/0.9.8x zlib/1.2.5 libidn/1.20
2324
- os:
2325
- name: Mac
2326
- short_name: MAC
2327
- version: 10.8.2
2328
- platform: x64
2329
- family: Mac
2330
- -
2331
- user_agent: Mozilla/5.0 (iPod; U; CPU iPhone OS 421 like Mac OS X; fy-DE) AppleWebKit/533.17.9 (KHTML like Gecko) Mobile/8C148 iPod41 BingWeb/3.02.1641.20120106
2332
- os:
2333
- name: iOS
2334
- short_name: IOS
2335
- version: 4.2.1
2336
- platform: ""
2337
- family: iOS
2338
- -
2339
- user_agent: Opera/9.80 (iOS; Opera Mini/7.0.73345/28.2555; U; ru) Presto/2.10.229 Version/11.62
2340
- os:
2341
- name: iOS
2342
- short_name: IOS
2343
- version: ""
2344
- platform: ""
2345
- family: iOS
2346
- -
2347
- user_agent: Opera/9.80 (Android; Opera Mini/7.5.54678/28.2555; U; ru) Presto/2.10.289 Version/12.02
2348
- os:
2349
- name: Android
2350
- short_name: AND
2351
- version: ""
2352
- platform: ""
2353
- family: Android
2354
- -
2355
- user_agent: MobileSafari/604.1 CFNetwork/1237 Darwin/20.4.0
2356
- os:
2357
- name: iOS
2358
- short_name: IOS
2359
- version: "14.5"
2360
- platform: ""
2361
- family: iOS
2362
- -
2363
- user_agent: 'Opera%20Touch/77 CFNetwork/1220.1 Darwin/20.3.0'
2364
- os:
2365
- name: iOS
2366
- short_name: IOS
2367
- version: "14.4"
2368
- platform: ""
2369
- family: iOS
2370
- -
2371
- user_agent: MobileIron/12.11.12.6 CFNetwork/1240.0.4 Darwin/20.5.0
2372
- os:
2373
- name: iOS
2374
- short_name: IOS
2375
- version: "14.6"
2376
- platform: ""
2377
- family: iOS
2378
- -
2379
- user_agent: Podcasts/1570.6 CFNetwork/1240.0.4 Darwin/20.6.0
2380
- os:
2381
- name: iOS
2382
- short_name: IOS
2383
- version: "14.7"
2384
- platform: ""
2385
- family: iOS
2386
- -
2387
- user_agent: MobileSafari/604.1 CFNetwork/1286 Darwin/21.0.0
2388
- os:
2389
- name: iOS
2390
- short_name: IOS
2391
- version: "15.0"
2392
- platform: ""
2393
- family: iOS
2394
- -
2395
- user_agent: Mozilla/5.0 (Linux; Android 10; HarmonyOS; TAS-AL00; HMSCore 6.0.1.306) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.93 HuaweiBrowser/11.1.2.301 Mobile Safari/537.36
2396
- os:
2397
- name: HarmonyOS
2398
- short_name: HAR
2399
- version: ""
2400
- platform: ""
2401
- family: Android
2402
- -
2403
- user_agent: Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.22371/28.3782; U; en) Presto/2.8.119 Version/11.10
2404
- os:
2405
- name: Java ME
2406
- short_name: JME
2407
- version: ""
2408
- platform: ""
2409
- family: Real-time OS
2410
-
2411
- -
2412
- user_agent: Mozilla/4.0 (REX; U; en-us; Sanyo; SCP-6750/US; NetFront/3.4/AMB)
2413
- os:
2414
- name: REX
2415
- short_name: REX
2416
- version: ""
2417
- platform: ""
2418
- family: Real-time OS