device_detector 1.0.4 → 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 (95) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -0
  3. data/README.md +8 -7
  4. data/lib/device_detector/browser.rb +364 -0
  5. data/lib/device_detector/client.rb +8 -0
  6. data/lib/device_detector/device.rb +1204 -2
  7. data/lib/device_detector/os.rb +39 -12
  8. data/lib/device_detector/parser.rb +1 -1
  9. data/lib/device_detector/version.rb +1 -1
  10. data/lib/device_detector/version_extractor.rb +28 -0
  11. data/lib/device_detector.rb +57 -13
  12. data/regexes/bots.yml +651 -61
  13. data/regexes/client/browser_engine.yml +7 -1
  14. data/regexes/client/browsers.yml +774 -78
  15. data/regexes/client/feed_readers.yml +4 -10
  16. data/regexes/client/libraries.yml +71 -2
  17. data/regexes/client/mediaplayers.yml +25 -1
  18. data/regexes/client/mobile_apps.yml +923 -73
  19. data/regexes/client/pim.yml +65 -2
  20. data/regexes/device/cameras.yml +5 -5
  21. data/regexes/device/car_browsers.yml +16 -0
  22. data/regexes/device/consoles.yml +13 -1
  23. data/regexes/device/mobiles.yml +17029 -3889
  24. data/regexes/device/notebooks.yml +114 -0
  25. data/regexes/device/portable_media_player.yml +36 -9
  26. data/regexes/device/shell_tv.yml +117 -0
  27. data/regexes/device/televisions.yml +439 -34
  28. data/regexes/oss.yml +620 -284
  29. metadata +9 -131
  30. data/.gitignore +0 -14
  31. data/.rubocop.yml +0 -49
  32. data/.ruby-version +0 -1
  33. data/.travis.yml +0 -14
  34. data/Gemfile +0 -8
  35. data/Rakefile +0 -85
  36. data/device_detector.gemspec +0 -27
  37. data/spec/device_detector/bot_fixtures_spec.rb +0 -30
  38. data/spec/device_detector/client_fixtures_spec.rb +0 -31
  39. data/spec/device_detector/concrete_user_agent_spec.rb +0 -135
  40. data/spec/device_detector/detector_fixtures_spec.rb +0 -100
  41. data/spec/device_detector/device_fixtures_spec.rb +0 -36
  42. data/spec/device_detector/device_spec.rb +0 -131
  43. data/spec/device_detector/memory_cache_spec.rb +0 -148
  44. data/spec/device_detector/model_extractor_spec.rb +0 -63
  45. data/spec/device_detector/os_fixtures_spec.rb +0 -26
  46. data/spec/device_detector/version_extractor_spec.rb +0 -79
  47. data/spec/device_detector_spec.rb +0 -189
  48. data/spec/fixtures/client/browser.yml +0 -2836
  49. data/spec/fixtures/client/feed_reader.yml +0 -199
  50. data/spec/fixtures/client/library.yml +0 -193
  51. data/spec/fixtures/client/mediaplayer.yml +0 -163
  52. data/spec/fixtures/client/mobile_app.yml +0 -217
  53. data/spec/fixtures/client/pim.yml +0 -115
  54. data/spec/fixtures/detector/bots.yml +0 -3726
  55. data/spec/fixtures/detector/camera.yml +0 -141
  56. data/spec/fixtures/detector/car_browser.yml +0 -81
  57. data/spec/fixtures/detector/console.yml +0 -321
  58. data/spec/fixtures/detector/desktop.yml +0 -5461
  59. data/spec/fixtures/detector/feature_phone.yml +0 -891
  60. data/spec/fixtures/detector/feed_reader.yml +0 -551
  61. data/spec/fixtures/detector/mediaplayer.yml +0 -253
  62. data/spec/fixtures/detector/mobile_apps.yml +0 -494
  63. data/spec/fixtures/detector/phablet.yml +0 -4167
  64. data/spec/fixtures/detector/portable_media_player.yml +0 -178
  65. data/spec/fixtures/detector/smart_display.yml +0 -61
  66. data/spec/fixtures/detector/smart_speaker.yml +0 -55
  67. data/spec/fixtures/detector/smartphone-1.yml +0 -9927
  68. data/spec/fixtures/detector/smartphone-10.yml +0 -9977
  69. data/spec/fixtures/detector/smartphone-11.yml +0 -9891
  70. data/spec/fixtures/detector/smartphone-12.yml +0 -9906
  71. data/spec/fixtures/detector/smartphone-13.yml +0 -9920
  72. data/spec/fixtures/detector/smartphone-14.yml +0 -2662
  73. data/spec/fixtures/detector/smartphone-2.yml +0 -9992
  74. data/spec/fixtures/detector/smartphone-3.yml +0 -9945
  75. data/spec/fixtures/detector/smartphone-4.yml +0 -9923
  76. data/spec/fixtures/detector/smartphone-5.yml +0 -9914
  77. data/spec/fixtures/detector/smartphone-6.yml +0 -9962
  78. data/spec/fixtures/detector/smartphone-7.yml +0 -9899
  79. data/spec/fixtures/detector/smartphone-8.yml +0 -9931
  80. data/spec/fixtures/detector/smartphone-9.yml +0 -9899
  81. data/spec/fixtures/detector/smartphone.yml +0 -9984
  82. data/spec/fixtures/detector/tablet-1.yml +0 -9995
  83. data/spec/fixtures/detector/tablet-2.yml +0 -9977
  84. data/spec/fixtures/detector/tablet-3.yml +0 -9959
  85. data/spec/fixtures/detector/tablet-4.yml +0 -4528
  86. data/spec/fixtures/detector/tablet.yml +0 -9971
  87. data/spec/fixtures/detector/tv.yml +0 -4933
  88. data/spec/fixtures/detector/unknown.yml +0 -3236
  89. data/spec/fixtures/detector/wearable.yml +0 -61
  90. data/spec/fixtures/device/camera.yml +0 -19
  91. data/spec/fixtures/device/car_browser.yml +0 -13
  92. data/spec/fixtures/device/console.yml +0 -79
  93. data/spec/fixtures/parser/oss.yml +0 -1082
  94. data/spec/fixtures/parser/vendorfragments.yml +0 -168
  95. data/spec/spec_helper.rb +0 -9
