device_detector 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +5 -5
  2. data/.rubocop.yml +49 -0
  3. data/.ruby-version +1 -0
  4. data/.travis.yml +1 -1
  5. data/CHANGELOG.md +5 -0
  6. data/README.md +4 -4
  7. data/Rakefile +6 -17
  8. data/device_detector.gemspec +1 -0
  9. data/lib/device_detector.rb +17 -28
  10. data/lib/device_detector/bot.rb +2 -2
  11. data/lib/device_detector/client.rb +3 -2
  12. data/lib/device_detector/device.rb +44 -21
  13. data/lib/device_detector/memory_cache.rb +5 -5
  14. data/lib/device_detector/metadata_extractor.rb +7 -8
  15. data/lib/device_detector/model_extractor.rb +3 -3
  16. data/lib/device_detector/name_extractor.rb +2 -2
  17. data/lib/device_detector/os.rb +121 -114
  18. data/lib/device_detector/parser.rb +22 -9
  19. data/lib/device_detector/version.rb +1 -1
  20. data/lib/device_detector/version_extractor.rb +2 -3
  21. data/regexes/bots.yml +228 -12
  22. data/regexes/client/browser_engine.yml +4 -1
  23. data/regexes/client/browsers.yml +358 -34
  24. data/regexes/client/feed_readers.yml +1 -1
  25. data/regexes/client/libraries.yml +16 -1
  26. data/regexes/client/mediaplayers.yml +14 -2
  27. data/regexes/client/mobile_apps.yml +26 -2
  28. data/regexes/client/pim.yml +1 -1
  29. data/regexes/device/cameras.yml +1 -1
  30. data/regexes/device/car_browsers.yml +7 -3
  31. data/regexes/device/consoles.yml +3 -3
  32. data/regexes/device/mobiles.yml +2468 -823
  33. data/regexes/device/portable_media_player.yml +2 -2
  34. data/regexes/device/televisions.yml +1 -1
  35. data/regexes/oss.yml +20 -5
  36. data/regexes/vendorfragments.yml +5 -1
  37. data/spec/device_detector/device_spec.rb +4 -24
  38. data/spec/fixtures/client/browser.yml +632 -2
  39. data/spec/fixtures/client/library.yml +18 -0
  40. data/spec/fixtures/client/mobile_app.yml +24 -0
  41. data/spec/fixtures/detector/bots.yml +533 -67
  42. data/spec/fixtures/detector/camera.yml +20 -0
  43. data/spec/fixtures/detector/car_browser.yml +60 -0
  44. data/spec/fixtures/detector/console.yml +40 -0
  45. data/spec/fixtures/detector/desktop.yml +140 -40
  46. data/spec/fixtures/detector/mediaplayer.yml +43 -0
  47. data/spec/fixtures/detector/mobile_apps.yml +40 -2
  48. data/spec/fixtures/detector/phablet.yml +383 -1
  49. data/spec/fixtures/detector/smart_speaker.yml +55 -0
  50. data/spec/fixtures/detector/smartphone-1.yml +3669 -3695
  51. data/spec/fixtures/detector/smartphone-10.yml +4147 -4094
  52. data/spec/fixtures/detector/smartphone-11.yml +4475 -4473
  53. data/spec/fixtures/detector/smartphone-12.yml +5502 -4251
  54. data/spec/fixtures/detector/smartphone-13.yml +9920 -0
  55. data/spec/fixtures/detector/smartphone-14.yml +2662 -0
  56. data/spec/fixtures/detector/smartphone-2.yml +3738 -3713
  57. data/spec/fixtures/detector/smartphone-3.yml +3970 -3912
  58. data/spec/fixtures/detector/smartphone-4.yml +4518 -4506
  59. data/spec/fixtures/detector/smartphone-5.yml +3645 -3664
  60. data/spec/fixtures/detector/smartphone-6.yml +3868 -3829
  61. data/spec/fixtures/detector/smartphone-7.yml +3992 -3985
  62. data/spec/fixtures/detector/smartphone-8.yml +4510 -4475
  63. data/spec/fixtures/detector/smartphone-9.yml +4226 -4255
  64. data/spec/fixtures/detector/smartphone.yml +3197 -3197
  65. data/spec/fixtures/detector/tablet-1.yml +3940 -3968
  66. data/spec/fixtures/detector/tablet-2.yml +3773 -3764
  67. data/spec/fixtures/detector/tablet-3.yml +5243 -3071
  68. data/spec/fixtures/detector/tablet-4.yml +4528 -0
  69. data/spec/fixtures/detector/tablet.yml +3145 -3125
  70. data/spec/fixtures/detector/tv.yml +1695 -95
  71. data/spec/fixtures/detector/unknown.yml +13 -60
  72. data/spec/fixtures/detector/wearable.yml +61 -0
  73. data/spec/fixtures/device/car_browser.yml +6 -0
  74. data/spec/fixtures/parser/oss.yml +36 -1
  75. data/spec/fixtures/parser/vendorfragments.yml +6 -0
  76. metadata +32 -7
@@ -175,6 +175,266 @@
175
175
  model: KM9 Pro
176
176
  os_family: Android
177
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
178
438
  -
179
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
180
440
  os:
@@ -452,45 +712,125 @@
452
712
  os_family: GNU/Linux
453
713
  browser_family: Opera
454
714
  -
455
- 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
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
456
716
  os:
457
- name: GNU/Linux
458
- short_name: LIN
459
- version: ""
717
+ name: Android
718
+ short_name: AND
719
+ version: "4.4.4"
460
720
  platform: ""
461
- client: null
721
+ client:
722
+ type: browser
723
+ name: Chrome
724
+ short_name: CH
725
+ version: "76.0.3809.89"
726
+ engine: Blink
727
+ engine_version: ""
462
728
  device:
463
729
  type: tv
464
- brand: DM
465
- model: Dreambox
466
- os_family: GNU/Linux
467
- browser_family: Unknown
730
+ brand: CV
731
+ model: MSD338 1G
732
+ os_family: Android
733
+ browser_family: Chrome
468
734
  -
469
- 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
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
470
736
  os:
471
- name: GNU/Linux
472
- short_name: LIN
473
- version: ""
737
+ name: Android
738
+ short_name: AND
739
+ version: "4.4.4"
474
740
  platform: ""
475
741
  client:
476
742
  type: browser
477
- name: Opera
478
- short_name: OP
479
- version: "12.00"
480
- engine: Presto
481
- engine_version: "2.10.287"
743
+ name: Chrome
744
+ short_name: CH
745
+ version: "76.0.3809.70"
746
+ engine: Blink
747
+ engine_version: ""
482
748
  device:
483
749
  type: tv
484
- brand: DU
485
- model: connect
486
- os_family: GNU/Linux
487
- browser_family: Opera
750
+ brand: CV
751
+ model: MSD338 512M
752
+ os_family: Android
753
+ browser_family: Chrome
488
754
  -
489
- 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
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
490
756
  os:
491
- name: GNU/Linux
492
- short_name: LIN
493
- version: ""
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: ""
494
834
  platform: ""
495
835
  client:
496
836
  type: browser
@@ -621,6 +961,66 @@
621
961
  model: GoogleTV
622
962
  os_family: Google TV
623
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
624
1024
  -
625
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
626
1026
  os:
@@ -909,6 +1309,66 @@
909
1309
  model: IRHD-5100S
910
1310
  os_family: GNU/Linux
911
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
912
1372
  -
913
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
914
1374
  os:
@@ -929,6 +1389,46 @@
929
1389
  model: LF1V358
930
1390
  os_family: GNU/Linux
931
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
932
1432
  -
933
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
934
1434
  os:
@@ -1025,88 +1525,408 @@
1025
1525
  client: null
1026
1526
  device:
1027
1527
  type: tv
1028
- brand: IV
1029
- model: 'QUANTUM - IDL9000'
1030
- os_family: Unknown
1031
- browser_family: Unknown
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
1032
1832
  -
1033
- 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
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
1034
1834
  os:
1035
1835
  name: Android
1036
1836
  short_name: AND
1037
- version: "4.2.2"
1837
+ version: "7.1.1"
1038
1838
  platform: ""
1039
1839
  client:
1040
1840
  type: browser
1041
- name: Chrome Mobile
1042
- short_name: CM
1043
- version: "25.0.1364.173"
1044
- engine: WebKit
1045
- engine_version: "537.22"
1841
+ name: Chrome Webview
1842
+ short_name: CV
1843
+ version: "52.0.2743.100"
1844
+ engine: Blink
1845
+ engine_version: ""
1046
1846
  device:
1047
1847
  type: tv
1048
- brand: KN
1049
- model: Fire TV
1848
+ brand: KV
1849
+ model: 43UP50GU
1050
1850
  os_family: Android
1051
1851
  browser_family: Chrome
1052
1852
  -
1053
- 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
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
1054
1854
  os:
1055
1855
  name: Android
1056
1856
  short_name: AND