@@ -1,4933 +0,0 @@
1
- ---
2
- -
3
- user_agent: Mozilla/5.0 (DTV) AppleWebKit/531.2+ (KHTML, like Gecko) Espial/6.0.4
4
- os: [ ]
5
- client:
6
- type: browser
7
- name: Espial TV Browser
8
- short_name: ES
9
- version: "6.0.4"
10
- engine: WebKit
11
- engine_version: "531.2"
12
- device:
13
- type: tv
14
- brand: ""
15
- model: ""
16
- os_family: Unknown
17
- browser_family: Unknown
18
- -
19
- user_agent: HbbTV/1.1.1 (;;;;) Mozilla/5.0 (compatible; ANTGalio/3.0.2.1.22.43.08; Linux2.6.18-7.1/7405d0-smp)
20
- os:
21
- name: GNU/Linux
22
- short_name: LIN
23
- version: ""
24
- platform: ""
25
- client:
26
- type: browser
27
- name: ANTGalio
28
- short_name: AG
29
- version: "3.0.2.1.22.43.08"
30
- engine: ""
31
- engine_version: ""
32
- device:
33
- type: tv
34
- brand: ""
35
- model: null
36
- os_family: GNU/Linux
37
- browser_family: Unknown
38
- -
39
- user_agent: Opera/9.80 (Linux sh4 ; U; HBBTV/1.0 (; LOH/1.00; -----;;;) CE-HTML/1.0 Config(L:de,CC:AT); en) Presto/2.5.21 Version/10.30
40
- os:
41
- name: GNU/Linux
42
- short_name: LIN
43
- version: ""
44
- platform: ""
45
- client:
46
- type: browser
47
- name: Opera
48
- short_name: OP
49
- version: "10.30"
50
- engine: Presto
51
- engine_version: "2.5.21"
52
- device:
53
- type: tv
54
- brand: ""
55
- model: null
56
- os_family: GNU/Linux
57
- browser_family: Opera
58
- -
59
- user_agent: Opera/10.60 (Linux sh4 ; U; HBBTV/1.0 (; LOH/2.01; -----;;;) CE-HTML/1.0 Config(Hotel,L:de,CC:DE); en) Presto/2.6.33 Version/10.60
60
- os:
61
- name: GNU/Linux
62
- short_name: LIN
63
- version: ""
64
- platform: ""
65
- client:
66
- type: browser
67
- name: Opera
68
- short_name: OP
69
- version: "10.60"
70
- engine: Presto
71
- engine_version: "2.6.33"
72
- device:
73
- type: tv
74
- brand: ""
75
- model: null
76
- os_family: GNU/Linux
77
- browser_family: Opera
78
- -
79
- user_agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2) Gecko/20100222 Firefox/3.6 Kylo/0.6.1.70394
80
- os:
81
- name: Windows
82
- short_name: WIN
83
- version: "XP"
84
- platform: ""
85
- client:
86
- type: browser
87
- name: Kylo
88
- short_name: KY
89
- version: "0.6.1.70394"
90
- engine: Gecko
91
- engine_version: ""
92
- device:
93
- type: tv
94
- brand: ""
95
- model: ""
96
- os_family: Windows
97
- browser_family: Unknown
98
- -
99
- user_agent: Mozilla/3.0 WebTV/1.2 (compatible; MSIE 2.0)
100
- os:
101
- name: WebTV
102
- short_name: WTV
103
- version: "1.2"
104
- platform: ""
105
- client:
106
- type: browser
107
- name: Internet Explorer
108
- short_name: IE
109
- version: "2.0"
110
- engine: Trident
111
- engine_version: ""
112
- device:
113
- type: tv
114
- brand: ""
115
- model: Web TV
116
- os_family: WebTV
117
- browser_family: Internet Explorer
118
- -
119
- user_agent: Mozilla/5.0 (Linux; Android 7.1.1; BB2 PRO Build/NHG47L; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/52.0.2743.100 Safari/537.36
120
- os:
121
- name: Android
122
- short_name: AND
123
- version: "7.1.1"
124
- platform: ""
125
- client:
126
- type: browser
127
- name: Chrome Webview
128
- short_name: CV
129
- version: "52.0.2743.100"
130
- engine: Blink
131
- engine_version: ""
132
- device:
133
- type: tv
134
- brand: 0M
135
- model: BB2 Pro
136
- os_family: Android
137
- browser_family: Chrome
138
- -
139
- user_agent: Mozilla/5.0 (Linux; Android 5.1.1; KII PRO Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Safari/537.36
140
- os:
141
- name: Android
142
- short_name: AND
143
- version: "5.1.1"
144
- platform: ""
145
- client:
146
- type: browser
147
- name: Chrome Webview
148
- short_name: CV
149
- version: "39.0.0.0"
150
- engine: Blink
151
- engine_version: ""
152
- device:
153
- type: tv
154
- brand: 0M
155
- model: KII Pro
156
- os_family: Android
157
- browser_family: Chrome
158
- -
159
- user_agent: Mozilla/5.0 (Linux; Android 9; KM9PRO) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36
160
- os:
161
- name: Android
162
- short_name: AND
163
- version: "9"
164
- platform: ""
165
- client:
166
- type: browser
167
- name: Chrome Mobile
168
- short_name: CM
169
- version: "75.0.3770.143"
170
- engine: Blink
171
- engine_version: ""
172
- device:
173
- type: tv
174
- brand: 0M
175
- model: KM9 Pro
176
- os_family: Android
177
- browser_family: Chrome
178
- -
179
- user_agent: Mozilla/5.0 (Linux; Android 9; KM9_TV_BOX) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Safari/537.36
180
- os:
181
- name: Android
182
- short_name: AND
183
- version: "9"
184
- platform: ""
185
- client:
186
- type: browser
187
- name: Chrome
188
- short_name: CH
189
- version: "76.0.3809.111"
190
- engine: Blink
191
- engine_version: ""
192
- device:
193
- type: tv
194
- brand: 0M
195
- model: KM9 TV Box
196
- os_family: Android
197
- browser_family: Chrome
198
- -
199
- user_agent: Mozilla/5.0 (Linux; Android 8.1.0; HK1 Max) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36
200
- os:
201
- name: Android
202
- short_name: AND
203
- version: "8.1.0"
204
- platform: ""
205
- client:
206
- type: browser
207
- name: Chrome
208
- short_name: CH
209
- version: "80.0.3987.132"
210
- engine: Blink
211
- engine_version: ""
212
- device:
213
- type: tv
214
- brand: 1V
215
- model: HK1 Max
216
- os_family: Android
217
- browser_family: Chrome
218
- -
219
- user_agent: Mozilla/5.0 (Linux; Android 8.1.0; HK1 MINI) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.99 Safari/537.36
220
- os:
221
- name: Android
222
- short_name: AND
223
- version: "8.1.0"
224
- platform: ""
225
- client:
226
- type: browser
227
- name: Chrome
228
- short_name: CH
229
- version: "80.0.3987.99"
230
- engine: Blink
231
- engine_version: ""
232
- device:
233
- type: tv
234
- brand: 1V
235
- model: HK1 Mini
236
- os_family: Android
237
- browser_family: Chrome
238
- -
239
- user_agent: Mozilla/5.0 (Linux; Android 8.1.0; HK1 PRO) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36
240
- os:
241
- name: Android
242
- short_name: AND
243
- version: "8.1.0"
244
- platform: ""
245
- client:
246
- type: browser
247
- name: Chrome
248
- short_name: CH
249
- version: "80.0.3987.132"
250
- engine: Blink
251
- engine_version: ""
252
- device:
253
- type: tv
254
- brand: 1V
255
- model: HK1 Pro
256
- os_family: Android
257
- browser_family: Chrome
258
- -
259
- user_agent: Mozilla/5.0 (Linux; Android 7.1.2; VONTAR V1 Build/NHG47L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Safari/537.36 OPR/46.0.2246.126998
260
- os:
261
- name: Android
262
- short_name: AND
263
- version: "7.1.2"
264
- platform: ""
265
- client:
266
- type: browser
267
- name: Opera
268
- short_name: OP
269
- version: "46.0.2246.126998"
270
- engine: Blink
271
- engine_version: ""
272
- device:
273
- type: tv
274
- brand: 1V
275
- model: V1
276
- os_family: Android
277
- browser_family: Opera
278
- -
279
- user_agent: Mozilla/5.0 (Linux; Android 7.1.1; VONTAR Z5 Build/NHG47L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.111 Safari/537.36
280
- os:
281
- name: Android
282
- short_name: AND
283
- version: "7.1.1"
284
- platform: ""
285
- client:
286
- type: browser
287
- name: Chrome
288
- short_name: CH
289
- version: "63.0.3239.111"
290
- engine: Blink
291
- engine_version: ""
292
- device:
293
- type: tv
294
- brand: 1V
295
- model: Z5
296
- os_family: Android
297
- browser_family: Chrome
298
- -
299
- user_agent: Mozilla/5.0 (Linux; Android 7.1.1; VONTAR Z8 Arc Build/NMF26Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36
300
- os:
301
- name: Android
302
- short_name: AND
303
- version: "7.1.1"
304
- platform: ""
305
- client:
306
- type: browser
307
- name: Chrome
308
- short_name: CH
309
- version: "56.0.2924.87"
310
- engine: Blink
311
- engine_version: ""
312
- device:
313
- type: tv
314
- brand: 1V
315
- model: Z8
316
- os_family: Android
317
- browser_family: Chrome
318
- -
319
- user_agent: Mozilla/5.0 (Linux; Android 7.1.2; ATOM-108AM Build/NHG47L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Safari/537.36
320
- os:
321
- name: Android
322
- short_name: AND
323
- version: "7.1.2"
324
- platform: ""
325
- client:
326
- type: browser
327
- name: Chrome
328
- short_name: CH
329
- version: "55.0.2883.91"
330
- engine: Blink
331
- engine_version: ""
332
- device:
333
- type: tv
334
- brand: 2A
335
- model: 108AM
336
- os_family: Android
337
- browser_family: Chrome
338
- -
339
- user_agent: Mozilla/5.0 (Linux; Android 7.1.1; Vorke Z1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Safari/537.36
340
- os:
341
- name: Android
342
- short_name: AND
343
- version: "7.1.1"
344
- platform: ""
345
- client:
346
- type: browser
347
- name: Chrome
348
- short_name: CH
349
- version: "73.0.3683.90"
350
- engine: Blink
351
- engine_version: ""
352
- device:
353
- type: tv
354
- brand: 2V
355
- model: Z1
356
- os_family: Android
357
- browser_family: Chrome
358
- -
359
- user_agent: Mozilla/5.0 (Linux; Android 7.1.2; VORKE Z5 Build/NHG47L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36
360
- os:
361
- name: Android
362
- short_name: AND
363
- version: "7.1.2"
364
- platform: ""
365
- client:
366
- type: browser
367
- name: Chrome
368
- short_name: CH
369
- version: "67.0.3396.87"
370
- engine: Blink
371
- engine_version: ""
372
- device:
373
- type: tv
374
- brand: 2V
375
- model: Z5
376
- os_family: Android
377
- browser_family: Chrome
378
- -
379
- user_agent: Mozilla/5.0 (Linux; Android 7.1.2; VORKE Z6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Safari/537.36
380
- os:
381
- name: Android
382
- short_name: AND
383
- version: "7.1.2"
384
- platform: ""
385
- client:
386
- type: browser
387
- name: Chrome
388
- short_name: CH
389
- version: "75.0.3770.101"
390
- engine: Blink
391
- engine_version: ""
392
- device:
393
- type: tv
394
- brand: 2V
395
- model: Z6
396
- os_family: Android
397
- browser_family: Chrome
398
- -
399
- user_agent: Mozilla/5.0 (Linux; Android 7.1.2; VORKE Z6 Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Safari/537.36
400
- os:
401
- name: Android
402
- short_name: AND
403
- version: "7.1.2"
404
- platform: ""
405
- client:
406
- type: browser
407
- name: Chrome
408
- short_name: CH
409
- version: "75.0.3770.101"
410
- engine: Blink
411
- engine_version: ""
412
- device:
413
- type: tv
414
- brand: 2V
415
- model: Z6 Plus
416
- os_family: Android
417
- browser_family: Chrome
418
- -
419
- user_agent: Mozilla/5.0 (Linux; U; Android 7.1.2; en-US; T95ZPLUS Build/NHG47L) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.13.2.1208 Mobile Safari/537.36
420
- os:
421
- name: Android
422
- short_name: AND
423
- version: "7.1.2"
424
- platform: ""
425
- client:
426
- type: browser
427
- name: UC Browser
428
- short_name: UC
429
- version: "12.13.2.1208"
430
- engine: WebKit
431
- engine_version: "537.36"
432
- device:
433
- type: tv
434
- brand: 5S
435
- model: T95Z Plus
436
- os_family: Android
437
- browser_family: Unknown
438
- -
439
- user_agent: Opera/9.80 (Linux mips; Opera TV Store/6162; HbbTV/1.2.1 (; Altech UEC; PVR9600; ; ; )) Presto/2.12.407 Version/12.51 Model/AltechMultimedia-TestingDevice
440
- os:
441
- name: GNU/Linux
442
- short_name: LIN
443
- version: ""
444
- platform: ""
445
- client:
446
- type: browser
447
- name: Opera
448
- short_name: OP
449
- version: "12.51"
450
- engine: Presto
451
- engine_version: "2.12.407"
452
- device:
453
- type: tv
454
- brand: A1
455
- model: PVR9600
456
- os_family: GNU/Linux
457
- browser_family: Opera
458
- -
459
- user_agent: Mozilla/4.0 (compatible; MSIE 5.23; Macintosh; PPC) Escape 5.1.8
460
- os:
461
- name: Mac
462
- short_name: MAC
463
- version: ""
464
- platform: ""
465
- client:
466
- type: browser
467
- name: Espial TV Browser
468
- short_name: ES
469
- version: "5.1.8"
470
- engine: ""
471
- engine_version: ""
472
- device:
473
- type: tv
474
- brand: AP
475
- model: ""
476
- os_family: Mac
477
- browser_family: Unknown
478
- -
479
- user_agent: iTunes-AppleTV/4.1
480
- os: [ ]
481
- client:
482
- type: mediaplayer
483
- name: iTunes
484
- version: ""
485
- device:
486
- type: tv
487
- brand: AP
488
- model: Apple TV
489
- os_family: Unknown
490
- browser_family: Unknown
491
- -
492
- user_agent: AppleCoreMedia/1.0.0.12B466 (Apple TV; U; CPU OS 8_1_3 like Mac OS X; en_us)
493
- os:
494
- name: iOS
495
- short_name: IOS
496
- version: "8.1.3"
497
- platform: ""
498
- client: null
499
- device:
500
- type: tv
501
- brand: AP
502
- model: Apple TV
503
- os_family: iOS
504
- browser_family: Unknown
505
- -
506
- user_agent: XBMC/PRE-11.0 Git:20110623-62171b3 (iOS; 11.0.0 AppleTV2,1; http://www.xbmc.org)
507
- os:
508
- name: Apple TV
509
- short_name: ATV
510
- version: ""
511
- platform: ""
512
- client:
513
- type: mediaplayer
514
- name: XBMC
515
- version: ""
516
- device:
517
- type: tv
518
- brand: AP
519
- model: Apple TV 2
520
- os_family: Apple TV
521
- browser_family: Unknown
522
- -
523
- user_agent: 'OPR/22.0.1481.0 OMI/4.2.12.29, KreaTV/0.0.0.0 (ARRIS, IPC1100, wired)CM[00.01]'
524
- os: [ ]
525
- client:
526
- type: browser
527
- name: Opera Devices
528
- short_name: OH
529
- version: "4.2.12.29"
530
- engine: Blink
531
- engine_version: ""
532
- device:
533
- type: tv
534
- brand: AS
535
- model: IPC1100
536
- os_family: Unknown
537
- browser_family: Opera
538
- -
539
- user_agent: OPR/19.0.1325.0 OMI/4.1.4.54, KreaTV/15.99.2.1 (ARRIS, IPC1100P2, wired)
540
- os: [ ]
541
- client:
542
- type: browser
543
- name: Opera Devices
544
- short_name: OH
545
- version: "4.1.4.54"
546
- engine: Blink
547
- engine_version: ""
548
- device:
549
- type: tv
550
- brand: AS
551
- model: IPC1100P2
552
- os_family: Unknown
553
- browser_family: Opera
554
- -
555
- user_agent: Opera/9.80 (Linux mips) Presto/2.12.407 Version/12.50 , KreaTV/12.36.2.2 (ARRIS, VMS1100, wired)
556
- os:
557
- name: GNU/Linux
558
- short_name: LIN
559
- version: ""
560
- platform: ""
561
- client:
562
- type: browser
563
- name: Opera
564
- short_name: OP
565
- version: "12.50"
566
- engine: Presto
567
- engine_version: "2.12.407"
568
- device:
569
- type: tv
570
- brand: AS
571
- model: VMS1100
572
- os_family: GNU/Linux
573
- browser_family: Opera
574
- -
575
- user_agent: Opera/9.80 (Linux mips; U; HbbTV/1.1.1 (+PVR+RTSP;Airties;Air7210;16999168;;); xx) Presto/2.10.287 Version/12.00
576
- os:
577
- name: GNU/Linux
578
- short_name: LIN
579
- version: ""
580
- platform: ""
581
- client:
582
- type: browser
583
- name: Opera
584
- short_name: OP
585
- version: "12.00"
586
- engine: Presto
587
- engine_version: "2.10.287"
588
- device:
589
- type: tv
590
- brand: AT
591
- model: Air7210
592
- os_family: GNU/Linux
593
- browser_family: Opera
594
- -
595
- user_agent: Opera/9.80 (Linux i686; U; HbbTV/1.1.1 (+PVR+DL; BANGOLUFSEN; A3; ; ; ) CE-HTML/1.0 NETTV/1.0; en) Presto/2.10.287 Version/12.00 A3/1.0.3.30552 (BANGOLUFSEN, A3, wired)
596
- os:
597
- name: GNU/Linux
598
- short_name: LIN
599
- version: ""
600
- platform: x86
601
- client:
602
- type: browser
603
- name: Opera
604
- short_name: OP
605
- version: "12.00"
606
- engine: Presto
607
- engine_version: "2.10.287"
608
- device:
609
- type: tv
610
- brand: BO
611
- model: BeoVision
612
- os_family: GNU/Linux
613
- browser_family: Opera
614
- -
615
- user_agent: Opera/9.80 (Linux i686; U; HbbTV/1.1.1 (; BANGOLUFSEN; A3; ; ; ) CE-HTML/1.0 NETTV/1.0; en) Presto/2.10.287 Version/12.00 A3/1.0.2.28884 (BANGOLUFSEN, A3, wired)
616
- os:
617
- name: GNU/Linux
618
- short_name: LIN
619
- version: ""
620
- platform: x86
621
- client:
622
- type: browser
623
- name: Opera
624
- short_name: OP
625
- version: "12.00"
626
- engine: Presto
627
- engine_version: "2.10.287"
628
- device:
629
- type: tv
630
- brand: BO
631
- model: BeoVision
632
- os_family: GNU/Linux
633
- browser_family: Opera
634
- -
635
- user_agent: Opera/9.80 (Linux mips; Opera TV Store/5477) Presto/2.12.362 Version/12.10 Model/Changhong-MST6328
636
- os:
637
- name: GNU/Linux
638
- short_name: LIN
639
- version: ""
640
- platform: ""
641
- client:
642
- type: browser
643
- name: Opera
644
- short_name: OP
645
- version: "12.10"
646
- engine: Presto
647
- engine_version: "2.12.362"
648
- device:
649
- type: tv
650
- brand: C2
651
- model: MST6328
652
- os_family: GNU/Linux
653
- browser_family: Opera
654
- -
655
- user_agent: Mozilla/5.0 (Linux i686; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.114 Safari/537.36 SRAF/3.0 HbbTV/1.1.1 (CHANGHONG; TV55; sw-v1.0;) CE-HTML/1.0 NETRANGEMMH
656
- os:
657
- name: GNU/Linux
658
- short_name: LIN
659
- version: ""
660
- platform: x64
661
- client:
662
- type: browser
663
- name: Chrome
664
- short_name: CH
665
- version: "30.0.1599.114"
666
- engine: Blink
667
- engine_version: ""
668
- device:
669
- type: tv
670
- brand: C2
671
- model: TV55
672
- os_family: GNU/Linux
673
- browser_family: Chrome
674
- -
675
- user_agent: Opera/9.80 (Linux sh4; U; ; en; CreNova Build) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 HbbTV/1.1.1 (;CreNova;CNV001;1.0;1.0; FXM-U2FsdGVkX1/VHpIx4++T5dr9nrGwg2lrTv3h0bv5wA819tf9ZWJf5kbW8psLCFgl-END; en) Presto/2.9.167 Ve
676
- os:
677
- name: GNU/Linux
678
- short_name: LIN
679
- version: ""
680
- platform: ""
681
- client:
682
- type: browser
683
- name: Opera
684
- short_name: OP
685
- version: "4.0"
686
- engine: Elektra
687
- engine_version: ""
688
- device:
689
- type: tv
690
- brand: CR
691
- model: CNV001
692
- os_family: GNU/Linux
693
- browser_family: Opera
694
- -
695
- user_agent: Opera/9.80 (Linux sh4; U; CNV001; en;) HbbTV/1.1.1 (;CreNova;CNV001;1.0;1.0; FXM-U2FsdGVkX1/Oiw1OD4kjnYIMtRrxMWUbzbPMsylGXvFEN7YI7l5UInvIDEkFxQa5-END; en) Presto/2.9.167 Version/11.50
696
- os:
697
- name: GNU/Linux
698
- short_name: LIN
699
- version: ""
700
- platform: ""
701
- client:
702
- type: browser
703
- name: Opera
704
- short_name: OP
705
- version: "11.50"
706
- engine: Presto
707
- engine_version: "2.9.167"
708
- device:
709
- type: tv
710
- brand: CR
711
- model: CNV001
712
- os_family: GNU/Linux
713
- browser_family: Opera
714
- -
715
- user_agent: Mozilla/5.0 (Linux; Android 4.4.4; CVTE_MSD338_1G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Safari/537.36
716
- os:
717
- name: Android
718
- short_name: AND
719
- version: "4.4.4"
720
- platform: ""
721
- client:
722
- type: browser
723
- name: Chrome
724
- short_name: CH
725
- version: "76.0.3809.89"
726
- engine: Blink
727
- engine_version: ""
728
- device:
729
- type: tv
730
- brand: CV
731
- model: MSD338 1G
732
- os_family: Android
733
- browser_family: Chrome
734
- -
735
- user_agent: Mozilla/5.0 (Linux; Android 4.4.4; CVTE_MSD338_512M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.70 Safari/537.36
736
- os:
737
- name: Android
738
- short_name: AND
739
- version: "4.4.4"
740
- platform: ""
741
- client:
742
- type: browser
743
- name: Chrome
744
- short_name: CH
745
- version: "76.0.3809.70"
746
- engine: Blink
747
- engine_version: ""
748
- device:
749
- type: tv
750
- brand: CV
751
- model: MSD338 512M
752
- os_family: Android
753
- browser_family: Chrome
754
- -
755
- user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Daewoo Android TV 638 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36
756
- os:
757
- name: Android
758
- short_name: AND
759
- version: "5.1.1"
760
- platform: ""
761
- client:
762
- type: browser
763
- name: Chrome Mobile
764
- short_name: CM
765
- version: "68.0.3440.91"
766
- engine: Blink
767
- engine_version: ""
768
- device:
769
- type: tv
770
- brand: D5
771
- model: Android TV 638
772
- os_family: Android
773
- browser_family: Chrome
774
- -
775
- user_agent: Mozilla/5.0 (Linux; Android 7.1.2; DIVISAT J-Link) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36
776
- os:
777
- name: Android
778
- short_name: AND
779
- version: "7.1.2"
780
- platform: ""
781
- client:
782
- type: browser
783
- name: Chrome
784
- short_name: CH
785
- version: "74.0.3729.157"
786
- engine: Blink
787
- engine_version: ""
788
- device:
789
- type: tv
790
- brand: D6
791
- model: J-Link
792
- os_family: Android
793
- browser_family: Chrome
794
- -
795
- user_agent: Mozilla/5.0 (Linux mips; U;HbbTV/1.1.1 (+RTSP;DMM;Dreambox;0.1a;1.0;) CE-HTML/1.0; en) AppleWebKit/535.19 no/Volksbox QtWebkit/2.2
796
- os:
797
- name: GNU/Linux
798
- short_name: LIN
799
- version: ""
800
- platform: ""
801
- client: null
802
- device:
803
- type: tv
804
- brand: DM
805
- model: Dreambox
806
- os_family: GNU/Linux
807
- browser_family: Unknown
808
- -
809
- user_agent: Opera/9.80 (Linux mips; U; xx) Presto/2.10.287 Version/12.00 DuneHD/1.0 (connect; 140223_0132_b6) CE-HTML/1.0 NETRANGEMMH
810
- os:
811
- name: GNU/Linux
812
- short_name: LIN
813
- version: ""
814
- platform: ""
815
- client:
816
- type: browser
817
- name: Opera
818
- short_name: OP
819
- version: "12.00"
820
- engine: Presto
821
- engine_version: "2.10.287"
822
- device:
823
- type: tv
824
- brand: DU
825
- model: connect
826
- os_family: GNU/Linux
827
- browser_family: Opera
828
- -
829
- user_agent: Opera/9.80 (Linux mips; U; xx) Presto/2.10.287 Version/12.00 DuneHD/1.0 (polskytv__tv102; 130527_1328_b5) CE-HTML/1.0 NETRANGEMMH
830
- os:
831
- name: GNU/Linux
832
- short_name: LIN
833
- version: ""
834
- platform: ""
835
- client:
836
- type: browser
837
- name: Opera
838
- short_name: OP
839
- version: "12.00"
840
- engine: Presto
841
- engine_version: "2.10.287"
842
- device:
843
- type: tv
844
- brand: DU
845
- model: tv102
846
- os_family: GNU/Linux
847
- browser_family: Opera
848
- -
849
- user_agent: Opera/9.80 (Linux mips; U; xx) Presto/2.10.287 Version/12.00 DuneHD/1.0 (tv102; 130515_2104_b6) CE-HTML/1.0 NETRANGEMMH
850
- os:
851
- name: GNU/Linux
852
- short_name: LIN
853
- version: ""
854
- platform: ""
855
- client:
856
- type: browser
857
- name: Opera
858
- short_name: OP
859
- version: "12.00"
860
- engine: Presto
861
- engine_version: "2.10.287"
862
- device:
863
- type: tv
864
- brand: DU
865
- model: tv102
866
- os_family: GNU/Linux
867
- browser_family: Opera
868
- -
869
- user_agent: Opera/9.80 (Linux mips; U; xx) Presto/2.10.287 Version/12.00 DuneHD/1.0 (tv303d; 130515_2104_b6) CE-HTML/1.0 NETRANGEMMH
870
- os:
871
- name: GNU/Linux
872
- short_name: LIN
873
- version: ""
874
- platform: ""
875
- client:
876
- type: browser
877
- name: Opera
878
- short_name: OP
879
- version: "12.00"
880
- engine: Presto
881
- engine_version: "2.10.287"
882
- device:
883
- type: tv
884
- brand: DU
885
- model: tv303d
886
- os_family: GNU/Linux
887
- browser_family: Opera
888
- -
889
- user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; cs-cz; EVOLVEO Smart TV box Q4 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30 Maxthon/4.1.4.2000
890
- os:
891
- name: Android
892
- short_name: AND
893
- version: "4.2.2"
894
- platform: ""
895
- client:
896
- type: browser
897
- name: Maxthon
898
- short_name: MX
899
- version: "4.1.4.2000"
900
- engine: WebKit
901
- engine_version: "534.30"
902
- device:
903
- type: tv
904
- brand: EO
905
- model: Smart TV box Q4
906
- os_family: Android
907
- browser_family: Unknown
908
- -
909
- user_agent: Mozilla/5.0 (CrKey armv7l 1.4.15250) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.0 Safari/537.36
910
- os: [ ]
911
- client:
912
- type: browser
913
- name: Chrome
914
- short_name: CH
915
- version: "31.0.1650.0"
916
- engine: Blink
917
- engine_version: ""
918
- device:
919
- type: tv
920
- brand: GO
921
- model: Chromecast
922
- os_family: Unknown
923
- browser_family: Chrome
924
- -
925
- user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.75 Safari/537.36 CrKey/1.14.32904
926
- os:
927
- name: Android
928
- short_name: AND
929
- version: "5.1.1"
930
- platform: ""
931
- client:
932
- type: browser
933
- name: Chrome
934
- short_name: CH
935
- version: "41.0.2272.75"
936
- engine: Blink
937
- engine_version: ""
938
- device:
939
- type: tv
940
- brand: GO
941
- model: Chromecast
942
- os_family: Android
943
- browser_family: Chrome
944
- -
945
- 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
946
- os:
947
- name: Google TV
948
- short_name: GTV
949
- version: "092754"
950
- platform: x86
951
- client:
952
- type: browser
953
- name: Chrome
954
- short_name: CH
955
- version: "11.0.696.77"
956
- engine: WebKit
957
- engine_version: "534.24"
958
- device:
959
- type: tv
960
- brand: GO
961
- model: GoogleTV
962
- os_family: Google TV
963
- browser_family: Chrome
964
- -
965
- user_agent: Mozilla/5.0 (Linux; Android 9; AFTEUFF014 Build/PMAIN1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 cordova-amazon-fireos/3.4.0 AmazonWebAppPlatform/3.4.0;2.0
966
- os:
967
- name: Android
968
- short_name: AND
969
- version: "9"
970
- platform: ""
971
- client:
972
- type: browser
973
- name: Chrome Webview
974
- short_name: CV
975
- version: "70.0.3538.110"
976
- engine: Blink
977
- engine_version: ""
978
- device:
979
- type: tv
980
- brand: GU
981
- model: OLED 4K (2019)
982
- os_family: Android
983
- browser_family: Chrome
984
- -
985
- user_agent: Mozilla/5.0 (Linux; Android 9; AFTEU011) AppleWebKit/537.36 (KHTML, like Gecko) Silk/80.1.145 like Chrome/80.0.3987.119 Safari/537.36
986
- os:
987
- name: Android
988
- short_name: AND
989
- version: "9"
990
- platform: ""
991
- client:
992
- type: browser
993
- name: Mobile Silk
994
- short_name: MS
995
- version: "80.1.145"
996
- engine: Blink
997
- engine_version: ""
998
- device:
999
- type: tv
1000
- brand: GU
1001
- model: Vision 6 HD (2019)
1002
- os_family: Android
1003
- browser_family: Chrome
1004
- -
1005
- user_agent: Mozilla/5.0 (Linux; Android 9; AFTEU014 Build/PMAIN1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 cordova-amazon-fireos/3.4.0 AmazonWebAppPlatform/3.4.0;2.0
1006
- os:
1007
- name: Android
1008
- short_name: AND
1009
- version: "9"
1010
- platform: ""
1011
- client:
1012
- type: browser
1013
- name: Chrome Webview
1014
- short_name: CV
1015
- version: "70.0.3538.110"
1016
- engine: Blink
1017
- engine_version: ""
1018
- device:
1019
- type: tv
1020
- brand: GU
1021
- model: Vision 7 4K (2019)
1022
- os_family: Android
1023
- browser_family: Chrome
1024
- -
1025
- user_agent: Opera/9.80 (Linux armv7l; HbbTV/1.2.1 (; Hisense; SmartTV_2015; V00.01.00a.G0816; HE65M7000UWTSG; )) Presto/2.12.407 Version/12.51 year/2016
1026
- os:
1027
- name: GNU/Linux
1028
- short_name: LIN
1029
- version: ""
1030
- platform: ARM
1031
- client:
1032
- type: browser
1033
- name: Opera
1034
- short_name: OP
1035
- version: "12.51"
1036
- engine: Presto
1037
- engine_version: "2.12.407"
1038
- device:
1039
- type: tv
1040
- brand: HI
1041
- model: HE65M7000UWTS
1042
- os_family: GNU/Linux
1043
- browser_family: Opera
1044
- -
1045
- user_agent: Opera/9.80 (Linux armv7l; HbbTV/1.2.1 (; Hisense; SmartTV; V00.01.00a.E0923; LHD32K370WTEU; )) Presto/2.12.407 Version/12.51
1046
- os:
1047
- name: GNU/Linux
1048
- short_name: LIN
1049
- version: ""
1050
- platform: ARM
1051
- client:
1052
- type: browser
1053
- name: Opera
1054
- short_name: OP
1055
- version: "12.51"
1056
- engine: Presto
1057
- engine_version: "2.12.407"
1058
- device:
1059
- type: tv
1060
- brand: HI
1061
- model: LHD32K370WTEU
1062
- os_family: GNU/Linux
1063
- browser_family: Opera
1064
- -
1065
- user_agent: Opera/9.80 (Linux armv7l; HbbTV/1.2.1 (; Hisense; SmartTV_2015; V00.01.00a.G0806; LTDN58K700XWTSEU3D_1; )) Presto/2.12.407 Version/12.51 year/2016
1066
- os:
1067
- name: GNU/Linux
1068
- short_name: LIN
1069
- version: ""
1070
- platform: ARM
1071
- client:
1072
- type: browser
1073
- name: Opera
1074
- short_name: OP
1075
- version: "12.51"
1076
- engine: Presto
1077
- engine_version: "2.12.407"
1078
- device:
1079
- type: tv
1080
- brand: HI
1081
- model: LTDN58K700XWTSEU3D
1082
- os_family: GNU/Linux
1083
- browser_family: Opera
1084
- -
1085
- user_agent: Opera/9.80 (Linux 7405b0-smp; U; HbbTV/1.1.1 (; Humax; CXHD-5100C; 1.00.23; 1.0; ); ce-html/1.0; en) Presto/2.9.167 Version/11.50
1086
- os:
1087
- name: GNU/Linux
1088
- short_name: LIN
1089
- version: ""
1090
- platform: ""
1091
- client:
1092
- type: browser
1093
- name: Opera
1094
- short_name: OP
1095
- version: "11.50"
1096
- engine: Presto
1097
- engine_version: "2.9.167"
1098
- device:
1099
- type: tv
1100
- brand: HX
1101
- model: CXHD-5100C
1102
- os_family: GNU/Linux
1103
- browser_family: Opera
1104
- -
1105
- user_agent: HbbTV/1.1.1 (+PVR;Humax;HD FOX+;1.00.12;1.0)CE-HTML/1.0 ANTGalio/3.1.1.23.04.09
1106
- os: [ ]
1107
- client:
1108
- type: browser
1109
- name: ANTGalio
1110
- short_name: AG
1111
- version: "3.1.1.23.04.09"
1112
- engine: ""
1113
- engine_version: ""
1114
- device:
1115
- type: tv
1116
- brand: HX
1117
- model: HD FOX+
1118
- os_family: Unknown
1119
- browser_family: Unknown
1120
- -
1121
- user_agent: Opera/9.80 (Linux 7325b0; U; HbbTV/1.1.1 (; Humax; HD NANO; 1.00.16; 1.0; ); ce-html/1.0; en) Presto/2.9.167 Version/11.50
1122
- os:
1123
- name: GNU/Linux
1124
- short_name: LIN
1125
- version: ""
1126
- platform: ""
1127
- client:
1128
- type: browser
1129
- name: Opera
1130
- short_name: OP
1131
- version: "11.50"
1132
- engine: Presto
1133
- engine_version: "2.9.167"
1134
- device:
1135
- type: tv
1136
- brand: HX
1137
- model: HD NANO
1138
- os_family: GNU/Linux
1139
- browser_family: Opera
1140
- -
1141
- user_agent: Opera/9.80 (Linux mips; U; HbbTV/1.1.1 (; Humax; hdr1000s; 1.0.0; 1.0.0; ); ce-html/1.0; xx) Presto/2.10.250 Version/11.60
1142
- os:
1143
- name: GNU/Linux
1144
- short_name: LIN
1145
- version: ""
1146
- platform: ""
1147
- client:
1148
- type: browser
1149
- name: Opera
1150
- short_name: OP
1151
- version: "11.60"
1152
- engine: Presto
1153
- engine_version: "2.10.250"
1154
- device:
1155
- type: tv
1156
- brand: HX
1157
- model: hdr1000s
1158
- os_family: GNU/Linux
1159
- browser_family: Opera
1160
- -
1161
- user_agent: Opera/9.80 (Linux mips; U; HbbTV/1.1.1 (; Humax; HM-9504HD; 0.01.06; 1.0; scrlgnnew; ); ce-html/1.0; xx) Presto/2.10.250 Version/11.60
1162
- os:
1163
- name: GNU/Linux
1164
- short_name: LIN
1165
- version: ""
1166
- platform: ""
1167
- client:
1168
- type: browser
1169
- name: Opera
1170
- short_name: OP
1171
- version: "11.60"
1172
- engine: Presto
1173
- engine_version: "2.10.250"
1174
- device:
1175
- type: tv
1176
- brand: HX
1177
- model: HM-9504HD
1178
- os_family: GNU/Linux
1179
- browser_family: Opera
1180
- -
1181
- user_agent: Opera/9.80 (Linux mips; U; HbbTV/1.1.1 (; Humax; hms1000s; 1.0.0; 1.0.0; ); ce-html/1.0; en) Presto/2.10.250 Version/11.60
1182
- os:
1183
- name: GNU/Linux
1184
- short_name: LIN
1185
- version: ""
1186
- platform: ""
1187
- client:
1188
- type: browser
1189
- name: Opera
1190
- short_name: OP
1191
- version: "11.60"
1192
- engine: Presto
1193
- engine_version: "2.10.250"
1194
- device:
1195
- type: tv
1196
- brand: HX
1197
- model: HMS-1000S
1198
- os_family: GNU/Linux
1199
- browser_family: Opera
1200
- -
1201
- user_agent: Opera/9.80 (Linux mips; Opera TV Store/5896; HbbTV/1.2.1 (PVR; freesat/1.0; hms1000sph2; 1.0.0; 1.0.0; UX-PRISM--OP-NONE); ce-html/1.0) Presto/2.12.407 Version/12.50 Model/Humax-TestingDevice
1202
- os:
1203
- name: GNU/Linux
1204
- short_name: LIN
1205
- version: ""
1206
- platform: ""
1207
- client:
1208
- type: browser
1209
- name: Opera
1210
- short_name: OP
1211
- version: "12.50"
1212
- engine: Presto
1213
- engine_version: "2.12.407"
1214
- device:
1215
- type: tv
1216
- brand: HX
1217
- model: HMS-1000S
1218
- os_family: GNU/Linux
1219
- browser_family: Opera
1220
- -
1221
- user_agent: HbbTV/1.1.1 (+PVR;Humax;iCord Cable;1.01.09;1.0)CE-HTML/1.0 ANTGalio/3.1.1.23.04.09
1222
- os: [ ]
1223
- client:
1224
- type: browser
1225
- name: ANTGalio
1226
- short_name: AG
1227
- version: "3.1.1.23.04.09"
1228
- engine: ""
1229
- engine_version: ""
1230
- device:
1231
- type: tv
1232
- brand: HX
1233
- model: iCord Cable
1234
- os_family: Unknown
1235
- browser_family: Unknown
1236
- -
1237
- user_agent: HbbTV/1.1.1 (+PVR;Humax;iCord HD+;1.01.17;1.0)CE-HTML/1.0 ANTGalio/3.1.1.23.04
1238
- os: [ ]
1239
- client:
1240
- type: browser
1241
- name: ANTGalio
1242
- short_name: AG
1243
- version: "3.1.1.23.04"
1244
- engine: ""
1245
- engine_version: ""
1246
- device:
1247
- type: tv
1248
- brand: HX
1249
- model: iCord HD+
1250
- os_family: Unknown
1251
- browser_family: Unknown
1252
- -
1253
- user_agent: Opera/9.80 (Linux mips; U; HbbTV/1.1.1 (; Humax; iCord HD+; 1.0.0; 1.0.0; ); ce-html/1.0; en) Presto/2.10.250 Version/11.60
1254
- os:
1255
- name: GNU/Linux
1256
- short_name: LIN
1257
- version: ""
1258
- platform: ""
1259
- client:
1260
- type: browser
1261
- name: Opera
1262
- short_name: OP
1263
- version: "11.60"
1264
- engine: Presto
1265
- engine_version: "2.10.250"
1266
- device:
1267
- type: tv
1268
- brand: HX
1269
- model: iCord HD+
1270
- os_family: GNU/Linux
1271
- browser_family: Opera
1272
- -
1273
- user_agent: Opera/9.80 (Linux 7335b0-smp; U; HbbTV/1.1.1 (; Humax; iCord MINI; 0.90.02; 1.0; ); ce-html/1.0; en) Presto/2.10.250 Version/11.60
1274
- os:
1275
- name: GNU/Linux
1276
- short_name: LIN
1277
- version: ""
1278
- platform: ""
1279
- client:
1280
- type: browser
1281
- name: Opera
1282
- short_name: OP
1283
- version: "11.60"
1284
- engine: Presto
1285
- engine_version: "2.10.250"
1286
- device:
1287
- type: tv
1288
- brand: HX
1289
- model: iCord MINI
1290
- os_family: GNU/Linux
1291
- browser_family: Opera
1292
- -
1293
- user_agent: Opera/9.80 (Linux 7325b0; U; HbbTV/1.1.1 (; Humax; IRHD-5100S; 1.01.26; 1.0; ); ce-html/1.0; en) Presto/2.9.167 Version/11.50
1294
- os:
1295
- name: GNU/Linux
1296
- short_name: LIN
1297
- version: ""
1298
- platform: ""
1299
- client:
1300
- type: browser
1301
- name: Opera
1302
- short_name: OP
1303
- version: "11.50"
1304
- engine: Presto
1305
- engine_version: "2.9.167"
1306
- device:
1307
- type: tv
1308
- brand: HX
1309
- model: IRHD-5100S
1310
- os_family: GNU/Linux
1311
- browser_family: Opera
1312
- -
1313
- user_agent: Mozilla/5.0 (Linux; Android 7.1.2; iconBIT Movie Ultra HD 4K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.67 Safari/537.36
1314
- os:
1315
- name: Android
1316
- short_name: AND
1317
- version: "7.1.2"
1318
- platform: ""
1319
- client:
1320
- type: browser
1321
- name: Chrome
1322
- short_name: CH
1323
- version: "75.0.3770.67"
1324
- engine: Blink
1325
- engine_version: ""
1326
- device:
1327
- type: tv
1328
- brand: I2
1329
- model: Movie Ultra HD 4K
1330
- os_family: Android
1331
- browser_family: Chrome
1332
- -
1333
- user_agent: Mozilla/5.0 (Linux; Android 5.1.1; XDS84K Build/LMY49F) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Safari/537.36
1334
- os:
1335
- name: Android
1336
- short_name: AND
1337
- version: "5.1.1"
1338
- platform: ""
1339
- client:
1340
- type: browser
1341
- name: Chrome Webview
1342
- short_name: CV
1343
- version: "39.0.0.0"
1344
- engine: Blink
1345
- engine_version: ""
1346
- device:
1347
- type: tv
1348
- brand: I2
1349
- model: XDS84K
1350
- os_family: Android
1351
- browser_family: Chrome
1352
- -
1353
- user_agent: Mozilla/5.0 (Linux; Android 5.1.1; XDS94K Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Safari/537.36
1354
- os:
1355
- name: Android
1356
- short_name: AND
1357
- version: "5.1.1"
1358
- platform: ""
1359
- client:
1360
- type: browser
1361
- name: Chrome Webview
1362
- short_name: CV
1363
- version: "39.0.0.0"
1364
- engine: Blink
1365
- engine_version: ""
1366
- device:
1367
- type: tv
1368
- brand: I2
1369
- model: XDS94K
1370
- os_family: Android
1371
- browser_family: Chrome
1372
- -
1373
- user_agent: Opera/9.80 (Linux armv6l; U; NETRANGEMMH;HbbTV/1.1.1;CE-HTML/1.0;IKEA LF1V358; en) Presto/2.10.250 Version/11.60
1374
- os:
1375
- name: GNU/Linux
1376
- short_name: LIN
1377
- version: ""
1378
- platform: ARM
1379
- client:
1380
- type: browser
1381
- name: Opera
1382
- short_name: OP
1383
- version: "11.60"
1384
- engine: Presto
1385
- engine_version: "2.10.250"
1386
- device:
1387
- type: tv
1388
- brand: IA
1389
- model: LF1V358
1390
- os_family: GNU/Linux
1391
- browser_family: Opera
1392
- -
1393
- user_agent: Mozilla/5.0 (Linux; Android 7.1.2; AFTJMST12) AppleWebKit/537.36 (KHTML, like Gecko) Silk/79.5.1 like Chrome/79.0.3945.136 Safari/537.36
1394
- os:
1395
- name: Android
1396
- short_name: AND
1397
- version: "7.1.2"
1398
- platform: ""
1399
- client:
1400
- type: browser
1401
- name: Mobile Silk
1402
- short_name: MS
1403
- version: "79.5.1"
1404
- engine: Blink
1405
- engine_version: ""
1406
- device:
1407
- type: tv
1408
- brand: IS
1409
- model: 4K (2018)
1410
- os_family: Android
1411
- browser_family: Chrome
1412
- -
1413
- user_agent: Mozilla/5.0 (Linux; Android 7.1.2; AFTEAMR311 Build/NS6269; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36
1414
- os:
1415
- name: Android
1416
- short_name: AND
1417
- version: "7.1.2"
1418
- platform: ""
1419
- client:
1420
- type: browser
1421
- name: Chrome Webview
1422
- short_name: CV
1423
- version: "70.0.3538.110"
1424
- engine: Blink
1425
- engine_version: ""
1426
- device:
1427
- type: tv
1428
- brand: IS
1429
- model: HD (2018)
1430
- os_family: Android
1431
- browser_family: Chrome
1432
- -
1433
- user_agent: Opera/9.80 (Linux sh4; U; HbbTV/1.1.1 (; INTEK; Vantage Full HD Model;;;) hdplusSmartTV/1.0 (NETRANGEMMH;) Bee/3.2 CE-HTML/1.0; FXM-U2FsdGVkX19WaYSyGq70V2qt2C4bR92ULIOEtQrDKma1eRx3WQlWfuTO6eCHMYQm-END; en) Presto/2.10.250 Version/11.60
1434
- os:
1435
- name: GNU/Linux
1436
- short_name: LIN
1437
- version: ""
1438
- platform: ""
1439
- client:
1440
- type: browser
1441
- name: Opera
1442
- short_name: OP
1443
- version: "11.60"
1444
- engine: Presto
1445
- engine_version: "2.10.250"
1446
- device:
1447
- type: tv
1448
- brand: IT
1449
- model: Vantage
1450
- os_family: GNU/Linux
1451
- browser_family: Opera
1452
- -
1453
- user_agent: Opera/9.80 (Linux sh4; U; HbbTV/1.1.1 (; INTEK; VT-100 HD+;;;) hdplusSmartTV/1.0 (NETRANGEMMH;) Bee/3.2 CE-HTML/1.0; en) Presto/2.10.250 Version/11.60
1454
- os:
1455
- name: GNU/Linux
1456
- short_name: LIN
1457
- version: ""
1458
- platform: ""
1459
- client:
1460
- type: browser
1461
- name: Opera
1462
- short_name: OP
1463
- version: "11.60"
1464
- engine: Presto
1465
- engine_version: "2.10.250"
1466
- device:
1467
- type: tv
1468
- brand: IT
1469
- model: VT-100
1470
- os_family: GNU/Linux
1471
- browser_family: Opera
1472
- -
1473
- user_agent: Opera/9.80 (Linux sh4; U; HbbTV/1.1.1 (; INTEK; VT-100 HD+;;;) hdplusSmartTV/1.0 (NETRANGEMMH;) Bee/3.2 CE-HTML/1.0; FXM-U2FsdGVkX1+9IFast5+XgFhStntZ2aPC75KXhmr7DTyTjVYcbAaLpfmxnMmKiXRe-END; en) Presto/2.10.250 Version/11.60
1474
- os:
1475
- name: GNU/Linux
1476
- short_name: LIN
1477
- version: ""
1478
- platform: ""
1479
- client:
1480
- type: browser
1481
- name: Opera
1482
- short_name: OP
1483
- version: "11.60"
1484
- engine: Presto
1485
- engine_version: "2.10.250"
1486
- device:
1487
- type: tv
1488
- brand: IT
1489
- model: VT-100
1490
- os_family: GNU/Linux
1491
- browser_family: Opera
1492
- -
1493
- user_agent: 'Mozilla/5.0 (;;;) AppleWebKit/534.6 HbbTV/1.1.1 (+DL+PVR; inverto; IDL-6640N Volksbox Essential; 1.0; 1.0;) hdplusinteraktiv/1.0 (NETRANGEMMH;) CE-HTML/1.0'
1494
- os: [ ]
1495
- client: null
1496
- device:
1497
- type: tv
1498
- brand: IV
1499
- model: IDL-6640N Volksbox Essential
1500
- os_family: Unknown
1501
- browser_family: Unknown
1502
- -
1503
- user_agent: 'Mozilla/5.0 (;;;) AppleWebKit/534.6 HbbTV/1.1.1 (+DL+PVR; inverto; IDL-6651N Volksbox Web Edition; 1.0; 1.0;) hdplusinteraktiv/1.0 (NETRANGEMMH;) CE-HTML/1.0'
1504
- os: [ ]
1505
- client: null
1506
- device:
1507
- type: tv
1508
- brand: IV
1509
- model: IDL-6651N Volksbox Web Edition
1510
- os_family: Unknown
1511
- browser_family: Unknown
1512
- -
1513
- user_agent: 'Mozilla/5.0 (;;;) AppleWebKit/534.6 HbbTV/1.1.1 (+DL+PVR; inverto; IDL-6750N Volksbox II; 1.0; 1.0;) hdplusinteraktiv/1.0 (NETRANGEMMH;) CE-HTML/1.0'
1514
- os: [ ]
1515
- client: null
1516
- device:
1517
- type: tv
1518
- brand: IV
1519
- model: IDL-6750N Volksbox II
1520
- os_family: Unknown
1521
- browser_family: Unknown
1522
- -
1523
- user_agent: 'Mozilla/5.0 (;;;) AppleWebKit/538.6 HbbTV/1.1.1 (+DL+PVR; inverto; QUANTUM - IDL9000; 1.0; 1.0;) CE-HTML/1.0 hdplusinteraktiv/1.0 (NETRANGEMMH;)'
1524
- os: [ ]
1525
- client: null
1526
- device:
1527
- type: tv
1528
- brand: IV
1529
- model: 'QUANTUM - IDL9000'
1530
- os_family: Unknown
1531
- browser_family: Unknown
1532
- -
1533
- user_agent: Mozilla/5.0 (Linux; Android 6.0.1; KATV-01 PRO) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Safari/537.36
1534
- os:
1535
- name: Android
1536
- short_name: AND
1537
- version: "6.0.1"
1538
- platform: ""
1539
- client:
1540
- type: browser
1541
- name: Chrome
1542
- short_name: CH
1543
- version: "75.0.3770.143"
1544
- engine: Blink
1545
- engine_version: ""
1546
- device:
1547
- type: tv
1548
- brand: K5
1549
- model: KATV-01 Pro
1550
- os_family: Android
1551
- browser_family: Chrome
1552
- -
1553
- user_agent: Mozilla/5.0 (Linux; Android 4.2.2; AFTB Build/JDQ39) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.173 Mobile Safari/537.22 cordova-amazon-fireos/3.4.0 AmazonWebAppPlatform/3.4.0;2.0
1554
- os:
1555
- name: Android
1556
- short_name: AND
1557
- version: "4.2.2"
1558
- platform: ""
1559
- client:
1560
- type: browser
1561
- name: Chrome Mobile
1562
- short_name: CM
1563
- version: "25.0.1364.173"
1564
- engine: WebKit
1565
- engine_version: "537.22"
1566
- device:
1567
- type: tv
1568
- brand: KN
1569
- model: Fire TV
1570
- os_family: Android
1571
- browser_family: Chrome
1572
- -
1573
- user_agent: Mozilla/5.0 (Linux; Android 7.1.2; AFTN Build/NS6210; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36 cordova-amazon-fireos/3.4.0 AmazonWebAppPlatform/3.4.0;2.0
1574
- os:
1575
- name: Android
1576
- short_name: AND
1577
- version: "7.1.2"
1578
- platform: ""
1579
- client:
1580
- type: browser
1581
- name: Chrome Webview
1582
- short_name: CV
1583
- version: "55.0.2883.91"
1584
- engine: Blink
1585
- engine_version: ""
1586
- device:
1587
- type: tv
1588
- brand: KN
1589
- model: Fire TV (Gen 3)
1590
- os_family: Android
1591
- browser_family: Chrome
1592
- -
1593
- user_agent: Mozilla/5.0 (Linux; Android 7.1.2; AFTA Build/NS6223) AppleWebKit/537.36 (KHTML, like Gecko) Silk/68.3.1 like Chrome/68.0.3440.85 Safari/537.36
1594
- os:
1595
- name: Android
1596
- short_name: AND
1597
- version: "7.1.2"
1598
- platform: ""
1599
- client:
1600
- type: browser
1601
- name: Mobile Silk
1602
- short_name: MS
1603
- version: "68.3.1"
1604
- engine: Blink
1605
- engine_version: ""
1606
- device:
1607
- type: tv
1608
- brand: KN
1609
- model: Fire TV Cube (Gen 1)
1610
- os_family: Android
1611
- browser_family: Chrome
1612
- -
1613
- user_agent: Mozilla/5.0 (Linux; Android 9; AFTR Build/PMAIN1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 cordova-amazon-fireos/3.4.0 AmazonWebAppPlatform/3.4.0;2.0
1614
- os:
1615
- name: Android
1616
- short_name: AND
1617
- version: "9"
1618
- platform: ""
1619
- client:
1620
- type: browser
1621
- name: Chrome Webview
1622
- short_name: CV
1623
- version: "70.0.3538.110"
1624
- engine: Blink
1625
- engine_version: ""
1626
- device:
1627
- type: tv
1628
- brand: KN
1629
- model: Fire TV Cube (Gen 2)
1630
- os_family: Android
1631
- browser_family: Chrome
1632
- -
1633
- user_agent: Mozilla/5.0 (Linux; Android 4.2.2; AFTM Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/34.0.0.0 Mobile Safari/537.36 cordova-amazon-fireos/3.4.0 AmazonWebAppPlatform/3.4.0;2.0
1634
- os:
1635
- name: Android
1636
- short_name: AND
1637
- version: "4.2.2"
1638
- platform: ""
1639
- client:
1640
- type: browser
1641
- name: Chrome Webview
1642
- short_name: CV
1643
- version: "34.0.0.0"
1644
- engine: Blink
1645
- engine_version: ""
1646
- device:
1647
- type: tv
1648
- brand: KN
1649
- model: Fire TV stick
1650
- os_family: Android
1651
- browser_family: Chrome
1652
- -
1653
- user_agent: Mozilla/5.0 (Linux; Android 5.1.1; AFTT Build/LVY48F; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/49.0.2623.10
1654
- os:
1655
- name: Android
1656
- short_name: AND
1657
- version: "5.1.1"
1658
- platform: ""
1659
- client:
1660
- type: browser
1661
- name: Chrome Webview
1662
- short_name: CV
1663
- version: "49.0.2623.10"
1664
- engine: Blink
1665
- engine_version: ""
1666
- device:
1667
- type: tv
1668
- brand: KN
1669
- model: Fire TV stick
1670
- os_family: Android
1671
- browser_family: Chrome
1672
- -
1673
- user_agent: Mozilla/5.0 (Linux; Android 5.1.1; AFTS Build/LVY48F; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.28
1674
- os:
1675
- name: Android
1676
- short_name: AND
1677
- version: "5.1.1"
1678
- platform: ""
1679
- client:
1680
- type: browser
1681
- name: Chrome Webview
1682
- short_name: CV
1683
- version: "55.0.28"
1684
- engine: Blink
1685
- engine_version: ""
1686
- device:
1687
- type: tv
1688
- brand: KN
1689
- model: Fire TV stick
1690
- os_family: Android
1691
- browser_family: Chrome
1692
- -
1693
- user_agent: Mozilla/5.0 (Linux; Android 7.1.1; 24H600GR Build/NMF26Q; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/52.0.2743.100 Mobile Safari/537.36
1694
- os:
1695
- name: Android
1696
- short_name: AND
1697
- version: "7.1.1"
1698
- platform: ""
1699
- client:
1700
- type: browser
1701
- name: Chrome Webview
1702
- short_name: CV
1703
- version: "52.0.2743.100"
1704
- engine: Blink
1705
- engine_version: ""
1706
- device:
1707
- type: tv
1708
- brand: KV
1709
- model: 24H600GR
1710
- os_family: Android
1711
- browser_family: Chrome
1712
- -
1713
- user_agent: Mozilla/5.0 (Linux; Android 7.1.1; 24H600GU Build/NMF26Q; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/52.0.2743.100 Mobile Safari/537.36
1714
- os:
1715
- name: Android
1716
- short_name: AND
1717
- version: "7.1.1"
1718
- platform: ""
1719
- client:
1720
- type: browser
1721
- name: Chrome Webview
1722
- short_name: CV
1723
- version: "52.0.2743.100"
1724
- engine: Blink
1725
- engine_version: ""
1726
- device:
1727
- type: tv
1728
- brand: KV
1729
- model: 24H600GU
1730
- os_family: Android
1731
- browser_family: Chrome
1732
- -
1733
- user_agent: Mozilla/5.0 (Linux; Android 7.1.1; 32HR55GU Build/NMF26Q; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/52.0.2743.100 Mobile Safari/537.36
1734
- os:
1735
- name: Android
1736
- short_name: AND
1737
- version: "7.1.1"
1738
- platform: ""
1739
- client:
1740
- type: browser
1741
- name: Chrome Webview
1742
- short_name: CV
1743
- version: "52.0.2743.100"
1744
- engine: Blink
1745
- engine_version: ""
1746
- device:
1747
- type: tv
1748
- brand: KV
1749
- model: 32HR55GU
1750
- os_family: Android
1751
- browser_family: Chrome
1752
- -
1753
- user_agent: Mozilla/5.0 (Linux; Android 7.1.1; 40U600GR Build/NMF26Q; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/52.0.2743.100 Mobile Safari/537.36
1754
- os:
1755
- name: Android
1756
- short_name: AND
1757
- version: "7.1.1"
1758
- platform: ""
1759
- client:
1760
- type: browser
1761
- name: Chrome Webview
1762
- short_name: CV
1763
- version: "52.0.2743.100"
1764
- engine: Blink
1765
- engine_version: ""
1766
- device:
1767
- type: tv
1768
- brand: KV
1769
- model: 40U600GR
1770
- os_family: Android
1771
- browser_family: Chrome
1772
- -
1773
- user_agent: Mozilla/5.0 (Linux; Android 7.1.1; 40U600GU) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.78 Mobile Safari/537.36
1774
- os:
1775
- name: Android
1776
- short_name: AND
1777
- version: "7.1.1"
1778
- platform: ""
1779
- client:
1780
- type: browser
1781
- name: Chrome Mobile
1782
- short_name: CM
1783
- version: "80.0.3987.78"
1784
- engine: Blink
1785
- engine_version: ""
1786
- device:
1787
- type: tv
1788
- brand: KV
1789
- model: 40U600GU
1790
- os_family: Android
1791
- browser_family: Chrome
1792
- -
1793
- user_agent: Mozilla/5.0 (Linux; Android 7.1.1; 40UR50GR Build/NMF26Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36
1794
- os:
1795
- name: Android
1796
- short_name: AND
1797
- version: "7.1.1"
1798
- platform: ""
1799
- client:
1800
- type: browser
1801
- name: Chrome Mobile
1802
- short_name: CM
1803
- version: "57.0.2987.132"
1804
- engine: Blink
1805
- engine_version: ""
1806
- device:
1807
- type: tv
1808
- brand: KV
1809
- model: 40UR50GR
1810
- os_family: Android
1811
- browser_family: Chrome
1812
- -
1813
- user_agent: Mozilla/5.0 (Linux; Android 7.1.1; 40UR50GU Build/NMF26Q; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/52.0.2743.100 Mobile Safari/537.36
1814
- os:
1815
- name: Android
1816
- short_name: AND
1817
- version: "7.1.1"
1818
- platform: ""
1819
- client:
1820
- type: browser
1821
- name: Chrome Webview
1822
- short_name: CV
1823
- version: "52.0.2743.100"
1824
- engine: Blink
1825
- engine_version: ""
1826
- device:
1827
- type: tv
1828
- brand: KV
1829
- model: 40UR50GU
1830
- os_family: Android
1831
- browser_family: Chrome
1832
- -
1833
- user_agent: Mozilla/5.0 (Linux; Android 7.1.1; 43UP50GU Build/NMF26Q; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/52.0.2743.100 Mobile Safari/537.36
1834
- os:
1835
- name: Android
1836
- short_name: AND
1837
- version: "7.1.1"
1838
- platform: ""
1839
- client:
1840
- type: browser
1841
- name: Chrome Webview
1842
- short_name: CV
1843
- version: "52.0.2743.100"
1844
- engine: Blink
1845
- engine_version: ""
1846
- device:
1847
- type: tv
1848
- brand: KV
1849
- model: 43UP50GU
1850
- os_family: Android
1851
- browser_family: Chrome
1852
- -
1853
- user_agent: Mozilla/5.0 (Linux; Android 7.1.1; 49UP50GU Build/NMF26Q; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/52.0.2743.100 Mobile Safari/537.36
1854
- os:
1855
- name: Android
1856
- short_name: AND
1857
- version: "7.1.1"
1858
- platform: ""
1859
- client:
1860
- type: browser
1861
- name: Chrome Webview
1862
- short_name: CV
1863
- version: "52.0.2743.100"
1864
- engine: Blink
1865
- engine_version: ""
1866
- device:
1867
- type: tv
1868
- brand: KV
1869
- model: 49UP50GU
1870
- os_family: Android
1871
- browser_family: Chrome
1872
- -
1873
- user_agent: Mozilla/5.0 (Linux; Android 7.1.1; 50U600GU Build/NMF26Q; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/52.0.2743.100 Mobile Safari/537.36
1874
- os:
1875
- name: Android
1876
- short_name: AND
1877
- version: "7.1.1"
1878
- platform: ""
1879
- client:
1880
- type: browser
1881
- name: Chrome Webview
1882
- short_name: CV
1883
- version: "52.0.2743.100"
1884
- engine: Blink
1885
- engine_version: ""
1886
- device:
1887
- type: tv
1888
- brand: KV
1889
- model: 50U600GU
1890
- os_family: Android
1891
- browser_family: Chrome
1892
- -
1893
- user_agent: Mozilla/5.0 (Linux; Android 7.1.1; 55UP50GU Build/NMF26Q; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/52.0.2743.100 Mobile Safari/537.36
1894
- os:
1895
- name: Android
1896
- short_name: AND
1897
- version: "7.1.1"
1898
- platform: ""
1899
- client:
1900
- type: browser
1901
- name: Chrome Webview
1902
- short_name: CV
1903
- version: "52.0.2743.100"
1904
- engine: Blink
1905
- engine_version: ""
1906
- device:
1907
- type: tv
1908
- brand: KV
1909
- model: 55UP50GU
1910
- os_family: Android
1911
- browser_family: Chrome
1912
- -
1913
- user_agent: Mozilla/5.0 (Linux; Android 5.1.1; AFTRS Build/LVY48F) AppleWebKit/537.36 (KHTML, like Gecko) Silk/65.2.1 like Chrome/65.0.3325.144 Safari/537.36
1914
- os:
1915
- name: Android
1916
- short_name: AND
1917
- version: "5.1.1"
1918
- platform: ""
1919
- client:
1920
- type: browser
1921
- name: Mobile Silk
1922
- short_name: MS
1923
- version: "65.2.1"
1924
- engine: Blink
1925
- engine_version: ""
1926
- device:
1927
- type: tv
1928
- brand: L0
1929
- model: Element 4K (2017)
1930
- os_family: Android
1931
- browser_family: Chrome
1932
- -
1933
- user_agent: Mozilla/5.0 (Web0S; Linux/SmartTV) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.122 Safari/537.36 HbbTV/1.2.1 (+DRM; LGE; 49UH664V-ZC; WEBOS3.0 05.30.02; W3_M16;)
1934
- os:
1935
- name: webOS
1936
- short_name: WOS
1937
- version: ""
1938
- platform: ""
1939
- client:
1940
- type: browser
1941
- name: Chrome
1942
- short_name: CH
1943
- version: "38.0.2125.122"
1944
- engine: Blink
1945
- engine_version: ""
1946
- device:
1947
- type: tv
1948
- brand: LG
1949
- model: 49UH664V
1950
- os_family: Other Mobile
1951
- browser_family: Chrome
1952
- -
1953
- user_agent: Mozilla/5.0 (Web0S; Linux/SmartTV) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.122 Safari/537.36 HbbTV/1.2.1 (+DRM; LGE; 55UJ6307-ZA; WEBOS3.5 04.70.45; W3_K3LP;)
1954
- os:
1955
- name: webOS
1956
- short_name: WOS
1957
- version: ""
1958
- platform: ""
1959
- client:
1960
- type: browser
1961
- name: Chrome
1962
- short_name: CH
1963
- version: "38.0.2125.122"
1964
- engine: Blink
1965
- engine_version: ""
1966
- device:
1967
- type: tv
1968
- brand: LG
1969
- model: 55UJ6307
1970
- os_family: Other Mobile
1971
- browser_family: Chrome
1972
- -
1973
- user_agent: Mozilla/5.0 (DirectFB; U; Linux 7630; en) AppleWebKit/531.2+ (KHTML, like Gecko) Safari/531.2+ HbbTV/1.1.1 ( ;LGE ;GLOBAL_PLAT3 ;BR.8.97.067.B ;1.0.0.1 ;)
1974
- os:
1975
- name: GNU/Linux
1976
- short_name: LIN
1977
- version: ""
1978
- platform: ""
1979
- client:
1980
- type: browser
1981
- name: Safari
1982
- short_name: SF
1983
- version: ""
1984
- engine: WebKit
1985
- engine_version: "531.2"
1986
- device:
1987
- type: tv
1988
- brand: LG
1989
- model: GLOBAL PLAT3
1990
- os_family: GNU/Linux
1991
- browser_family: Safari
1992
- -
1993
- user_agent: Mozilla/5.0 (Linux; NetCast; U) AppleWwbKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.33 Safari/537.31 SmartTV/5.0
1994
- os:
1995
- name: GNU/Linux
1996
- short_name: LIN
1997
- version: ""
1998
- platform: ""
1999
- client:
2000
- type: browser
2001
- name: Chrome
2002
- short_name: CH
2003
- version: "26.0.1410.33"
2004
- engine: WebKit
2005
- engine_version: ""
2006
- device:
2007
- type: tv
2008
- brand: LG
2009
- model: NetCast
2010
- os_family: GNU/Linux
2011
- browser_family: Chrome
2012
- -
2013
- user_agent: Mozilla/5.0 (DirectFB; U; Linux mips; en) AppleWebKit/531.2+ (KHTML, like Gecko) Safari/531.2+ LG Browser/4.0.10(+SCREEN+TUNER; LGE; 42LE5500-SA; 04.02.02; 0x00000001;); LG NetCast.TV-2010
2014
- os:
2015
- name: GNU/Linux
2016
- short_name: LIN
2017
- version: ""
2018
- platform: ""
2019
- client:
2020
- type: browser
2021
- name: LG Browser
2022
- short_name: LG
2023
- version: "4.0.10"
2024
- engine: WebKit
2025
- engine_version: "531.2"
2026
- device:
2027
- type: tv
2028
- brand: LG
2029
- model: NetCast
2030
- os_family: GNU/Linux
2031
- browser_family: Unknown
2032
- -
2033
- user_agent: Mozilla/5.0 (DirectFB; Linux armv7l) AppleWebKit/534.26+ (KHTML, like Gecko) Version/5.0 Safari/534.26+ LG Browser/5.00.00(+mouse+3D+SCREEN+TUNER; LGE; 47LM9600-NA; 06.00.00; 0x00000001;); LG NetCast.TV-2012 0
2034
- os:
2035
- name: GNU/Linux
2036
- short_name: LIN
2037
- version: ""
2038
- platform: ARM
2039
- client:
2040
- type: browser
2041
- name: LG Browser
2042
- short_name: LG
2043
- version: "5.00.00"
2044
- engine: WebKit
2045
- engine_version: "534.26"
2046
- device:
2047
- type: tv
2048
- brand: LG
2049
- model: NetCast
2050
- os_family: GNU/Linux
2051
- browser_family: Unknown
2052
- -
2053
- user_agent: Mozilla/5.0 (DirectFB; Linux armv7l) AppleWebKit/534.26+ (KHTML, like Gecko) Version/5.0 Safari/534.26+ HbbTV/1.1.1 ( ;LGE ;NetCast 3.0 ;1.0 ;1.0M ;)
2054
- os:
2055
- name: GNU/Linux
2056
- short_name: LIN
2057
- version: ""
2058
- platform: ARM
2059
- client:
2060
- type: browser
2061
- name: Safari
2062
- short_name: SF
2063
- version: "5.0"
2064
- engine: WebKit
2065
- engine_version: "534.26"
2066
- device:
2067
- type: tv
2068
- brand: LG
2069
- model: NetCast 3.0
2070
- os_family: GNU/Linux
2071
- browser_family: Safari
2072
- -
2073
- user_agent: Mozilla/5.0 (Unknown; Linux armv7l) AppleWebKit/537.1+ (KHTML, like Gecko) Safari/537.1+ HbbTV/1.1.1 ( ;LGE ;NetCast 4.0 ;03.10.81 ;1.0M ;)
2074
- os:
2075
- name: GNU/Linux
2076
- short_name: LIN
2077
- version: ""
2078
- platform: ARM
2079
- client:
2080
- type: browser
2081
- name: Safari
2082
- short_name: SF
2083
- version: ""
2084
- engine: WebKit
2085
- engine_version: "537.1"
2086
- device:
2087
- type: tv
2088
- brand: LG
2089
- model: NetCast 4.0
2090
- os_family: GNU/Linux
2091
- browser_family: Safari
2092
- -
2093
- 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 HbbTV/1.2.1 (+DRM; LGE; OLED55B6J-Z; WEBOS3.0 04.30.65; W3_K2L;)
2094
- os:
2095
- name: webOS
2096
- short_name: WOS
2097
- version: ""
2098
- platform: ""
2099
- client:
2100
- type: browser
2101
- name: QtWebEngine
2102
- short_name: QW
2103
- version: "5.2.1"
2104
- engine: WebKit
2105
- engine_version: "537.36"
2106
- device:
2107
- type: tv
2108
- brand: LG
2109
- model: OLED55B6J
2110
- os_family: Other Mobile
2111
- browser_family: Chrome
2112
- -
2113
- user_agent: Mozilla/5.0 (Web0S; Linux/SmartTV) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.122 Safari/537.36 HbbTV/1.2.1 (+DRM; LGE; OLED65C7V-Z; WEBOS3.5 04.70.30; W3_M16P;)
2114
- os:
2115
- name: webOS
2116
- short_name: WOS
2117
- version: ""
2118
- platform: ""
2119
- client:
2120
- type: browser
2121
- name: Chrome
2122
- short_name: CH
2123
- version: "38.0.2125.122"
2124
- engine: Blink
2125
- engine_version: ""
2126
- device:
2127
- type: tv
2128
- brand: LG
2129
- model: OLED65C7V
2130
- os_family: Other Mobile
2131
- browser_family: Chrome
2132
- -
2133
- user_agent: LOEWE/TV HbbTV/1.1.1 (+PVR; Loewe; SL121; LOH;;) CE-HTML/1.0 SL121/16.16.0
2134
- os: [ ]
2135
- client: null
2136
- device:
2137
- type: tv
2138
- brand: LO
2139
- model: SL121
2140
- os_family: Unknown
2141
- browser_family: Unknown
2142
- -
2143
- user_agent: LOEWE/TV HbbTV/1.1.1 CE-HTML/1.0 SL121/16.16.0
2144
- os: [ ]
2145
- client: null
2146
- device:
2147
- type: tv
2148
- brand: LO
2149
- model: SL121
2150
- os_family: Unknown
2151
- browser_family: Unknown
2152
- -
2153
- user_agent: LOEWE/TV HBBTV/1.0 CE-HTML/1.0 SL150/14.16.0
2154
- os: [ ]
2155
- client: null
2156
- device:
2157
- type: tv
2158
- brand: LO
2159
- model: SL150
2160
- os_family: Unknown
2161
- browser_family: Unknown
2162
- -
2163
- user_agent: Opera/9.80 (Linux sh4; U; HbbTV/1.1.1 (+PVR; Loewe; SL150; LOH/3.10;;) CE-HTML/1.0 Config(L:slv,CC:DEU); en) Presto/2.10.250 Version/11.60
2164
- os:
2165
- name: GNU/Linux
2166
- short_name: LIN
2167
- version: ""
2168
- platform: ""
2169
- client:
2170
- type: browser
2171
- name: Opera
2172
- short_name: OP
2173
- version: "11.60"
2174
- engine: Presto
2175
- engine_version: "2.10.250"
2176
- device:
2177
- type: tv
2178
- brand: LO
2179
- model: SL150
2180
- os_family: GNU/Linux
2181
- browser_family: Opera
2182
- -
2183
- user_agent: LOEWE/TV HbbTV/1.2.1 (+PVR; Loewe; SL220; LOH/4.00;;) CE-HTML/1.0 SL220/
2184
- os: [ ]
2185
- client: null
2186
- device:
2187
- type: tv
2188
- brand: LO
2189
- model: SL220
2190
- os_family: Unknown
2191
- browser_family: Unknown
2192
- -
2193
- user_agent: Opera/9.80 (Linux sh4; U; HbbTV/1.2.1 (+PVR; Loewe; SL220; LOH/4.00;;) CE-HTML/1.0 Config(L:deu,CC:CHE) NETRANGEMMH; en) Presto/2.10.250 Version/11.60
2194
- os:
2195
- name: GNU/Linux
2196
- short_name: LIN
2197
- version: ""
2198
- platform: ""
2199
- client:
2200
- type: browser
2201
- name: Opera
2202
- short_name: OP
2203
- version: "11.60"
2204
- engine: Presto
2205
- engine_version: "2.10.250"
2206
- device:
2207
- type: tv
2208
- brand: LO
2209
- model: SL220
2210
- os_family: GNU/Linux
2211
- browser_family: Opera
2212
- -
2213
- user_agent: Mozilla/5.0 (DirectFB; U; Linux armv6l; c) AppleWebKit/531.2+ (KHTML, like Gecko) Safari/531.2+ HbbTV/1.1.1 (;Metz;MMS;;;)
2214
- os:
2215
- name: GNU/Linux
2216
- short_name: LIN
2217
- version: ""
2218
- platform: ARM
2219
- client:
2220
- type: browser
2221
- name: Safari
2222
- short_name: SF
2223
- version: ""
2224
- engine: WebKit
2225
- engine_version: "531.2"
2226
- device:
2227
- type: tv
2228
- brand: ME
2229
- model: ""
2230
- os_family: GNU/Linux
2231
- browser_family: Safari
2232
- -
2233
- user_agent: HbbTV/1.1.1 (;MTK;MT5396;;;) ANTGalio/3.2.0.C341.06
2234
- os:
2235
- name: MTK / Nucleus
2236
- short_name: MTK
2237
- version: ""
2238
- platform: ""
2239
- client:
2240
- type: browser
2241
- name: ANTGalio
2242
- short_name: AG
2243
- version: "3.2.0"
2244
- engine: ""
2245
- engine_version: ""
2246
- device:
2247
- type: tv
2248
- brand: MK
2249
- model: MT5396
2250
- os_family: Real-time OS
2251
- browser_family: Unknown
2252
- -
2253
- user_agent: HbbTV/1.2.1 (;MTK;MT5396;;;) ANTGalio/3.3.0.26.02.devel
2254
- os:
2255
- name: MTK / Nucleus
2256
- short_name: MTK
2257
- version: ""
2258
- platform: ""
2259
- client:
2260
- type: browser
2261
- name: ANTGalio
2262
- short_name: AG
2263
- version: "3.3.0.26.02"
2264
- engine: ""
2265
- engine_version: ""
2266
- device:
2267
- type: tv
2268
- brand: MK
2269
- model: MT5396
2270
- os_family: Real-time OS
2271
- browser_family: Unknown
2272
- -
2273
- user_agent: Mozilla/5.0 (Linux; Android 6.0.1; NX-32THS100 Build/M5C14J; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/48.0.2542.0 Mobile Safari/537.36
2274
- os:
2275
- name: Android
2276
- short_name: AND
2277
- version: "6.0.1"
2278
- platform: ""
2279
- client:
2280
- type: browser
2281
- name: Chrome Webview
2282
- short_name: CV
2283
- version: "48.0.2542.0"
2284
- engine: Blink
2285
- engine_version: ""
2286
- device:
2287
- type: tv
2288
- brand: N7
2289
- model: NX-32THS100
2290
- os_family: Android
2291
- browser_family: Chrome
2292
- -
2293
- user_agent: Mozilla/5.0 (Linux; Android 9; NEXON X1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Safari/537.36
2294
- os:
2295
- name: Android
2296
- short_name: AND
2297
- version: "9"
2298
- platform: ""
2299
- client:
2300
- type: browser
2301
- name: Chrome
2302
- short_name: CH
2303
- version: "71.0.3578.99"
2304
- engine: Blink
2305
- engine_version: ""
2306
- device:
2307
- type: tv
2308
- brand: N8
2309
- model: X1
2310
- os_family: Android
2311
- browser_family: Chrome
2312
- -
2313
- user_agent: Mozilla/5.0 (Linux; Android 9; NEXON X9) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.162 Safari/537.36
2314
- os:
2315
- name: Android
2316
- short_name: AND
2317
- version: "9"
2318
- platform: ""
2319
- client:
2320
- type: browser
2321
- name: Chrome
2322
- short_name: CH
2323
- version: "80.0.3987.162"
2324
- engine: Blink
2325
- engine_version: ""
2326
- device:
2327
- type: tv
2328
- brand: N8
2329
- model: X9
2330
- os_family: Android
2331
- browser_family: Chrome
2332
- -
2333
- user_agent: Mozilla/5.0 (Linux; U; Android 3.2; en-us; GTV100 Build/MASTER) AppleWebKit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13
2334
- os:
2335
- name: Android
2336
- short_name: AND
2337
- version: "3.2"
2338
- platform: ""
2339
- client:
2340
- type: browser
2341
- name: Android Browser
2342
- short_name: AN
2343
- version: ""
2344
- engine: WebKit
2345
- engine_version: "534.13"
2346
- device:
2347
- type: tv
2348
- brand: NA
2349
- model: NeoTV Prime
2350
- os_family: Android
2351
- browser_family: Android Browser
2352
- -
2353
- user_agent: Mozilla/5.0 (Linux; Android 4.4.4; NG3128HD) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Safari/537.36
2354
- os:
2355
- name: Android
2356
- short_name: AND
2357
- version: "4.4.4"
2358
- platform: ""
2359
- client:
2360
- type: browser
2361
- name: Chrome
2362
- short_name: CH
2363
- version: "71.0.3578.99"
2364
- engine: Blink
2365
- engine_version: ""
2366
- device:
2367
- type: tv
2368
- brand: NZ
2369
- model: NG3128HD
2370
- os_family: Android
2371
- browser_family: Chrome
2372
- -
2373
- user_agent: Opera/9.80 (Linux i686; U; fr) Presto/2.10.287 Version/12.00 ; SC/IHD92 STB
2374
- os:
2375
- name: GNU/Linux
2376
- short_name: LIN
2377
- version: ""
2378
- platform: x86
2379
- client:
2380
- type: browser
2381
- name: Opera
2382
- short_name: OP
2383
- version: "12.00"
2384
- engine: Presto
2385
- engine_version: "2.10.287"
2386
- device:
2387
- type: tv
2388
- brand: OR
2389
- model: Livebox Play
2390
- os_family: GNU/Linux
2391
- browser_family: Opera
2392
- -
2393
- user_agent: Opera/9.80 (Linux mn10300; U; HbbTV/1.1.1 (+PVR; Panasonic; DIGA M9031; 3.030; ; ); en) Presto/2.9.167 Version/11.50
2394
- os:
2395
- name: GNU/Linux
2396
- short_name: LIN
2397
- version: ""
2398
- platform: ""
2399
- client:
2400
- type: browser
2401
- name: Opera
2402
- short_name: OP
2403
- version: "11.50"
2404
- engine: Presto
2405
- engine_version: "2.9.167"
2406
- device:
2407
- type: tv
2408
- brand: PA
2409
- model: ""
2410
- os_family: GNU/Linux
2411
- browser_family: Opera
2412
- -
2413
- user_agent: Hybridcast/1.0 (;008045;PANATV1308;2;2;)
2414
- os: [ ]
2415
- client: null
2416
- device:
2417
- type: tv
2418
- brand: PA
2419
- model: Smart TV
2420
- os_family: Unknown
2421
- browser_family: Unknown
2422
- -
2423
- user_agent: Mozilla/5.0 (FreeBSD; U; Viera; fr-FR) AppleWebKit/535.1 (KHTML, like Gecko) Viera/1.5.2 Chrome/14.0.835.202 Safari/535.1
2424
- os:
2425
- name: FreeBSD
2426
- short_name: BSD
2427
- version: ""
2428
- platform: ""
2429
- client:
2430
- type: browser
2431
- name: Chrome
2432
- short_name: CH
2433
- version: "14.0.835.202"
2434
- engine: WebKit
2435
- engine_version: "535.1"
2436
- device:
2437
- type: tv
2438
- brand: PA
2439
- model: Smart TV
2440
- os_family: Unix
2441
- browser_family: Chrome
2442
- -
2443
- user_agent: Mozilla/5.0 (X11; FreeBSD; U; Viera; de-DE) AppleWebKit/537.11 (KHTML, like Gecko) Viera/3.10.0 Chrome/23.0.1271.97 Safari/537.11
2444
- os:
2445
- name: FreeBSD
2446
- short_name: BSD
2447
- version: ""
2448
- platform: ""
2449
- client:
2450
- type: browser
2451
- name: Chrome
2452
- short_name: CH
2453
- version: "23.0.1271.97"
2454
- engine: WebKit
2455
- engine_version: "537.11"
2456
- device:
2457
- type: tv
2458
- brand: PA
2459
- model: Smart TV
2460
- os_family: Unix
2461
- browser_family: Chrome
2462
- -
2463
- user_agent: HbbTV/1.1.1 (;Panasonic;VIERA 2011;1.805;0071-7702 2000-0000;)
2464
- os: [ ]
2465
- client: null
2466
- device:
2467
- type: tv
2468
- brand: PA
2469
- model: VIERA 2011
2470
- os_family: Unknown
2471
- browser_family: Unknown
2472
- -
2473
- user_agent: HbbTV/1.1.1 (;Panasonic;VIERA 2012;1.210;0071-3403 2000-0000;)
2474
- os: [ ]
2475
- client: null
2476
- device:
2477
- type: tv
2478
- brand: PA
2479
- model: VIERA 2012
2480
- os_family: Unknown
2481
- browser_family: Unknown
2482
- -
2483
- user_agent: HbbTV/1.2.1 (;Panasonic;VIERA 2013;3.838;1101-0003 0004-0000;)
2484
- os: [ ]
2485
- client: null
2486
- device:
2487
- type: tv
2488
- brand: PA
2489
- model: VIERA 2013
2490
- os_family: Unknown
2491
- browser_family: Unknown
2492
- -
2493
- user_agent: Opera/9.80 (Linux armv6l; U; NETRANGEMMH;HbbTV/1.1.1;CE-HTML/1.0;PEAQ LF1V350; en) Presto/2.8.115 Version/11.10
2494
- os:
2495
- name: GNU/Linux
2496
- short_name: LIN
2497
- version: ""
2498
- platform: ARM
2499
- client:
2500
- type: browser
2501
- name: Opera
2502
- short_name: OP
2503
- version: "11.10"
2504
- engine: Presto
2505
- engine_version: "2.8.115"
2506
- device:
2507
- type: tv
2508
- brand: PE
2509
- model: LF1V350
2510
- os_family: GNU/Linux
2511
- browser_family: Opera
2512
- -
2513
- user_agent: 'Opera/9.80 (Linux armv7l; HbbTV/1.2.1 (; Philips; 28HFL5009D12; ; PHILIPSTV; CE-HTML/1.0 NETTV/4.4.1 SmartTvA/3.0.0 Firmware/004.001.163.001 (PhilipsTV, 3.1.1,)en) ) Presto/2.12.407 Version/12.50'
2514
- os:
2515
- name: GNU/Linux
2516
- short_name: LIN
2517
- version: ""
2518
- platform: ARM
2519
- client:
2520
- type: browser
2521
- name: Opera
2522
- short_name: OP
2523
- version: "12.50"
2524
- engine: Presto
2525
- engine_version: "2.12.407"
2526
- device:
2527
- type: tv
2528
- brand: PH
2529
- model: 28HFL5009D12
2530
- os_family: GNU/Linux
2531
- browser_family: Opera
2532
- -
2533
- user_agent: 'Opera/9.80 (Linux armv7l; HbbTV/1.2.1 (; Philips; 55PUS780912; ; PHILIPSTV; CE-HTML/1.0 NETTV/4.4.1 SmartTvA/3.0.0 Firmware/014.002.026.129 (PhilipsTV, 3.1.1,)en) ) Presto/2.12.407 Version/12.50'
2534
- os:
2535
- name: GNU/Linux
2536
- short_name: LIN
2537
- version: ""
2538
- platform: ARM
2539
- client:
2540
- type: browser
2541
- name: Opera
2542
- short_name: OP
2543
- version: "12.50"
2544
- engine: Presto
2545
- engine_version: "2.12.407"
2546
- device:
2547
- type: tv
2548
- brand: PH
2549
- model: 55PUS780912
2550
- os_family: GNU/Linux
2551
- browser_family: Opera
2552
- -
2553
- user_agent: Mozilla/5.0 (Linux; Android 4.2.2; AND1E TV Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.80 Safari/537.36
2554
- os:
2555
- name: Android
2556
- short_name: AND
2557
- version: "4.2.2"
2558
- platform: ""
2559
- client:
2560
- type: browser
2561
- name: Chrome
2562
- short_name: CH
2563
- version: "29.0.1547.80"
2564
- engine: Blink
2565
- engine_version: ""
2566
- device:
2567
- type: tv
2568
- brand: PH
2569
- model: Android TV
2570
- os_family: Android
2571
- browser_family: Chrome
2572
- -
2573
- user_agent: Mozilla/5.0 (Linux; Android 4.2.2; AND1E Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.117 Mobile Safari/537.36
2574
- os:
2575
- name: Android
2576
- short_name: AND
2577
- version: "4.2.2"
2578
- platform: ""
2579
- client:
2580
- type: browser
2581
- name: Chrome Mobile
2582
- short_name: CM
2583
- version: "37.0.2062.117"
2584
- engine: Blink
2585
- engine_version: ""
2586
- device:
2587
- type: tv
2588
- brand: PH
2589
- model: Android TV
2590
- os_family: Android
2591
- browser_family: Chrome
2592
- -
2593
- user_agent: WebKit/3.7.6, (CE-HTML/1.0 NETTV/3.3.0 NewB) PHILIPS-AVM-2013/2.19 (Philips, BDP5600, wired)
2594
- os: [ ]
2595
- client: null
2596
- device:
2597
- type: tv
2598
- brand: PH
2599
- model: Blu-ray Player (BDP5600)
2600
- os_family: Unknown
2601
- browser_family: Unknown
2602
- -
2603
- user_agent: HbbTV/1.2.1 (;Philips;MT5580;;;) ANTGalio/3.3.0.26.04
2604
- os: [ ]
2605
- client:
2606
- type: browser
2607
- name: ANTGalio
2608
- short_name: AG
2609
- version: "3.3.0.26.04"
2610
- engine: ""
2611
- engine_version: ""
2612
- device:
2613
- type: tv
2614
- brand: PH
2615
- model: MT5580
2616
- os_family: Unknown
2617
- browser_family: Unknown
2618
- -
2619
- user_agent: Opera/9.70 (Linux armv6l ; U; CE-HTML/1.0 NETTV/2.0.2; en) Presto/2.2.1
2620
- os:
2621
- name: GNU/Linux
2622
- short_name: LIN
2623
- version: ""
2624
- platform: ARM
2625
- client:
2626
- type: browser
2627
- name: Opera
2628
- short_name: OP
2629
- version: "9.70"
2630
- engine: Presto
2631
- engine_version: "2.2.1"
2632
- device:
2633
- type: tv
2634
- brand: PH
2635
- model: NetTV Series
2636
- os_family: GNU/Linux
2637
- browser_family: Opera
2638
- -
2639
- user_agent: Opera/9.80 (Linux armv6l ; U; CE-HTML/1.0 NETTV/3.0.1;; en) Presto/2.6.33 Version/10.60
2640
- os:
2641
- name: GNU/Linux
2642
- short_name: LIN
2643
- version: ""
2644
- platform: ARM
2645
- client:
2646
- type: browser
2647
- name: Opera
2648
- short_name: OP
2649
- version: "10.60"
2650
- engine: Presto
2651
- engine_version: "2.6.33"
2652
- device:
2653
- type: tv
2654
- brand: PH
2655
- model: NetTV Series
2656
- os_family: GNU/Linux
2657
- browser_family: Opera
2658
- -
2659
- user_agent: Opera/9.80 (Linux armv7l; U; CE-HTML/1.0 NETTV/3.3.0; PHILIPS-AVM-2012; en) Presto/2.9.167 Version/11.50
2660
- os:
2661
- name: GNU/Linux
2662
- short_name: LIN
2663
- version: ""
2664
- platform: ARM
2665
- client:
2666
- type: browser
2667
- name: Opera
2668
- short_name: OP
2669
- version: "11.50"
2670
- engine: Presto
2671
- engine_version: "2.9.167"
2672
- device:
2673
- type: tv
2674
- brand: PH
2675
- model: NetTV Series
2676
- os_family: GNU/Linux
2677
- browser_family: Opera
2678
- -
2679
- user_agent: Opera/9.80 (Linux i686; U; HbbTV/1.1.1 (; Philips; ; ; ; ) CE-HTML/1.0 NETTV/4.0.1; en) Presto/2.10.250 Version/11.60
2680
- os:
2681
- name: GNU/Linux
2682
- short_name: LIN
2683
- version: ""
2684
- platform: x86
2685
- client:
2686
- type: browser
2687
- name: Opera
2688
- short_name: OP
2689
- version: "11.60"
2690
- engine: Presto
2691
- engine_version: "2.10.250"
2692
- device:
2693
- type: tv
2694
- brand: PH
2695
- model: NetTV Series
2696
- os_family: GNU/Linux
2697
- browser_family: Opera
2698
- -
2699
- user_agent: Opera/9.80(Linux armv7l; U; CE-HTML/1.0 NETTV/3.0.1; PHILIPS-AVM-2012; xx) Presto/2.10.250 Version/11.6
2700
- os:
2701
- name: GNU/Linux
2702
- short_name: LIN
2703
- version: ""
2704
- platform: ARM
2705
- client:
2706
- type: browser
2707
- name: Opera
2708
- short_name: OP
2709
- version: "11.6"
2710
- engine: Presto
2711
- engine_version: "2.10.250"
2712
- device:
2713
- type: tv
2714
- brand: PH
2715
- model: NetTV Series
2716
- os_family: GNU/Linux
2717
- browser_family: Opera
2718
- -
2719
- user_agent: 'Opera/9.80 (Linux armv7l; HbbTV/1.2.1 (; Philips; ; ; PHILIPSTV; ) CE-HTML/1.0 NETTV/4.4.1 SmartTvA/3.0.0 Firmware/010.001.072.040 (PhilipsTV, 3.1.1,)en) Presto/2.12.407 Version/12.50'
2720
- os:
2721
- name: GNU/Linux
2722
- short_name: LIN
2723
- version: ""
2724
- platform: ARM
2725
- client:
2726
- type: browser
2727
- name: Opera
2728
- short_name: OP
2729
- version: "12.50"
2730
- engine: Presto
2731
- engine_version: "2.12.407"
2732
- device:
2733
- type: tv
2734
- brand: PH
2735
- model: NetTV Series
2736
- os_family: GNU/Linux
2737
- browser_family: Opera
2738
- -
2739
- user_agent: Mozilla/5.0 (Linux; Android 8.0.0; TPM171E Build/OC) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Safari/537.36 OPR/52.4.2517.140781
2740
- os:
2741
- name: Android
2742
- short_name: AND
2743
- version: "8.0.0"
2744
- platform: ""
2745
- client:
2746
- type: browser
2747
- name: Opera
2748
- short_name: OP
2749
- version: "52.4.2517.140781"
2750
- engine: Blink
2751
- engine_version: ""
2752
- device:
2753
- type: tv
2754
- brand: PH
2755
- model: TPM171E
2756
- os_family: Android
2757
- browser_family: Opera
2758
- -
2759
- user_agent: Mozilla/5.0 (Linux; Andr0id 9.0; TPM191E Build/PTT1.181130.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36 OPR/32.0.2128.0 OMI/4.8.0.129.Sprinter7.124
2760
- os:
2761
- name: GNU/Linux
2762
- short_name: LIN
2763
- version: ""
2764
- platform: ""
2765
- client:
2766
- type: browser
2767
- name: Opera Devices
2768
- short_name: OH
2769
- version: "4.8.0.129"
2770
- engine: Blink
2771
- engine_version: ""
2772
- device:
2773
- type: tv
2774
- brand: PH
2775
- model: TPM191E
2776
- os_family: GNU/Linux
2777
- browser_family: Opera
2778
- -
2779
- user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; en-gb; POV_TV-HDMI-KB-01 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30
2780
- os:
2781
- name: Android
2782
- short_name: AND
2783
- version: "4.1.1"
2784
- platform: ""
2785
- client:
2786
- type: browser
2787
- name: Android Browser
2788
- short_name: AN
2789
- version: ""
2790
- engine: WebKit
2791
- engine_version: "534.30"
2792
- device:
2793
- type: tv
2794
- brand: PV
2795
- model: HDMI Smart TV Dongle
2796
- os_family: Android
2797
- browser_family: Android Browser
2798
- -
2799
- user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; nl-nl; POV_TV-HDMI-200BT Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30
2800
- os:
2801
- name: Android
2802
- short_name: AND
2803
- version: "4.1.1"
2804
- platform: ""
2805
- client:
2806
- type: browser
2807
- name: Android Browser
2808
- short_name: AN
2809
- version: ""
2810
- engine: WebKit
2811
- engine_version: "534.30"
2812
- device:
2813
- type: tv
2814
- brand: PV
2815
- model: Mini PC HDMI Dongle
2816
- os_family: Android
2817
- browser_family: Android Browser
2818
- -
2819
- user_agent: Mozilla/5.0 Linux; Android 7.1.1; R-TV BOX MINI+ AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.157 Safari/537.36
2820
- os:
2821
- name: Android
2822
- short_name: AND
2823
- version: "7.1.1"
2824
- platform: ""
2825
- client:
2826
- type: browser
2827
- name: Chrome
2828
- short_name: CH
2829
- version: "74.0.3729.157"
2830
- engine: Blink
2831
- engine_version: ""
2832
- device:
2833
- type: tv
2834
- brand: R2
2835
- model: Box MINI+
2836
- os_family: Android
2837
- browser_family: Chrome
2838
- -
2839
- user_agent: Mozilla/5.0 Linux; Android 7.1.2; R-TV BOXR10.03.d32 AppleWebKit/537.36 KHTML, like Gecko Chrome/73.0.3683.90 Safari/537.36
2840
- os:
2841
- name: Android
2842
- short_name: AND
2843
- version: "7.1.2"
2844
- platform: ""
2845
- client:
2846
- type: browser
2847
- name: Chrome
2848
- short_name: CH
2849
- version: "73.0.3683.90"
2850
- engine: Blink
2851
- engine_version: ""
2852
- device:
2853
- type: tv
2854
- brand: R2
2855
- model: Box R10
2856
- os_family: Android
2857
- browser_family: Chrome
2858
- -
2859
- user_agent: Mozilla/5.0 Linux; Android 7.1.1; R-TV BOX S10 AppleWebKit/537.36 KHTML, like Gecko Chrome/75.0.3770.101 Safari/537.36
2860
- os:
2861
- name: Android
2862
- short_name: AND
2863
- version: "7.1.1"
2864
- platform: ""
2865
- client:
2866
- type: browser
2867
- name: Chrome
2868
- short_name: CH
2869
- version: "75.0.3770.101"
2870
- engine: Blink
2871
- engine_version: ""
2872
- device:
2873
- type: tv
2874
- brand: R2
2875
- model: Box S10
2876
- os_family: Android
2877
- browser_family: Chrome
2878
- -
2879
- user_agent: Mozilla/5.0 (Linux; Android 7.1.2; R-TV BOX X10 Build/NHG47L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.109 Safari/537.36
2880
- os:
2881
- name: Android
2882
- short_name: AND
2883
- version: "7.1.2"
2884
- platform: ""
2885
- client:
2886
- type: browser
2887
- name: Chrome
2888
- short_name: CH
2889
- version: "65.0.3325.109"
2890
- engine: Blink
2891
- engine_version: ""
2892
- device:
2893
- type: tv
2894
- brand: R2
2895
- model: Box X10
2896
- os_family: Android
2897
- browser_family: Chrome
2898
- -
2899
- user_agent: Mozilla/5.0 Linux; Android 8.1.0; R-TV BOX X10 PRO Build/OPM1.171019.011 AppleWebKit/537.36 KHTML, like Gecko Chrome/65.0.3325.109 Safari/537.36
2900
- os:
2901
- name: Android
2902
- short_name: AND
2903
- version: "8.1.0"
2904
- platform: ""
2905
- client:
2906
- type: browser
2907
- name: Chrome
2908
- short_name: CH
2909
- version: "65.0.3325.109"
2910
- engine: Blink
2911
- engine_version: ""
2912
- device:
2913
- type: tv
2914
- brand: R2
2915
- model: Box X10 PRO
2916
- os_family: Android
2917
- browser_family: Chrome
2918
- -
2919
- user_agent: Mozilla/5.0 Linux; Android 7.1.2; R-TV BOX X99.02.00.d32 Build/NHG47K; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/74.0.3729.136 Safari/537.36
2920
- os:
2921
- name: Android
2922
- short_name: AND
2923
- version: "7.1.2"
2924
- platform: ""
2925
- client:
2926
- type: browser
2927
- name: Chrome Webview
2928
- short_name: CV
2929
- version: "74.0.3729.136"
2930
- engine: Blink
2931
- engine_version: ""
2932
- device:
2933
- type: tv
2934
- brand: R2
2935
- model: Box X99
2936
- os_family: Android
2937
- browser_family: Chrome
2938
- -
2939
- user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Rombica Infinity K8 Build/LMY48G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.93 Safari/537.36
2940
- os:
2941
- name: Android
2942
- short_name: AND
2943
- version: "5.1.1"
2944
- platform: ""
2945
- client:
2946
- type: browser
2947
- name: Chrome
2948
- short_name: CH
2949
- version: "39.0.2171.93"
2950
- engine: Blink
2951
- engine_version: ""
2952
- device:
2953
- type: tv
2954
- brand: R3
2955
- model: Infinity K8
2956
- os_family: Android
2957
- browser_family: Chrome
2958
- -
2959
- user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Rombica Smart Box 4K V001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Safari/537.36
2960
- os:
2961
- name: Android
2962
- short_name: AND
2963
- version: "4.4.2"
2964
- platform: ""
2965
- client:
2966
- type: browser
2967
- name: Chrome
2968
- short_name: CH
2969
- version: "79.0.3945.136"
2970
- engine: Blink
2971
- engine_version: ""
2972
- device:
2973
- type: tv
2974
- brand: R3
2975
- model: Smart Box 4K V001
2976
- os_family: Android
2977
- browser_family: Chrome
2978
- -
2979
- user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Rombica Smart Box Quad Build/SBQ-A0310) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Safari/537.36
2980
- os:
2981
- name: Android
2982
- short_name: AND
2983
- version: "4.4.2"
2984
- platform: ""
2985
- client:
2986
- type: browser
2987
- name: Chrome Webview
2988
- short_name: CV
2989
- version: "30.0.0.0"
2990
- engine: Blink
2991
- engine_version: ""
2992
- device:
2993
- type: tv
2994
- brand: R3
2995
- model: Smart Box Quad
2996
- os_family: Android
2997
- browser_family: Chrome
2998
- -
2999
- user_agent: Mozilla/5.0 (Linux; Android 4.4.2; Rombica Smart Box Ultra HD v002) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36
3000
- os:
3001
- name: Android
3002
- short_name: AND
3003
- version: "4.4.2"
3004
- platform: ""
3005
- client:
3006
- type: browser
3007
- name: Chrome
3008
- short_name: CH
3009
- version: "78.0.3904.108"
3010
- engine: Blink
3011
- engine_version: ""
3012
- device:
3013
- type: tv
3014
- brand: R3
3015
- model: Smart Box Ultra HD v002
3016
- os_family: Android
3017
- browser_family: Chrome
3018
- -
3019
- user_agent: Mozilla/5.0 (Linux; arm; Android 7.1; Rombica Smart Box v005) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 YaBrowser/19.7.2.90.01 Safari/537.36
3020
- os:
3021
- name: Android
3022
- short_name: AND
3023
- version: "7.1"
3024
- platform: ARM
3025
- client:
3026
- type: browser
3027
- name: Yandex Browser
3028
- short_name: YA
3029
- version: "19.7.2.90.01"
3030
- engine: Blink
3031
- engine_version: ""
3032
- device:
3033
- type: tv
3034
- brand: R3
3035
- model: Smart Box v005
3036
- os_family: Android
3037
- browser_family: Unknown
3038
- -
3039
- user_agent: Mozilla/5.0 (Linux; Android 7.1.2; SSQ-A0500) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Safari/537.36
3040
- os:
3041
- name: Android
3042
- short_name: AND
3043
- version: "7.1.2"
3044
- platform: ""
3045
- client:
3046
- type: browser
3047
- name: Chrome
3048
- short_name: CH
3049
- version: "75.0.3770.143"
3050
- engine: Blink
3051
- engine_version: ""
3052
- device:
3053
- type: tv
3054
- brand: R3
3055
- model: Smart Stick 4K
3056
- os_family: Android
3057
- browser_family: Chrome
3058
- -
3059
- user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; tr-tr; MK808 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30
3060
- os:
3061
- name: Android
3062
- short_name: AND
3063
- version: "4.1.1"
3064
- platform: ""
3065
- client:
3066
- type: browser
3067
- name: Android Browser
3068
- short_name: AN
3069
- version: ""
3070
- engine: WebKit
3071
- engine_version: "534.30"
3072
- device:
3073
- type: tv
3074
- brand: RI
3075
- model: MK808
3076
- os_family: Android
3077
- browser_family: Android Browser
3078
- -
3079
- user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; mk808b Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30
3080
- os:
3081
- name: Android
3082
- short_name: AND
3083
- version: "4.2.2"
3084
- platform: ""
3085
- client:
3086
- type: browser
3087
- name: Android Browser
3088
- short_name: AN
3089
- version: ""
3090
- engine: WebKit
3091
- engine_version: "534.30"
3092
- device:
3093
- type: tv
3094
- brand: RI
3095
- model: MK808b
3096
- os_family: Android
3097
- browser_family: Android Browser
3098
- -
3099
- user_agent: Roku/DVP-5.2 (025.02E03197A)
3100
- os: [ ]
3101
- client: null
3102
- device:
3103
- type: tv
3104
- brand: RK
3105
- model: Digital Video Player
3106
- os_family: Unknown
3107
- browser_family: Unknown
3108
- -
3109
- user_agent: Mozilla/5.0 (Linux; Android 7.1.2; TB-PO1 Build/NHG47L) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36
3110
- os:
3111
- name: Android
3112
- short_name: AND
3113
- version: "7.1.2"
3114
- platform: ""
3115
- client:
3116
- type: browser
3117
- name: Chrome
3118
- short_name: CH
3119
- version: "56.0.2924.87"
3120
- engine: Blink
3121
- engine_version: ""
3122
- device:
3123
- type: tv
3124
- brand: S9
3125
- model: TB-PO1
3126
- os_family: Android
3127
- browser_family: Chrome
3128
- -
3129
- user_agent: Mozilla/4.0 (compatible; Gecko/20041115) Maple 5.0.0 Navi
3130
- os: [ ]
3131
- client: null
3132
- device:
3133
- type: tv
3134
- brand: SA
3135
- model: ""
3136
- os_family: Unknown
3137
- browser_family: Unknown
3138
- -
3139
- user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; GT-B9150 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30
3140
- os:
3141
- name: Android
3142
- short_name: AND
3143
- version: "4.2.2"
3144
- platform: ""
3145
- client:
3146
- type: browser
3147
- name: Android Browser
3148
- short_name: AN
3149
- version: ""
3150
- engine: WebKit
3151
- engine_version: "534.30"
3152
- device:
3153
- type: tv
3154
- brand: SA
3155
- model: Home Sync
3156
- os_family: Android
3157
- browser_family: Android Browser
3158
- -
3159
- user_agent: Mozilla/5.0 (SmartHub; SMART-TV; U; Linux/SmartTV; Maple2012)
3160
- os:
3161
- name: GNU/Linux
3162
- short_name: LIN
3163
- version: ""
3164
- platform: ""
3165
- client: null
3166
- device:
3167
- type: tv
3168
- brand: SA
3169
- model: Smart TV
3170
- os_family: GNU/Linux
3171
- browser_family: Unknown
3172
- -
3173
- user_agent: Mozilla/5.0 (SMART-TV; X11; Linux i686) AppleWebKit/535.20+ (KHTML, like Gecko) Version/5.0 Safari/535.20+
3174
- os:
3175
- name: GNU/Linux
3176
- short_name: LIN
3177
- version: ""
3178
- platform: x86
3179
- client:
3180
- type: browser
3181
- name: Safari
3182
- short_name: SF
3183
- version: "5.0"
3184
- engine: WebKit
3185
- engine_version: "535.20"
3186
- device:
3187
- type: tv
3188
- brand: SA
3189
- model: Smart TV
3190
- os_family: GNU/Linux
3191
- browser_family: Safari
3192
- -
3193
- user_agent: Mozilla/5.0 (SMART-TV; Linux; Tizen 2.3) AppleWebkit/538.1 (KHTML, like Gecko) SamsungBrowser/1.0 TV Safari/538.1
3194
- os:
3195
- name: Tizen
3196
- short_name: TIZ
3197
- version: "2.3"
3198
- platform: ""
3199
- client:
3200
- type: browser
3201
- name: Samsung Browser
3202
- short_name: SB
3203
- version: "1.0"
3204
- engine: WebKit
3205
- engine_version: "538.1"
3206
- device:
3207
- type: tv
3208
- brand: SA
3209
- model: Smart TV
3210
- os_family: Other Mobile
3211
- browser_family: Chrome
3212
- -
3213
- user_agent: HbbTV/1.1.1 (;;;;;) Maple_2011
3214
- os: [ ]
3215
- client: null
3216
- device:
3217
- type: tv
3218
- brand: SA
3219
- model: Smart TV 2011
3220
- os_family: Unknown
3221
- browser_family: Unknown
3222
- -
3223
- user_agent: HbbTV/1.1.1 (;Samsung;SmartTV2012;;;) WebKit
3224
- os: [ ]
3225
- client: null
3226
- device:
3227
- type: tv
3228
- brand: SA
3229
- model: Smart TV 2012
3230
- os_family: Unknown
3231
- browser_family: Unknown
3232
- -
3233
- user_agent: HbbTV/1.1.1 (;Samsung;SmartTV2013;BPH-F8509EUB-1003.2;;) WebKit
3234
- os: [ ]
3235
- client: null
3236
- device:
3237
- type: tv
3238
- brand: SA
3239
- model: Smart TV 2013
3240
- os_family: Unknown
3241
- browser_family: Unknown
3242
- -
3243
- user_agent: HbbTV/1.1.1 (;Samsung;SmartTV2014;T-MST14DEUC-1106.1;;) WebKit
3244
- os: [ ]
3245
- client: null
3246
- device:
3247
- type: tv
3248
- brand: SA
3249
- model: Smart TV 2014
3250
- os_family: Unknown
3251
- browser_family: Unknown
3252
- -
3253
- user_agent: HbbTV/1.2.1 (+DRM;Samsung;SmartTV2017;T-KTMDEUC-1151.1;;)+TVPLUS+SmartHubLink Chrome
3254
- os: [ ]
3255
- client:
3256
- type: browser
3257
- name: Chrome
3258
- short_name: CH
3259
- version: ""
3260
- engine: WebKit
3261
- engine_version: ""
3262
- device:
3263
- type: tv
3264
- brand: SA
3265
- model: Smart TV 2017
3266
- os_family: Unknown
3267
- browser_family: Chrome
3268
- -
3269
- user_agent: SmartTV/1.0.0 (SAMSUNG;OTV-SMT-E5015;0x01;BAC.2012.05.12)
3270
- os: [ ]
3271
- client: null
3272
- device:
3273
- type: tv
3274
- brand: SA
3275
- model: SMT-E5015
3276
- os_family: Unknown
3277
- browser_family: Unknown
3278
- -
3279
- user_agent: Mozilla/5.0 (Linux; olleh tv; U; xx; SMT-E5015) AppleWebKit/536.25 (KHTML, like Gecko) AltiBrowser/3.0.4 (olleh tv; Large Screen) Safari/536.25
3280
- os:
3281
- name: GNU/Linux
3282
- short_name: LIN
3283
- version: ""
3284
- platform: ""
3285
- client:
3286
- type: browser
3287
- name: Safari
3288
- short_name: SF
3289
- version: ""
3290
- engine: WebKit
3291
- engine_version: "536.25"
3292
- device:
3293
- type: tv
3294
- brand: SA
3295
- model: SMT-E5015
3296
- os_family: GNU/Linux
3297
- browser_family: Safari
3298
- -
3299
- user_agent: DLNADOC/1.50 SHARP-AQUOS-DMP/2.0W
3300
- os: [ ]
3301
- client: null
3302
- device:
3303
- type: tv
3304
- brand: SH
3305
- model: Aquos Net Plus
3306
- os_family: Unknown
3307
- browser_family: Unknown
3308
- -
3309
- user_agent: Mozilla/5.0 (DTV) AppleWebKit/531.2+ (KHTML, like Gecko) Espial/6.1.5 AQUOSBrowser/2.0 (US01DTV;V;0001;0001)
3310
- os: [ ]
3311
- client:
3312
- type: browser
3313
- name: Espial TV Browser
3314
- short_name: ES
3315
- version: "6.1.5"
3316
- engine: WebKit
3317
- engine_version: "531.2"
3318
- device:
3319
- type: tv
3320
- brand: SH
3321
- model: Aquos Net Plus
3322
- os_family: Unknown
3323
- browser_family: Unknown
3324
- -
3325
- user_agent: Opera/9.80 (Linux armv6l; U; en) Presto/2.8.115 Version/11.10 AQUOS-AS/1.0 LC-40LE835X
3326
- os:
3327
- name: GNU/Linux
3328
- short_name: LIN
3329
- version: ""
3330
- platform: ARM
3331
- client:
3332
- type: browser
3333
- name: Opera
3334
- short_name: OP
3335
- version: "11.10"
3336
- engine: Presto
3337
- engine_version: "2.8.115"
3338
- device:
3339
- type: tv
3340
- brand: SH
3341
- model: LC-40LE835X
3342
- os_family: GNU/Linux
3343
- browser_family: Opera
3344
- -
3345
- user_agent: Mozilla/5.0 (DTV) AppleWebKit/531.2+ (KHTML, like Gecko) Espial/6.0.5 AQUOSBrowser/1.0 (AS00DTV;V;0001;0001) AQUOS-AS/2.0 LC-46LX840H
3346
- os: [ ]
3347
- client:
3348
- type: browser
3349
- name: Espial TV Browser
3350
- short_name: ES
3351
- version: "6.0.5"
3352
- engine: WebKit
3353
- engine_version: "531.2"
3354
- device:
3355
- type: tv
3356
- brand: SH
3357
- model: LC-46LX840H
3358
- os_family: Unknown
3359
- browser_family: Unknown
3360
- -
3361
- user_agent: Mozilla/5.0 (DTV) AppleWebKit/531.2+ (KHTML, like Gecko) Espial/6.1.6 AQUOSBrowser/1.0 (AS00DTV;V;0001;0001)AQUOS-AS/2.0 LC-60LX850H
3362
- os: [ ]
3363
- client:
3364
- type: browser
3365
- name: Espial TV Browser
3366
- short_name: ES
3367
- version: "6.1.6"
3368
- engine: WebKit
3369
- engine_version: "531.2"
3370
- device:
3371
- type: tv
3372
- brand: SH
3373
- model: LC-60LX850H
3374
- os_family: Unknown
3375
- browser_family: Unknown
3376
- -
3377
- user_agent: Mozilla/5.0 (DTV) AppleWebKit/531.2+ (KHTML, like Gecko) Espial/6.1.12 AQUOSBrowser/1.0 (AS00DTV;V;0001;0001)AQUOS-AS/2.0 LC-60UQ10E
3378
- os: [ ]
3379
- client:
3380
- type: browser
3381
- name: Espial TV Browser
3382
- short_name: ES
3383
- version: "6.1.12"
3384
- engine: WebKit
3385
- engine_version: "531.2"
3386
- device:
3387
- type: tv
3388
- brand: SH
3389
- model: LC-60UQ10E
3390
- os_family: Unknown
3391
- browser_family: Unknown
3392
- -
3393
- user_agent: Opera/9.80 (Linux mips; U; NETRANGEMMH; Sharp; HbbTV/1.1.1; CE-HTML/1.0; LE542E; FT; LC:deu; CC:che;; en) Presto/2.9.167 Version/11.50
3394
- os:
3395
- name: GNU/Linux
3396
- short_name: LIN
3397
- version: ""
3398
- platform: ""
3399
- client:
3400
- type: browser
3401
- name: Opera
3402
- short_name: OP
3403
- version: "11.50"
3404
- engine: Presto
3405
- engine_version: "2.9.167"
3406
- device:
3407
- type: tv
3408
- brand: SH
3409
- model: LE542E
3410
- os_family: GNU/Linux
3411
- browser_family: Opera
3412
- -
3413
- user_agent: Opera/9.80 (Linux sh4; HbbTV/1.2.1 (;Sharp;LE652;v0.1.43.5;;) CE-HTML/1.0 Config(L:deu,CC:DEU) NETRANGEMMH) Presto/2.12.362 Version/12.10
3414
- os:
3415
- name: GNU/Linux
3416
- short_name: LIN
3417
- version: ""
3418
- platform: ""
3419
- client:
3420
- type: browser
3421
- name: Opera
3422
- short_name: OP
3423
- version: "12.10"
3424
- engine: Presto
3425
- engine_version: "2.12.362"
3426
- device:
3427
- type: tv
3428
- brand: SH
3429
- model: LE652
3430
- os_family: GNU/Linux
3431
- browser_family: Opera
3432
- -
3433
- user_agent: Opera/9.80 (Linux mips; U; HbbTV/1.1.1 ( ; Sharp; LE737; 690.1; 1.32;); en) Presto/2.9.167 Version/11.50
3434
- os:
3435
- name: GNU/Linux
3436
- short_name: LIN
3437
- version: ""
3438
- platform: ""
3439
- client:
3440
- type: browser
3441
- name: Opera
3442
- short_name: OP
3443
- version: "11.50"
3444
- engine: Presto
3445
- engine_version: "2.9.167"
3446
- device:
3447
- type: tv
3448
- brand: SH
3449
- model: LE737
3450
- os_family: GNU/Linux
3451
- browser_family: Opera
3452
- -
3453
- user_agent: Opera/9.80 (Linux sh4; HbbTV/1.2.1 (;Sharp;LE750;v0.100;;) CE-HTML/1.0 Config(L:eng,CC:DEU) NETRANGEMMH) Presto/2.12.362 Version/12.10
3454
- os:
3455
- name: GNU/Linux
3456
- short_name: LIN
3457
- version: ""
3458
- platform: ""
3459
- client:
3460
- type: browser
3461
- name: Opera
3462
- short_name: OP
3463
- version: "12.10"
3464
- engine: Presto
3465
- engine_version: "2.12.362"
3466
- device:
3467
- type: tv
3468
- brand: SH
3469
- model: LE750
3470
- os_family: GNU/Linux
3471
- browser_family: Opera
3472
- -
3473
- user_agent: Opera/9.80 (Linux sh4; HbbTV/1.2.1 (;Sharp;LE752;v0.1.18.1;;) CE-HTML/1.0 Config(L:eng,CC:DEU) NETRANGEMMH) Presto/2.12.362 Version/12.10
3474
- os:
3475
- name: GNU/Linux
3476
- short_name: LIN
3477
- version: ""
3478
- platform: ""
3479
- client:
3480
- type: browser
3481
- name: Opera
3482
- short_name: OP
3483
- version: "12.10"
3484
- engine: Presto
3485
- engine_version: "2.12.362"
3486
- device:
3487
- type: tv
3488
- brand: SH
3489
- model: LE752
3490
- os_family: GNU/Linux
3491
- browser_family: Opera
3492
- -
3493
- user_agent: Opera/9.80 (Linux mips; U; ; xx) Presto/2.10.287 Version/12.00 HbbTV/1.1.1 (; CUS:SHARP; MB95; 2.1.9.o; 1.0;) CE-HTML/1.0 NETRANGEMMH iplayerV3
3494
- os:
3495
- name: GNU/Linux
3496
- short_name: LIN
3497
- version: ""
3498
- platform: ""
3499
- client:
3500
- type: browser
3501
- name: Opera
3502
- short_name: OP
3503
- version: "12.00"
3504
- engine: Presto
3505
- engine_version: "2.10.287"
3506
- device:
3507
- type: tv
3508
- brand: SH
3509
- model: MB95
3510
- os_family: GNU/Linux
3511
- browser_family: Opera
3512
- -
3513
- user_agent: Opera/9.80 (Linux mips; ) Presto/2.12.407 Version/12.51 MB90/3.3.8.e (SHARP, Si2156LG32, wired) HbbTV/1.1.1 (; CUS:SHARP; MB90; 3.3.8.e; 1.0;) CE-HTML/1.0 NETRANGEMMH iplayerV3
3514
- os:
3515
- name: GNU/Linux
3516
- short_name: LIN
3517
- version: ""
3518
- platform: ""
3519
- client:
3520
- type: browser
3521
- name: Opera
3522
- short_name: OP
3523
- version: "12.51"
3524
- engine: Presto
3525
- engine_version: "2.12.407"
3526
- device:
3527
- type: tv
3528
- brand: SH
3529
- model: Si2156LG32
3530
- os_family: GNU/Linux
3531
- browser_family: Opera
3532
- -
3533
- user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; Skyworth 8K55 E680 Build/IMM76L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30
3534
- os:
3535
- name: Android
3536
- short_name: AND
3537
- version: "4.0.4"
3538
- platform: ""
3539
- client:
3540
- type: browser
3541
- name: Android Browser
3542
- short_name: AN
3543
- version: ""
3544
- engine: WebKit
3545
- engine_version: "534.30"
3546
- device:
3547
- type: tv
3548
- brand: SK
3549
- model: 8K55 E680
3550
- os_family: Android
3551
- browser_family: Android Browser
3552
- -
3553
- user_agent: HbbTV/1.1.1 (+PVR;Sky_worth;HC7620;2.07.12;1.0;)CE-HTML/1.0 Skykid/5.1.6.2.04
3554
- os: [ ]
3555
- client: null
3556
- device:
3557
- type: tv
3558
- brand: SK
3559
- model: HC7620
3560
- os_family: Unknown
3561
- browser_family: Unknown
3562
- -
3563
- user_agent: Opera/9.80 (Linux armv6l; Opera TV Store/5606) Presto/2.12.362 Version/12.11 Model/Sony-BDP9G_AXD SonyCEBrowser/1.0 (BDP9G_AXD; BDP2014/M20.R.0164; TWN)
3564
- os:
3565
- name: GNU/Linux
3566
- short_name: LIN
3567
- version: ""
3568
- platform: ARM
3569
- client:
3570
- type: browser
3571
- name: Opera
3572
- short_name: OP
3573
- version: "12.11"
3574
- engine: Presto
3575
- engine_version: "2.12.362"
3576
- device:
3577
- type: tv
3578
- brand: SO
3579
- model: BDP9G AXD
3580
- os_family: GNU/Linux
3581
- browser_family: Opera
3582
- -
3583
- user_agent: Opera/9.80 (Linux armv6l; Opera TV Store/5599; (SonyBDP/BDV13)) Presto/2.12.362 Version/12.11
3584
- os:
3585
- name: GNU/Linux
3586
- short_name: LIN
3587
- version: ""
3588
- platform: ARM
3589
- client:
3590
- type: browser
3591
- name: Opera
3592
- short_name: OP
3593
- version: "12.11"
3594
- engine: Presto
3595
- engine_version: "2.12.362"
3596
- device:
3597
- type: tv
3598
- brand: SO
3599
- model: Blu-ray Player
3600
- os_family: GNU/Linux
3601
- browser_family: Opera
3602
- -
3603
- user_agent: Mozilla/5.0 (Linux; Android 7.0; BRAVIA 2015 Build/NRD91N.S34; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36
3604
- os:
3605
- name: Android
3606
- short_name: AND
3607
- version: "7.0"
3608
- platform: ""
3609
- client:
3610
- type: browser
3611
- name: Chrome Webview
3612
- short_name: CV
3613
- version: "71.0.3578.99"
3614
- engine: Blink
3615
- engine_version: ""
3616
- device:
3617
- type: tv
3618
- brand: SO
3619
- model: Bravia 2015
3620
- os_family: Android
3621
- browser_family: Chrome
3622
- -
3623
- user_agent: TV Bro/1.0 Mozilla/5.0 (Linux; Android 8.0.0; BRAVIA 2K GB ATV3 Build/OPR2.170623.027.S30; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/79.0.3945.93 Safari/537.36
3624
- os:
3625
- name: Android
3626
- short_name: AND
3627
- version: "8.0.0"
3628
- platform: ""
3629
- client:
3630
- type: browser
3631
- name: TV Bro
3632
- short_name: TV
3633
- version: "1.0"
3634
- engine: WebKit
3635
- engine_version: "537.36"
3636
- device:
3637
- type: tv
3638
- brand: SO
3639
- model: Bravia 2K GB ATV3
3640
- os_family: Android
3641
- browser_family: Chrome
3642
- -
3643
- user_agent: Mozilla/5.0 (Linux; Android 7.0; BRAVIA 4K 2015 Build/NRD91N.S34) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Mobile Safari/537.36
3644
- os:
3645
- name: Android
3646
- short_name: AND
3647
- version: "7.0"
3648
- platform: ""
3649
- client:
3650
- type: browser
3651
- name: Chrome Mobile
3652
- short_name: CM
3653
- version: "67.0.3396.87"
3654
- engine: Blink
3655
- engine_version: ""
3656
- device:
3657
- type: tv
3658
- brand: SO
3659
- model: Bravia 4K 2015
3660
- os_family: Android
3661
- browser_family: Chrome
3662
- -
3663
- user_agent: TV Bro/1.0 Mozilla/5.0 (Linux; Android 7.0; BRAVIA 4K GB Build/NRD91N.S139; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/77.0.3865.92 Safari/537.36
3664
- os:
3665
- name: Android
3666
- short_name: AND
3667
- version: "7.0"
3668
- platform: ""
3669
- client:
3670
- type: browser
3671
- name: TV Bro
3672
- short_name: TV
3673
- version: "1.0"
3674
- engine: WebKit
3675
- engine_version: "537.36"
3676
- device:
3677
- type: tv
3678
- brand: SO
3679
- model: Bravia 4K GB
3680
- os_family: Android
3681
- browser_family: Chrome
3682
- -
3683
- user_agent: Mozilla/5.0 (Linux; Android 7.0; BRAVIA 4K GB ATV3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36
3684
- os:
3685
- name: Android
3686
- short_name: AND
3687
- version: "7.0"
3688
- platform: ""
3689
- client:
3690
- type: browser
3691
- name: Chrome Mobile
3692
- short_name: CM
3693
- version: "78.0.3904.108"
3694
- engine: Blink
3695
- engine_version: ""
3696
- device:
3697
- type: tv
3698
- brand: SO
3699
- model: Bravia 4K GB ATV3
3700
- os_family: Android
3701
- browser_family: Chrome
3702
- -
3703
- user_agent: Mozilla/5.0 (Linux; Android 8.0.0; BRAVIA 4K UR2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.96 Mobile Safari/537.36
3704
- os:
3705
- name: Android
3706
- short_name: AND
3707
- version: "8.0.0"
3708
- platform: ""
3709
- client:
3710
- type: browser
3711
- name: Chrome Mobile
3712
- short_name: CM
3713
- version: "78.0.3904.96"
3714
- engine: Blink
3715
- engine_version: ""
3716
- device:
3717
- type: tv
3718
- brand: SO
3719
- model: Bravia 4K UR2
3720
- os_family: Android
3721
- browser_family: Chrome
3722
- -
3723
- user_agent: Opera/9.80 (Linux armv7l; Opera TV Store/6219) Presto/2.12.407 Version/12.50 Model/Sony-KD-55X8500B SonyCEBrowser/1.0 (KD-55X8500B; CTV2014/PKG2.263GAA; AUS)
3724
- os:
3725
- name: GNU/Linux
3726
- short_name: LIN
3727
- version: ""
3728
- platform: ARM
3729
- client:
3730
- type: browser
3731
- name: Opera
3732
- short_name: OP
3733
- version: "12.50"
3734
- engine: Presto
3735
- engine_version: "2.12.407"
3736
- device:
3737
- type: tv
3738
- brand: SO
3739
- model: KD-55X8500B
3740
- os_family: GNU/Linux
3741
- browser_family: Opera
3742
- -
3743
- user_agent: Mozilla/5.0 (Linux armv7l) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36 OPR/22.0.1481.0 OMI/4.2.12.48.ALSAN3.122 HbbTV/1.2.1 (; Sony; KD-55XD8577; v3.925; 2015;) sony.hbbtv.tv.2015HE
3744
- os:
3745
- name: GNU/Linux
3746
- short_name: LIN
3747
- version: ""
3748
- platform: ARM
3749
- client:
3750
- type: browser
3751
- name: Opera Devices
3752
- short_name: OH
3753
- version: "4.2.12.48"
3754
- engine: Blink
3755
- engine_version: ""
3756
- device:
3757
- type: tv
3758
- brand: SO
3759
- model: KD-55XD8577
3760
- os_family: GNU/Linux
3761
- browser_family: Opera
3762
- -
3763
- user_agent: Mozilla/5.0 (Linux armv7l) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36 OPR/29.0.1803.0 OMI/4.5.23.37.ALSAN5.131 HbbTV/1.2.1 (; Sony; KD-65ZD9; v1.602671100; 2016;) sony.hbbtv.tv.2016HE
3764
- os:
3765
- name: GNU/Linux
3766
- short_name: LIN
3767
- version: ""
3768
- platform: ARM
3769
- client:
3770
- type: browser
3771
- name: Opera Devices
3772
- short_name: OH
3773
- version: "4.5.23.37"
3774
- engine: Blink
3775
- engine_version: ""
3776
- device:
3777
- type: tv
3778
- brand: SO
3779
- model: KD-65ZD9
3780
- os_family: GNU/Linux
3781
- browser_family: Opera
3782
- -
3783
- user_agent: Opera/9.80 (Linux mips; Opera TV Store/4510; U; en) Presto/2.10.250 Version/11.60 Model/Sony-KDL-32EX550 SonyCEBrowser/1.0 (KDL-32EX550; CTV/PKG2.120GAA; IND)
3784
- os:
3785
- name: GNU/Linux
3786
- short_name: LIN
3787
- version: ""
3788
- platform: ""
3789
- client:
3790
- type: browser
3791
- name: Opera
3792
- short_name: OP
3793
- version: "11.60"
3794
- engine: Presto
3795
- engine_version: "2.10.250"
3796
- device:
3797
- type: tv
3798
- brand: SO
3799
- model: KDL-32EX550
3800
- os_family: GNU/Linux
3801
- browser_family: Opera
3802
- -
3803
- user_agent: Mozilla/5.0 (Linux armv7l) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36 OPR/22.0.1481.0 OMI/4.2.12.48.ALSAN3.122 HbbTV/1.2.1 (; Sony; KDL-65W859C; v3.925; 2015;) sony.hbbtv.tv.2015HE
3804
- os:
3805
- name: GNU/Linux
3806
- short_name: LIN
3807
- version: ""
3808
- platform: ARM
3809
- client:
3810
- type: browser
3811
- name: Opera Devices
3812
- short_name: OH
3813
- version: "4.2.12.48"
3814
- engine: Blink
3815
- engine_version: ""
3816
- device:
3817
- type: tv
3818
- brand: SO
3819
- model: KDL-65W859
3820
- os_family: GNU/Linux
3821
- browser_family: Opera
3822
- -
3823
- user_agent: 'Opera/9.80 (Linux mips; U; HbbTV/1.1.1 (; Sony; KDL32CX525; PKG4.008EUA; 2011;);; en) Presto/2.7.61 Version/11.00'
3824
- os:
3825
- name: GNU/Linux
3826
- short_name: LIN
3827
- version: ""
3828
- platform: ""
3829
- client:
3830
- type: browser
3831
- name: Opera
3832
- short_name: OP
3833
- version: "11.00"
3834
- engine: Presto
3835
- engine_version: "2.7.61"
3836
- device:
3837
- type: tv
3838
- brand: SO
3839
- model: KDL32CX525
3840
- os_family: GNU/Linux
3841
- browser_family: Opera
3842
- -
3843
- user_agent: 'Opera/9.80 (Linux armv7l; U; HbbTV/1.1.1 (; Sony; KDL40HX758; PKG1.212EUA; 2013;);; en) Presto/2.10.287 Version/12.00'
3844
- os:
3845
- name: GNU/Linux
3846
- short_name: LIN
3847
- version: ""
3848
- platform: ARM
3849
- client:
3850
- type: browser
3851
- name: Opera
3852
- short_name: OP
3853
- version: "12.00"
3854
- engine: Presto
3855
- engine_version: "2.10.287"
3856
- device:
3857
- type: tv
3858
- brand: SO
3859
- model: KDL40HX758
3860
- os_family: GNU/Linux
3861
- browser_family: Opera
3862
- -
3863
- user_agent: 'Opera/9.80 (Linux armv7l; HbbTV/1.1.1 (; Sony; KDL42W805A; PKG3.105EUA; 2013;); ) Presto/2.12.362 Version/12.11'
3864
- os:
3865
- name: GNU/Linux
3866
- short_name: LIN
3867
- version: ""
3868
- platform: ARM
3869
- client:
3870
- type: browser
3871
- name: Opera
3872
- short_name: OP
3873
- version: "12.11"
3874
- engine: Presto
3875
- engine_version: "2.12.362"
3876
- device:
3877
- type: tv
3878
- brand: SO
3879
- model: KDL42W805
3880
- os_family: GNU/Linux
3881
- browser_family: Opera
3882
- -
3883
- user_agent: Opera/9.80 (Linux armv7l; InettvBrowser/2.2 (00014A;SonyDTV115;0002;0100) KDL42W805A; CC/GBR) Presto/2.12.362 Version/12.11
3884
- os:
3885
- name: GNU/Linux
3886
- short_name: LIN
3887
- version: ""
3888
- platform: ARM
3889
- client:
3890
- type: browser
3891
- name: Opera
3892
- short_name: OP
3893
- version: "12.11"
3894
- engine: Presto
3895
- engine_version: "2.12.362"
3896
- device:
3897
- type: tv
3898
- brand: SO
3899
- model: KDL42W805A
3900
- os_family: GNU/Linux
3901
- browser_family: Opera
3902
- -
3903
- user_agent: 'Opera/9.80 (Linux armv7l; U; HbbTV/1.1.1 (; Sony; KDL46EX650; PKG0.002EUA; 2013;);; en) Presto/2.10.287 Version/12.00'
3904
- os:
3905
- name: GNU/Linux
3906
- short_name: LIN
3907
- version: ""
3908
- platform: ARM
3909
- client:
3910
- type: browser
3911
- name: Opera
3912
- short_name: OP
3913
- version: "12.00"
3914
- engine: Presto
3915
- engine_version: "2.10.287"
3916
- device:
3917
- type: tv
3918
- brand: SO
3919
- model: KDL46EX650
3920
- os_family: GNU/Linux
3921
- browser_family: Opera
3922
- -
3923
- user_agent: 'Opera/9.80 (Linux mips; U; HbbTV/1.1.1 (; Sony; KDL55NX725; PKG4.012EUA; 2011;);; en) Presto/2.7.61 Version/11.00'
3924
- os:
3925
- name: GNU/Linux
3926
- short_name: LIN
3927
- version: ""
3928
- platform: ""
3929
- client:
3930
- type: browser
3931
- name: Opera
3932
- short_name: OP
3933
- version: "11.00"
3934
- engine: Presto
3935
- engine_version: "2.7.61"
3936
- device:
3937
- type: tv
3938
- brand: SO
3939
- model: KDL55NX725
3940
- os_family: GNU/Linux
3941
- browser_family: Opera
3942
- -
3943
- user_agent: 'Mozilla/5.0 (;;;) AppleWebKit/534.6 HbbTV/1.1.1 (+DL+PVR; smart; CX10; 1.0; 1.0;) CE-HTML/1.0'
3944
- os: [ ]
3945
- client: null
3946
- device:
3947
- type: tv
3948
- brand: SR
3949
- model: CX10
3950
- os_family: Unknown
3951
- browser_family: Unknown
3952
- -
3953
- user_agent: 'Mozilla/5.0 (;;;) AppleWebKit/534.6 HbbTV/1.1.1 (+DL+PVR; smart; VX10; 1.0; 1.0;) CE-HTML/1.0'
3954
- os: [ ]
3955
- client: null
3956
- device:
3957
- type: tv
3958
- brand: SR
3959
- model: VX10
3960
- os_family: Unknown
3961
- browser_family: Unknown
3962
- -
3963
- user_agent: 'Mozilla/5.0 (;;;) AppleWebKit/534.6 HbbTV/1.1.1 (+DL+PVR; smart; ZAPPIX HD+; 1.0; 1.0;) CE-HTML/1.0'
3964
- os: [ ]
3965
- client: null
3966
- device:
3967
- type: tv
3968
- brand: SR
3969
- model: ZAPPIX HD+
3970
- os_family: Unknown
3971
- browser_family: Unknown
3972
- -
3973
- user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; STOREX LinkBox Build/20120103) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
3974
- os:
3975
- name: Android
3976
- short_name: AND
3977
- version: "2.3.4"
3978
- platform: ""
3979
- client:
3980
- type: browser
3981
- name: Android Browser
3982
- short_name: AN
3983
- version: ""
3984
- engine: WebKit
3985
- engine_version: "533.1"
3986
- device:
3987
- type: tv
3988
- brand: ST
3989
- model: LinkBox
3990
- os_family: Android
3991
- browser_family: Android Browser
3992
- -
3993
- user_agent: 'Mozilla/5.0 (;;;) AppleWebKit/534.6 HbbTV/1.1.1 (+DL+PVR; selevision; Selevision EMC1000i; 1.0; 1.0;) CE-HTML/1.0'
3994
- os: [ ]
3995
- client: null
3996
- device:
3997
- type: tv
3998
- brand: SV
3999
- model: EMC1000i
4000
- os_family: Unknown
4001
- browser_family: Unknown
4002
- -
4003
- user_agent: 'Mozilla/5.0 (;;;) AppleWebKit/534.6 HbbTV/1.1.1 (+DL+PVR; selevision; Selevision EMC1000i; 1.0; 1.0;) hdplusinteraktiv/1.0 (NETRANGEMMH;) CE-HTML/1.0'
4004
- os: [ ]
4005
- client: null
4006
- device:
4007
- type: tv
4008
- brand: SV
4009
- model: EMC1000i
4010
- os_family: Unknown
4011
- browser_family: Unknown
4012
- -
4013
- user_agent: Opera/9.80 (Linux mips; U; NETRANGEMMH;HbbTV/1.1.1;CE-HTML/1.0;TCL LF1V042; en) Presto/2.10.287 Version/12.00
4014
- os:
4015
- name: GNU/Linux
4016
- short_name: LIN
4017
- version: ""
4018
- platform: ""
4019
- client:
4020
- type: browser
4021
- name: Opera
4022
- short_name: OP
4023
- version: "12.00"
4024
- engine: Presto
4025
- engine_version: "2.10.287"
4026
- device:
4027
- type: tv
4028
- brand: TC
4029
- model: LF1V042
4030
- os_family: GNU/Linux
4031
- browser_family: Opera
4032
- -
4033
- user_agent: Opera/9.80 (Linux armv6l; U; NETRANGEMMH;HbbTV/1.1.1;CE-HTML/1.0;TCL LF1V349; en) Presto/2.8.115 Version/11.10
4034
- os:
4035
- name: GNU/Linux
4036
- short_name: LIN
4037
- version: ""
4038
- platform: ARM
4039
- client:
4040
- type: browser
4041
- name: Opera
4042
- short_name: OP
4043
- version: "11.10"
4044
- engine: Presto
4045
- engine_version: "2.8.115"
4046
- device:
4047
- type: tv
4048
- brand: TC
4049
- model: LF1V349
4050
- os_family: GNU/Linux
4051
- browser_family: Opera
4052
- -
4053
- user_agent: Opera/9.80 (Linux mips; U; HbbTV/1.1.1 (; Vestel; MB95; 1.0; 1.0; ); en) Presto/2.10.287 Version/12.00 HbbTV/1.1.1 (; CUS:TELEFUNKEN; MB95; 2.1.4; 1.0;) CE-HTML/1.0 NETRANGEMMH iplayerV3
4054
- os:
4055
- name: GNU/Linux
4056
- short_name: LIN
4057
- version: ""
4058
- platform: ""
4059
- client:
4060
- type: browser
4061
- name: Opera
4062
- short_name: OP
4063
- version: "12.00"
4064
- engine: Presto
4065
- engine_version: "2.10.287"
4066
- device:
4067
- type: tv
4068
- brand: TL
4069
- model: MB95
4070
- os_family: GNU/Linux
4071
- browser_family: Opera
4072
- -
4073
- user_agent: Mozilla/5.0 (Linux; Android 6.0.1; TF-LED32S39T2S Build/M5C14J; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/48.0.2542.0 Safari/537.36
4074
- os:
4075
- name: Android
4076
- short_name: AND
4077
- version: "6.0.1"
4078
- platform: ""
4079
- client:
4080
- type: browser
4081
- name: Chrome Webview
4082
- short_name: CV
4083
- version: "48.0.2542.0"
4084
- engine: Blink
4085
- engine_version: ""
4086
- device:
4087
- type: tv
4088
- brand: TL
4089
- model: TF-LED32S39T2S
4090
- os_family: Android
4091
- browser_family: Chrome
4092
- -
4093
- user_agent: Mozilla/5.0 (Linux; Android 6.0.1; TF-LED32S52T2S Build/M5C14J; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/48.0.2542.0 Safari/537.36
4094
- os:
4095
- name: Android
4096
- short_name: AND
4097
- version: "6.0.1"
4098
- platform: ""
4099
- client:
4100
- type: browser
4101
- name: Chrome Webview
4102
- short_name: CV
4103
- version: "48.0.2542.0"
4104
- engine: Blink
4105
- engine_version: ""
4106
- device:
4107
- type: tv
4108
- brand: TL
4109
- model: TF-LED32S52T2S
4110
- os_family: Android
4111
- browser_family: Chrome
4112
- -
4113
- user_agent: Mozilla/5.0 (Linux; Android 6.0.1; TF-LED32S58T2S_-Ver01 Build/M5C14J; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/48.0.2542.0 Safari/537.36
4114
- os:
4115
- name: Android
4116
- short_name: AND
4117
- version: "6.0.1"
4118
- platform: ""
4119
- client:
4120
- type: browser
4121
- name: Chrome Webview
4122
- short_name: CV
4123
- version: "48.0.2542.0"
4124
- engine: Blink
4125
- engine_version: ""
4126
- device:
4127
- type: tv
4128
- brand: TL
4129
- model: TF-LED32S58T2S
4130
- os_family: Android
4131
- browser_family: Chrome
4132
- -
4133
- user_agent: Mozilla/5.0 (Linux; Android 6.0.1; TF-LED32S59T2S Build/M5C14J; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/48.0.2542.0 Safari/537.36
4134
- os:
4135
- name: Android
4136
- short_name: AND
4137
- version: "6.0.1"
4138
- platform: ""
4139
- client:
4140
- type: browser
4141
- name: Chrome Webview
4142
- short_name: CV
4143
- version: "48.0.2542.0"
4144
- engine: Blink
4145
- engine_version: ""
4146
- device:
4147
- type: tv
4148
- brand: TL
4149
- model: TF-LED32S59T2S
4150
- os_family: Android
4151
- browser_family: Chrome
4152
- -
4153
- user_agent: Mozilla/5.0 (Linux; Android 6.0.1; TF-LED32S70T2S Build/M5C14J; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/48.0.2542.0 Safari/537.36
4154
- os:
4155
- name: Android
4156
- short_name: AND
4157
- version: "6.0.1"
4158
- platform: ""
4159
- client:
4160
- type: browser
4161
- name: Chrome Webview
4162
- short_name: CV
4163
- version: "48.0.2542.0"
4164
- engine: Blink
4165
- engine_version: ""
4166
- device:
4167
- type: tv
4168
- brand: TL
4169
- model: TF-LED32S70T2S
4170
- os_family: Android
4171
- browser_family: Chrome
4172
- -
4173
- user_agent: Mozilla/5.0 (Linux; Android 6.0; TF-LED65S75T2SU Build/MRA58K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/48.0.2542.0 Safari/537.36
4174
- os:
4175
- name: Android
4176
- short_name: AND
4177
- version: "6.0"
4178
- platform: ""
4179
- client:
4180
- type: browser
4181
- name: Chrome Webview
4182
- short_name: CV
4183
- version: "48.0.2542.0"
4184
- engine: Blink
4185
- engine_version: ""
4186
- device:
4187
- type: tv
4188
- brand: TL
4189
- model: TF-LED65S75T2SU
4190
- os_family: Android
4191
- browser_family: Chrome
4192
- -
4193
- user_agent: Opera/9.80 (Linux armv6l; U; NETRANGEMMH;HbbTV/1.1.1;CE-HTML/1.0;THOMSON LF1V017; en) Presto/2.10.250 Version/11.60
4194
- os:
4195
- name: GNU/Linux
4196
- short_name: LIN
4197
- version: ""
4198
- platform: ARM
4199
- client:
4200
- type: browser
4201
- name: Opera
4202
- short_name: OP
4203
- version: "11.60"
4204
- engine: Presto
4205
- engine_version: "2.10.250"
4206
- device:
4207
- type: tv
4208
- brand: TN
4209
- model: LF1V017
4210
- os_family: GNU/Linux
4211
- browser_family: Opera
4212
- -
4213
- user_agent: Opera/9.80 (Linux armv6l; U; NETRANGEMMH;HbbTV/1.1.1;CE-HTML/1.0;THOM LF1V375; en) Presto/2.10.250 Version/11.60
4214
- os:
4215
- name: GNU/Linux
4216
- short_name: LIN
4217
- version: ""
4218
- platform: ARM
4219
- client:
4220
- type: browser
4221
- name: Opera
4222
- short_name: OP
4223
- version: "11.60"
4224
- engine: Presto
4225
- engine_version: "2.10.250"
4226
- device:
4227
- type: tv
4228
- brand: TN
4229
- model: LF1V375
4230
- os_family: GNU/Linux
4231
- browser_family: Opera
4232
- -
4233
- user_agent: Mozilla/5.0 (DTV; TSBNetTV/T32013713.0203.7DD; TVwithVideoPlayer; like Gecko) NetFront/4.1 DTVNetBrowser/2.2 (000039;T32013713;0203;7DD) InettvBrowser/2.2 (000039;T32013713;0203;7DD)
4234
- os: [ ]
4235
- client:
4236
- type: browser
4237
- name: NetFront
4238
- short_name: NF
4239
- version: "4.1"
4240
- engine: NetFront
4241
- engine_version: "4.1"
4242
- device:
4243
- type: tv
4244
- brand: TS
4245
- model: ""
4246
- os_family: Unknown
4247
- browser_family: NetFront
4248
- -
4249
- user_agent: Opera/9.80 (Linux armv7l ; U; HbbTV/1.1.1 (; TOSHIBA; 55WL863; 19.5.61.15; 3; ) ; ToshibaTP/1.3.0 (+VIDEO_X_MS_ASF+VIDEO_MP4+AUDIO_MPEG+AUDIO_MP4+DRM+3D) ; de) Presto/2.6.33 Version/10.60
4250
- os:
4251
- name: GNU/Linux
4252
- short_name: LIN
4253
- version: ""
4254
- platform: ARM
4255
- client:
4256
- type: browser
4257
- name: Opera
4258
- short_name: OP
4259
- version: "10.60"
4260
- engine: Presto
4261
- engine_version: "2.6.33"
4262
- device:
4263
- type: tv
4264
- brand: TS
4265
- model: 55WL863
4266
- os_family: GNU/Linux
4267
- browser_family: Opera
4268
- -
4269
- user_agent: Opera/9.80 (Linux armv7l ; U; HbbTV/1.1.1 (; TOSHIBA; 55ZL1; 19.7.61.14; 3; ) ; ToshibaTP/1.3.0 (+VIDEO_MP4+AUDIO_MPEG+AUDIO_MP4) ; de) Presto/2.6.33 Version/10.60
4270
- os:
4271
- name: GNU/Linux
4272
- short_name: LIN
4273
- version: ""
4274
- platform: ARM
4275
- client:
4276
- type: browser
4277
- name: Opera
4278
- short_name: OP
4279
- version: "10.60"
4280
- engine: Presto
4281
- engine_version: "2.6.33"
4282
- device:
4283
- type: tv
4284
- brand: TS
4285
- model: 55ZL1
4286
- os_family: GNU/Linux
4287
- browser_family: Opera
4288
- -
4289
- user_agent: HbbTV/1.1.1 (+DL;TechnoTrend Goerler;S-855;3.1.8.24.04.20.devel;;) CE-HTML/1.0 hdplusinteraktiv/1.0 (NETRANGEMMH;)
4290
- os: [ ]
4291
- client: null
4292
- device:
4293
- type: tv
4294
- brand: TT
4295
- model: S-855
4296
- os_family: Unknown
4297
- browser_family: Unknown
4298
- -
4299
- user_agent: Opera/9.80 (Linux sh4; U; HbbTV/1.1.1 (;;;;;); CE-HTML; TechniSat DigiCorder ISIO C; de) Presto/2.9.167 Version/11.50
4300
- os:
4301
- name: GNU/Linux
4302
- short_name: LIN
4303
- version: ""
4304
- platform: ""
4305
- client:
4306
- type: browser
4307
- name: Opera
4308
- short_name: OP
4309
- version: "11.50"
4310
- engine: Presto
4311
- engine_version: "2.9.167"
4312
- device:
4313
- type: tv
4314
- brand: TX
4315
- model: DigiCorder ISIO C
4316
- os_family: GNU/Linux
4317
- browser_family: Opera
4318
- -
4319
- user_agent: Opera/9.80 (Linux sh4; U; HbbTV/1.1.1 (;;;;;); CE-HTML; TechniSat DigiCorder ISIO S; de) Presto/2.9.167 Version/11.50
4320
- os:
4321
- name: GNU/Linux
4322
- short_name: LIN
4323
- version: ""
4324
- platform: ""
4325
- client:
4326
- type: browser
4327
- name: Opera
4328
- short_name: OP
4329
- version: "11.50"
4330
- engine: Presto
4331
- engine_version: "2.9.167"
4332
- device:
4333
- type: tv
4334
- brand: TX
4335
- model: DigiCorder ISIO S
4336
- os_family: GNU/Linux
4337
- browser_family: Opera
4338
- -
4339
- user_agent: Opera/9.80 (Linux sh4; U; HbbTV/1.1.1 (;;;;;); CE-HTML; TechniSat Digit ISIO C; de) Presto/2.9.167 Version/11.50
4340
- os:
4341
- name: GNU/Linux
4342
- short_name: LIN
4343
- version: ""
4344
- platform: ""
4345
- client:
4346
- type: browser
4347
- name: Opera
4348
- short_name: OP
4349
- version: "11.50"
4350
- engine: Presto
4351
- engine_version: "2.9.167"
4352
- device:
4353
- type: tv
4354
- brand: TX
4355
- model: Digit ISIO C
4356
- os_family: GNU/Linux
4357
- browser_family: Opera
4358
- -
4359
- user_agent: Opera/9.80 (Linux sh4; U; HbbTV/1.1.1 (;;;;;); CE-HTML; TechniSat Digit ISIO S; de) Presto/2.9.167 Version/11.50
4360
- os:
4361
- name: GNU/Linux
4362
- short_name: LIN
4363
- version: ""
4364
- platform: ""
4365
- client:
4366
- type: browser
4367
- name: Opera
4368
- short_name: OP
4369
- version: "11.50"
4370
- engine: Presto
4371
- engine_version: "2.9.167"
4372
- device:
4373
- type: tv
4374
- brand: TX
4375
- model: Digit ISIO S
4376
- os_family: GNU/Linux
4377
- browser_family: Opera
4378
- -
4379
- user_agent: Opera/9.80 (Linux i686; U; HbbTV/1.1.1 (;;;;;); CE-HTML; TechniSat MultyVision ISIO; de) Presto/2.9.167 Version/11.50
4380
- os:
4381
- name: GNU/Linux
4382
- short_name: LIN
4383
- version: ""
4384
- platform: x86
4385
- client:
4386
- type: browser
4387
- name: Opera
4388
- short_name: OP
4389
- version: "11.50"
4390
- engine: Presto
4391
- engine_version: "2.9.167"
4392
- device:
4393
- type: tv
4394
- brand: TX
4395
- model: MultyVision ISIO
4396
- os_family: GNU/Linux
4397
- browser_family: Opera
4398
- -
4399
- user_agent: Mozilla/5.0 (Linux; Android 9; UGOOS-AM6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3962.2 Safari/537.36
4400
- os:
4401
- name: Android
4402
- short_name: AND
4403
- version: "9"
4404
- platform: ""
4405
- client:
4406
- type: browser
4407
- name: Chrome
4408
- short_name: CH
4409
- version: "80.0.3962.2"
4410
- engine: Blink
4411
- engine_version: ""
4412
- device:
4413
- type: tv
4414
- brand: UG
4415
- model: AM6
4416
- os_family: Android
4417
- browser_family: Chrome
4418
- -
4419
- user_agent: Mozilla/5.0 (Linux; Android 5.1.1; VMP-011-81) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Safari/537.36
4420
- os:
4421
- name: Android
4422
- short_name: AND
4423
- version: "5.1.1"
4424
- platform: ""
4425
- client:
4426
- type: browser
4427
- name: Chrome
4428
- short_name: CH
4429
- version: "77.0.3865.116"
4430
- engine: Blink
4431
- engine_version: ""
4432
- device:
4433
- type: tv
4434
- brand: V7
4435
- model: "011"
4436
- os_family: Android
4437
- browser_family: Chrome
4438
- -
4439
- user_agent: Mozilla/5.0 (Linux; Android 6.0.1; VMP-021-82) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.136 Safari/537.36
4440
- os:
4441
- name: Android
4442
- short_name: AND
4443
- version: "6.0.1"
4444
- platform: ""
4445
- client:
4446
- type: browser
4447
- name: Chrome
4448
- short_name: CH
4449
- version: "79.0.3945.136"
4450
- engine: Blink
4451
- engine_version: ""
4452
- device:
4453
- type: tv
4454
- brand: V7
4455
- model: "021"
4456
- os_family: Android
4457
- browser_family: Chrome
4458
- -
4459
- user_agent: Mozilla/5.0 (Linux; arm; Android 6.0.1; VMP-041-162) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 YaBrowser/19.7.2.90.01 Safari/537.36
4460
- os:
4461
- name: Android
4462
- short_name: AND
4463
- version: "6.0.1"
4464
- platform: ARM
4465
- client:
4466
- type: browser
4467
- name: Yandex Browser
4468
- short_name: YA
4469
- version: "19.7.2.90.01"
4470
- engine: Blink
4471
- engine_version: ""
4472
- device:
4473
- type: tv
4474
- brand: V7
4475
- model: "041"
4476
- os_family: Android
4477
- browser_family: Unknown
4478
- -
4479
- user_agent: Mozilla/5.0 (Linux; Android 4.4.2; VESTA32LD86) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.101 Safari/537.36
4480
- os:
4481
- name: Android
4482
- short_name: AND
4483
- version: "4.4.2"
4484
- platform: ""
4485
- client:
4486
- type: browser
4487
- name: Chrome
4488
- short_name: CH
4489
- version: "75.0.3770.101"
4490
- engine: Blink
4491
- engine_version: ""
4492
- device:
4493
- type: tv
4494
- brand: V8
4495
- model: SmartT V2.0 32LD86S
4496
- os_family: Android
4497
- browser_family: Chrome
4498
- -
4499
- user_agent: HbbTV/1.1.1 (; Vestel; MB70; 1.0; 1.0;) NetFront/4.1
4500
- os: [ ]
4501
- client:
4502
- type: browser
4503
- name: NetFront
4504
- short_name: NF
4505
- version: "4.1"
4506
- engine: NetFront
4507
- engine_version: "4.1"
4508
- device:
4509
- type: tv
4510
- brand: VT
4511
- model: MB70
4512
- os_family: Unknown
4513
- browser_family: NetFront
4514
- -
4515
- user_agent: Opera/9.80 (Linux mips; U; HbbTV/1.1.1 (; Vestel; MB95; 1.0; 1.0; ); en) Presto/2.10.287 Version/12.00
4516
- os:
4517
- name: GNU/Linux
4518
- short_name: LIN
4519
- version: ""
4520
- platform: ""
4521
- client:
4522
- type: browser
4523
- name: Opera
4524
- short_name: OP
4525
- version: "12.00"
4526
- engine: Presto
4527
- engine_version: "2.10.287"
4528
- device:
4529
- type: tv
4530
- brand: VT
4531
- model: MB95
4532
- os_family: GNU/Linux
4533
- browser_family: Opera
4534
- -
4535
- user_agent: Opera/9.80 (Linux armv7l; U; HbbTV/1.1.1 (;tv2n;videoweb;1.0.0;1.0;); en) Presto/2.8.115 Version/11.10
4536
- os:
4537
- name: GNU/Linux
4538
- short_name: LIN
4539
- version: ""
4540
- platform: ARM
4541
- client:
4542
- type: browser
4543
- name: Opera
4544
- short_name: OP
4545
- version: "11.10"
4546
- engine: Presto
4547
- engine_version: "2.8.115"
4548
- device:
4549
- type: tv
4550
- brand: VW
4551
- model: tv2n
4552
- os_family: GNU/Linux
4553
- browser_family: Opera
4554
- -
4555
- user_agent: Opera/9.80 (Linux mips; U; HbbTV/1.1.1 (; Opera Software; videowebtv; ; ; ); en) Presto/2.10.287 Version/12.00
4556
- os:
4557
- name: GNU/Linux
4558
- short_name: LIN
4559
- version: ""
4560
- platform: ""
4561
- client:
4562
- type: browser
4563
- name: Opera
4564
- short_name: OP
4565
- version: "12.00"
4566
- engine: Presto
4567
- engine_version: "2.10.287"
4568
- device:
4569
- type: tv
4570
- brand: VW
4571
- model: VideoWeb TV
4572
- os_family: GNU/Linux
4573
- browser_family: Opera
4574
- -
4575
- user_agent: Mozilla/5.0 (Linux; GoogleTV 3.2; VAP430 Build/MASTER) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
4576
- os:
4577
- name: Google TV
4578
- short_name: GTV
4579
- version: "3.2"
4580
- platform: ""
4581
- client:
4582
- type: browser
4583
- name: Chrome
4584
- short_name: CH
4585
- version: "11.0.696.77"
4586
- engine: WebKit
4587
- engine_version: "534.24"
4588
- device:
4589
- type: tv
4590
- brand: VZ
4591
- model: VAP430
4592
- os_family: Google TV
4593
- browser_family: Chrome
4594
- -
4595
- user_agent: Mozilla/5.0 Linux; Android 6.0.1; NEXBOX-A1 Build/NEXBOX-A1; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/44.0.2403.119 Safari/537.36
4596
- os:
4597
- name: Android
4598
- short_name: AND
4599
- version: "6.0.1"
4600
- platform: ""
4601
- client:
4602
- type: browser
4603
- name: Chrome Webview
4604
- short_name: CV
4605
- version: "44.0.2403.119"
4606
- engine: Blink
4607
- engine_version: ""
4608
- device:
4609
- type: tv
4610
- brand: XB
4611
- model: A1
4612
- os_family: Android
4613
- browser_family: Chrome
4614
- -
4615
- user_agent: Mozilla/5.0 Linux; Android 6.0.1; NEXBOX-A5 Build/NEXBOX-A5-RTL8723BS; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/44.0.2403.119 Safari/537.36
4616
- os:
4617
- name: Android
4618
- short_name: AND
4619
- version: "6.0.1"
4620
- platform: ""
4621
- client:
4622
- type: browser
4623
- name: Chrome Webview
4624
- short_name: CV
4625
- version: "44.0.2403.119"
4626
- engine: Blink
4627
- engine_version: ""
4628
- device:
4629
- type: tv
4630
- brand: XB
4631
- model: A5
4632
- os_family: Android
4633
- browser_family: Chrome
4634
- -
4635
- user_agent: Mozilla/5.0 Linux; Android 5.1.1; NEXBOX-A95X AppleWebKit/537.36 KHTML, like Gecko Chrome/74.0.3729.157 Safari/537.36
4636
- os:
4637
- name: Android
4638
- short_name: AND
4639
- version: "5.1.1"
4640
- platform: ""
4641
- client:
4642
- type: browser
4643
- name: Chrome
4644
- short_name: CH
4645
- version: "74.0.3729.157"
4646
- engine: Blink
4647
- engine_version: ""
4648
- device:
4649
- type: tv
4650
- brand: XB
4651
- model: A95X
4652
- os_family: Android
4653
- browser_family: Chrome
4654
- -
4655
- user_agent: Mozilla/5.0 Linux; Android 7.1.2; NEXBOX-A95X Build/NEXBOX-A95X; wv AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/72.0.3626.105 Safari/537.36 YandexSearch/8.11/apad YandexSearchBrowser/8.11
4656
- os:
4657
- name: Android
4658
- short_name: AND
4659
- version: "7.1.2"
4660
- platform: ""
4661
- client:
4662
- type: browser
4663
- name: Chrome Webview
4664
- short_name: CV
4665
- version: "72.0.3626.105"
4666
- engine: Blink
4667
- engine_version: ""
4668
- device:
4669
- type: tv
4670
- brand: XB
4671
- model: A95X
4672
- os_family: Android
4673
- browser_family: Chrome
4674
- -
4675
- user_agent: Mozilla/5.0 Linux; Android 4.4.2; MXQ-NEXBOX Build/MXQ.NEXBOX.SSV6051P AppleWebKit/537.36 KHTML, like Gecko Chrome/67.0.3396.87 Safari/537.36
4676
- os:
4677
- name: Android
4678
- short_name: AND
4679
- version: "4.4.2"
4680
- platform: ""
4681
- client:
4682
- type: browser
4683
- name: Chrome
4684
- short_name: CH
4685
- version: "67.0.3396.87"
4686
- engine: Blink
4687
- engine_version: ""
4688
- device:
4689
- type: tv
4690
- brand: XB
4691
- model: MXQ
4692
- os_family: Android
4693
- browser_family: Chrome
4694
- -
4695
- user_agent: Mozilla/5.0 Linux; Android 5.1.1; MXQ-Pro-NEXBOX Build/MXQ-Pro-NEXBOX AppleWebKit/537.36 KHTML, like Gecko Version/4.0 Chrome/39.0.0.0 Safari/537.36
4696
- os:
4697
- name: Android
4698
- short_name: AND
4699
- version: "5.1.1"
4700
- platform: ""
4701
- client:
4702
- type: browser
4703
- name: Chrome Webview
4704
- short_name: CV
4705
- version: "39.0.0.0"
4706
- engine: Blink
4707
- engine_version: ""
4708
- device:
4709
- type: tv
4710
- brand: XB
4711
- model: MXQ Pro
4712
- os_family: Android
4713
- browser_family: Chrome
4714
- -
4715
- user_agent: Dalvik/1.6.0 (Linux; U; Android 4.4.2; MiBOX1S Build/KOT49H)
4716
- os:
4717
- name: Android
4718
- short_name: AND
4719
- version: "4.4.2"
4720
- platform: ""
4721
- client:
4722
- type: browser
4723
- name: Android Browser
4724
- short_name: AN
4725
- version: ""
4726
- engine: WebKit
4727
- engine_version: ""
4728
- device:
4729
- type: tv
4730
- brand: XI
4731
- model: Mi Box 1S
4732
- os_family: Android
4733
- browser_family: Android Browser
4734
- -
4735
- user_agent: Mozilla/5.0 (Linux; Andr0id 6.0.1; MIBOX3 Build/MHC19J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36 OPR/40.0.2207.0 OMI/4.9.0.59.E9103576.114
4736
- os:
4737
- name: GNU/Linux
4738
- short_name: LIN
4739
- version: ""
4740
- platform: ""
4741
- client:
4742
- type: browser
4743
- name: Opera Devices
4744
- short_name: OH
4745
- version: "4.9.0.59"
4746
- engine: Blink
4747
- engine_version: ""
4748
- device:
4749
- type: tv
4750
- brand: XI
4751
- model: Mi Box 3
4752
- os_family: GNU/Linux
4753
- browser_family: Opera
4754
- -
4755
- user_agent: Mozilla/5.0 (Linux; Android 5.1; MiBOX3_PRO) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.90 Mobile Safari/537.36
4756
- os:
4757
- name: Android
4758
- short_name: AND
4759
- version: "5.1"
4760
- platform: ""
4761
- client:
4762
- type: browser
4763
- name: Chrome Mobile
4764
- short_name: CM
4765
- version: "78.0.3904.90"
4766
- engine: Blink
4767
- engine_version: ""
4768
- device:
4769
- type: tv
4770
- brand: XI
4771
- model: Mi Box 3 Pro
4772
- os_family: Android
4773
- browser_family: Chrome
4774
- -
4775
- user_agent: Mozilla/5.0 (Linux; Andr0id 8.1; MIBOX4 Build/OPM1.171019.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36 OPR/40.0.2207.0 OMI/4.9.0.59.E9103576.114
4776
- os:
4777
- name: GNU/Linux
4778
- short_name: LIN
4779
- version: ""
4780
- platform: ""
4781
- client:
4782
- type: browser
4783
- name: Opera Devices
4784
- short_name: OH
4785
- version: "4.9.0.59"
4786
- engine: Blink
4787
- engine_version: ""
4788
- device:
4789
- type: tv
4790
- brand: XI
4791
- model: Mi Box 4
4792
- os_family: GNU/Linux
4793
- browser_family: Opera
4794
- -
4795
- user_agent: Mozilla/5.0 (Linux; U; Android 8.1.0; MiTV-AXSO0 Build/OPM1.171019.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.98 Safari/537.36 OPR/31.0.2254.122029
4796
- os:
4797
- name: Android
4798
- short_name: AND
4799
- version: "8.1.0"
4800
- platform: ""
4801
- client:
4802
- type: browser
4803
- name: Opera
4804
- short_name: OP
4805
- version: "31.0.2254.122029"
4806
- engine: Blink
4807
- engine_version: ""
4808
- device:
4809
- type: tv
4810
- brand: XI
4811
- model: MiTV 4A
4812
- os_family: Android
4813
- browser_family: Opera
4814
- -
4815
- user_agent: Mozilla/5.0 (Linux; Andr0id 6.0.1; MiTV4C Build/MHC19J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36 OPR/40.0.2207.0 OMI/4.9.0.59.E9103576.114
4816
- os:
4817
- name: GNU/Linux
4818
- short_name: LIN
4819
- version: ""
4820
- platform: ""
4821
- client:
4822
- type: browser
4823
- name: Opera Devices
4824
- short_name: OH
4825
- version: "4.9.0.59"
4826
- engine: Blink
4827
- engine_version: ""
4828
- device:
4829
- type: tv
4830
- brand: XI
4831
- model: MiTV 4C
4832
- os_family: GNU/Linux
4833
- browser_family: Opera
4834
- -
4835
- user_agent: Mozilla/5.0 (Linux; Android 9.0; MiTV-MSSP1 Build/PTT1.181019.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36
4836
- os:
4837
- name: Android
4838
- short_name: AND
4839
- version: "9.0"
4840
- platform: ""
4841
- client:
4842
- type: browser
4843
- name: Chrome Mobile
4844
- short_name: CM
4845
- version: "57.0.2987.132"
4846
- engine: Blink
4847
- engine_version: ""
4848
- device:
4849
- type: tv
4850
- brand: XI
4851
- model: MiTV 4S
4852
- os_family: Android
4853
- browser_family: Chrome
4854
- -
4855
- user_agent: Mozilla/5.0 (Linux; Andr0id 6.0; MiTV4S Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36 OPR/40.0.2207.0 OMI/4.9.0.59.E9103576.114
4856
- os:
4857
- name: GNU/Linux
4858
- short_name: LIN
4859
- version: ""
4860
- platform: ""
4861
- client:
4862
- type: browser
4863
- name: Opera Devices
4864
- short_name: OH
4865
- version: "4.9.0.59"
4866
- engine: Blink
4867
- engine_version: ""
4868
- device:
4869
- type: tv
4870
- brand: XI
4871
- model: MiTV 4S
4872
- os_family: GNU/Linux
4873
- browser_family: Opera
4874
- -
4875
- user_agent: Mozilla/5.0 (Linux; Andr0id 6.0; MiTV4X Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36 OPR/40.0.2207.0 OMI/4.9.0.59.E9103576.114
4876
- os:
4877
- name: GNU/Linux
4878
- short_name: LIN
4879
- version: ""
4880
- platform: ""
4881
- client:
4882
- type: browser
4883
- name: Opera Devices
4884
- short_name: OH
4885
- version: "4.9.0.59"
4886
- engine: Blink
4887
- engine_version: ""
4888
- device:
4889
- type: tv
4890
- brand: XI
4891
- model: MiTV 4X
4892
- os_family: GNU/Linux
4893
- browser_family: Opera
4894
- -
4895
- user_agent: Mozilla/5.0 (Linux; Android 7.0; ZIDOO_H6 Pro) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36
4896
- os:
4897
- name: Android
4898
- short_name: AND
4899
- version: "7.0"
4900
- platform: ""
4901
- client:
4902
- type: browser
4903
- name: Chrome
4904
- short_name: CH
4905
- version: "78.0.3904.108"
4906
- engine: Blink
4907
- engine_version: ""
4908
- device:
4909
- type: tv
4910
- brand: ZI
4911
- model: H6 Pro
4912
- os_family: Android
4913
- browser_family: Chrome
4914
- -
4915
- user_agent: Mozilla/5.0 (Linux; U; Android 6.0.1; en-US; ZIDOO_X9S Build/MOB30J) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.13.0.1207 Mobile Safari/537.36
4916
- os:
4917
- name: Android
4918
- short_name: AND
4919
- version: "6.0.1"
4920
- platform: ""
4921
- client:
4922
- type: browser
4923
- name: UC Browser
4924
- short_name: UC
4925
- version: "12.13.0.1207"
4926
- engine: WebKit
4927
- engine_version: "537.36"
4928
- device:
4929
- type: tv
4930
- brand: ZI
4931
- model: X9S
4932
- os_family: Android
4933
- browser_family: Unknown