1057
- version: "4.2.2"
1857
+ version: "7.1.1"
1058
1858
  platform: ""
1059
1859
  client:
1060
1860
  type: browser
1061
1861
  name: Chrome Webview
1062
1862
  short_name: CV
1063
- version: "34.0.0.0"
1863
+ version: "52.0.2743.100"
1064
1864
  engine: Blink
1065
1865
  engine_version: ""
1066
1866
  device:
1067
1867
  type: tv
1068
- brand: KN
1069
- model: Fire TV stick
1868
+ brand: KV
1869
+ model: 49UP50GU
1070
1870
  os_family: Android
1071
1871
  browser_family: Chrome
1072
1872
  -
1073
- 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
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
1074
1874
  os:
1075
1875
  name: Android
1076
1876
  short_name: AND
1077
- version: "5.1.1"
1877
+ version: "7.1.1"
1078
1878
  platform: ""
1079
1879
  client:
1080
1880
  type: browser
1081
1881
  name: Chrome Webview
1082
1882
  short_name: CV
1083
- version: "49.0.2623.10"
1883
+ version: "52.0.2743.100"
1084
1884
  engine: Blink
1085
1885
  engine_version: ""
1086
1886
  device:
1087
1887
  type: tv
1088
- brand: KN
1089
- model: Fire TV stick
1888
+ brand: KV
1889
+ model: 50U600GU
1090
1890
  os_family: Android
1091
1891
  browser_family: Chrome
1092
1892
  -
1093
- 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
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
1094
1894
  os:
1095
1895
  name: Android
1096
1896
  short_name: AND
1097
- version: "5.1.1"
1897
+ version: "7.1.1"
1098
1898
  platform: ""
1099
1899
  client:
1100
1900
  type: browser
1101
1901
  name: Chrome Webview
1102
1902
  short_name: CV
1103
- version: "55.0.28"
1903
+ version: "52.0.2743.100"
1104
1904
  engine: Blink
1105
1905
  engine_version: ""
1106
1906
  device:
1107
1907
  type: tv
1108
- brand: KN
1109
- model: Fire TV stick
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)
1110
1930
  os_family: Android
1111
1931
  browser_family: Chrome
1112
1932
  -
@@ -1449,6 +2269,66 @@
1449
2269
  model: MT5396
1450
2270
  os_family: Real-time OS
1451
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
1452
2332
  -
1453
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
1454
2334
  os:
@@ -1469,6 +2349,26 @@
1469
2349
  model: NeoTV Prime
1470
2350
  os_family: Android
1471
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
1472
2372
  -
1473
2373
  user_agent: Opera/9.80 (Linux i686; U; fr) Presto/2.10.287 Version/12.00 ; SC/IHD92 STB
1474
2374
  os:
@@ -1835,6 +2735,46 @@
1835
2735
  model: NetTV Series
1836
2736
  os_family: GNU/Linux
1837
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
1838
2778
  -
1839
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
1840
2780
  os:
@@ -1874,127 +2814,227 @@
1874
2814
  brand: PV
1875
2815
  model: Mini PC HDMI Dongle
1876
2816
  os_family: Android
1877
- browser_family: Android Browser
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
1878
2918
  -
1879
- 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
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
1880
2920
  os:
1881
2921
  name: Android
1882
2922
  short_name: AND
1883
- version: "7.1.1"
2923
+ version: "7.1.2"
1884
2924
  platform: ""
1885
2925
  client:
1886
2926
  type: browser
1887
- name: Chrome
1888
- short_name: CH
1889
- version: "74.0.3729.157"
2927
+ name: Chrome Webview
2928
+ short_name: CV
2929
+ version: "74.0.3729.136"
1890
2930
  engine: Blink
1891
2931
  engine_version: ""
1892
2932
  device:
1893
2933
  type: tv
1894
2934
  brand: R2
1895
- model: Box MINI+
2935
+ model: Box X99
1896
2936
  os_family: Android
1897
2937
  browser_family: Chrome
1898
2938
  -
1899
- 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
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
1900
2940
  os:
1901
2941
  name: Android
1902
2942
  short_name: AND
1903
- version: "7.1.2"
2943
+ version: "5.1.1"
1904
2944
  platform: ""
1905
2945
  client:
1906
2946
  type: browser
1907
2947
  name: Chrome
1908
2948
  short_name: CH
1909
- version: "73.0.3683.90"
2949
+ version: "39.0.2171.93"
1910
2950
  engine: Blink
1911
2951
  engine_version: ""
1912
2952
  device:
1913
2953
  type: tv
1914
- brand: R2
1915
- model: Box R10
2954
+ brand: R3
2955
+ model: Infinity K8
1916
2956
  os_family: Android
1917
2957
  browser_family: Chrome
1918
2958
  -
1919
- 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
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
1920
2960
  os:
1921
2961
  name: Android
1922
2962
  short_name: AND
1923
- version: "7.1.1"
2963
+ version: "4.4.2"
1924
2964
  platform: ""
1925
2965
  client:
1926
2966
  type: browser
1927
2967
  name: Chrome
1928
2968
  short_name: CH
1929
- version: "75.0.3770.101"
2969
+ version: "79.0.3945.136"
1930
2970
  engine: Blink
1931
2971
  engine_version: ""
1932
2972
  device:
1933
2973
  type: tv
1934
- brand: R2
1935
- model: Box S10
2974
+ brand: R3
2975
+ model: Smart Box 4K V001
1936
2976
  os_family: Android
1937
2977
  browser_family: Chrome
1938
2978
  -
1939
- 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
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
1940
2980
  os:
1941
2981
  name: Android
1942
2982
  short_name: AND
1943
- version: "7.1.2"
2983
+ version: "4.4.2"
1944
2984
  platform: ""
1945
2985
  client:
1946
2986
  type: browser
1947
- name: Chrome
1948
- short_name: CH
1949
- version: "65.0.3325.109"
2987
+ name: Chrome Webview
2988
+ short_name: CV
2989
+ version: "30.0.0.0"
1950
2990
  engine: Blink
1951
2991
  engine_version: ""
1952
2992
  device:
1953
2993
  type: tv
1954
- brand: R2
1955
- model: Box X10
2994
+ brand: R3
2995
+ model: Smart Box Quad
1956
2996
  os_family: Android
1957
2997
  browser_family: Chrome
1958
2998
  -
1959
- 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
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
1960
3000
  os:
1961
3001
  name: Android
1962
3002
  short_name: AND
1963
- version: "8.1.0"
3003
+ version: "4.4.2"
1964
3004
  platform: ""
1965
3005
  client:
1966
3006
  type: browser
1967
3007
  name: Chrome
1968
3008
  short_name: CH
1969
- version: "65.0.3325.109"
3009
+ version: "78.0.3904.108"
1970
3010
  engine: Blink
1971
3011
  engine_version: ""
1972
3012
  device:
1973
3013
  type: tv
1974
- brand: R2
1975
- model: Box X10 PRO
3014
+ brand: R3
3015
+ model: Smart Box Ultra HD v002
1976
3016
  os_family: Android
1977
3017
  browser_family: Chrome
1978
3018
  -
1979
- 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
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
1980
3020
  os:
1981
3021
  name: Android
1982
3022
  short_name: AND
1983
- version: "7.1.2"
1984
- platform: ""
3023
+ version: "7.1"
3024
+ platform: ARM
1985
3025
  client:
1986
3026
  type: browser
1987
- name: Chrome Webview
1988
- short_name: CV
1989
- version: "74.0.3729.136"
3027
+ name: Yandex Browser
3028
+ short_name: YA
3029
+ version: "19.7.2.90.01"
1990
3030
  engine: Blink
1991
3031
  engine_version: ""
1992
3032
  device:
1993
3033
  type: tv
1994
- brand: R2
1995
- model: Box X99
3034
+ brand: R3
3035
+ model: Smart Box v005
1996
3036
  os_family: Android
1997
- browser_family: Chrome
3037
+ browser_family: Unknown
1998
3038
  -
1999
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
2000
3040
  os:
@@ -2559,6 +3599,126 @@
2559
3599
  model: Blu-ray Player
2560
3600
  os_family: GNU/Linux
2561
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
2562
3722
  -
2563
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)
2564
3724
  os:
@@ -2906,9 +4066,129 @@
2906
4066
  device:
2907
4067
  type: tv
2908
4068
  brand: TL
2909
- model: MB95
2910
- os_family: GNU/Linux
2911
- browser_family: Opera
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
2912
4192
  -
2913
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
2914
4194
  os:
@@ -3115,6 +4395,106 @@
3115
4395
  model: MultyVision ISIO
3116
4396
  os_family: GNU/Linux
3117
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
3118
4498
  -
3119
4499
  user_agent: HbbTV/1.1.1 (; Vestel; MB70; 1.0; 1.0;) NetFront/4.1
3120
4500
  os: [ ]
@@ -3331,3 +4711,223 @@
3331
4711
  model: MXQ Pro
3332
4712
  os_family: Android
3333
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