device_detector 1.0.0 → 1.0.1
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.
- checksums.yaml +4 -4
- data/.travis.yml +5 -4
- data/CHANGELOG.md +4 -4
- data/README.md +6 -8
- data/lib/device_detector.rb +2 -2
- data/lib/device_detector/version.rb +1 -1
- data/regexes/bots.yml +461 -10
- data/regexes/client/browser_engine.yml +4 -1
- data/regexes/client/browsers.yml +167 -17
- data/regexes/client/feed_readers.yml +30 -0
- data/regexes/client/libraries.yml +38 -0
- data/regexes/client/mediaplayers.yml +4 -0
- data/regexes/client/mobile_apps.yml +82 -1
- data/regexes/client/pim.yml +4 -0
- data/regexes/device/mobiles.yml +1761 -138
- data/regexes/device/portable_media_player.yml +2 -4
- data/regexes/device/televisions.yml +16 -2
- data/regexes/oss.yml +25 -4
- data/spec/device_detector/detector_fixtures_spec.rb +51 -11
- data/spec/device_detector_spec.rb +20 -0
- data/spec/fixtures/client/browser.yml +446 -11
- data/spec/fixtures/client/feed_reader.yml +25 -1
- data/spec/fixtures/client/library.yml +55 -1
- data/spec/fixtures/client/mediaplayer.yml +6 -0
- data/spec/fixtures/client/mobile_app.yml +81 -1
- data/spec/fixtures/client/pim.yml +7 -1
- data/spec/fixtures/detector/bots.yml +668 -108
- data/spec/fixtures/detector/camera.yml +14 -8
- data/spec/fixtures/detector/car_browser.yml +4 -3
- data/spec/fixtures/detector/console.yml +38 -24
- data/spec/fixtures/detector/desktop.yml +981 -687
- data/spec/fixtures/detector/feature_phone.yml +82 -41
- data/spec/fixtures/detector/feed_reader.yml +37 -0
- data/spec/fixtures/detector/mobile_apps.yml +257 -0
- data/spec/fixtures/detector/phablet.yml +569 -163
- data/spec/fixtures/detector/portable_media_player.yml +24 -16
- data/spec/fixtures/detector/smart_display.yml +8 -5
- data/spec/fixtures/detector/smartphone-1.yml +4698 -4235
- data/spec/fixtures/detector/smartphone-2.yml +4804 -4256
- data/spec/fixtures/detector/smartphone-3.yml +5060 -4603
- data/spec/fixtures/detector/smartphone-4.yml +6803 -2637
- data/spec/fixtures/detector/smartphone-5.yml +7044 -0
- data/spec/fixtures/detector/smartphone.yml +4380 -3904
- data/spec/fixtures/detector/tablet-1.yml +4530 -4036
- data/spec/fixtures/detector/tablet-2.yml +4875 -25
- data/spec/fixtures/detector/tablet.yml +3266 -2764
- data/spec/fixtures/detector/tv.yml +563 -206
- data/spec/fixtures/detector/unknown.yml +1033 -863
- data/spec/fixtures/parser/oss.yml +114 -2
- data/spec/fixtures/parser/vendorfragments.yml +2 -2
- metadata +5 -3
@@ -8,10 +8,11 @@
|
|
8
8
|
short_name: ES
|
9
9
|
version: "6.0.4"
|
10
10
|
engine: WebKit
|
11
|
+
engine_version: "531.2"
|
11
12
|
device:
|
12
13
|
type: tv
|
13
|
-
brand:
|
14
|
-
model:
|
14
|
+
brand: ""
|
15
|
+
model: ""
|
15
16
|
os_family: Unknown
|
16
17
|
browser_family: Unknown
|
17
18
|
-
|
@@ -19,18 +20,19 @@
|
|
19
20
|
os:
|
20
21
|
name: GNU/Linux
|
21
22
|
short_name: LIN
|
22
|
-
version:
|
23
|
-
platform:
|
23
|
+
version: ""
|
24
|
+
platform: ""
|
24
25
|
client:
|
25
26
|
type: browser
|
26
27
|
name: ANTGalio
|
27
28
|
short_name: AG
|
28
29
|
version: "3.0.2.1.22.43.08"
|
29
|
-
engine:
|
30
|
+
engine: ""
|
31
|
+
engine_version: ""
|
30
32
|
device:
|
31
33
|
type: tv
|
32
|
-
brand:
|
33
|
-
model:
|
34
|
+
brand: ""
|
35
|
+
model: ""
|
34
36
|
os_family: GNU/Linux
|
35
37
|
browser_family: Unknown
|
36
38
|
-
|
@@ -38,18 +40,19 @@
|
|
38
40
|
os:
|
39
41
|
name: GNU/Linux
|
40
42
|
short_name: LIN
|
41
|
-
version:
|
42
|
-
platform:
|
43
|
+
version: ""
|
44
|
+
platform: ""
|
43
45
|
client:
|
44
46
|
type: browser
|
45
47
|
name: Opera
|
46
48
|
short_name: OP
|
47
49
|
version: "10.30"
|
48
50
|
engine: Presto
|
51
|
+
engine_version: "2.5.21"
|
49
52
|
device:
|
50
53
|
type: tv
|
51
|
-
brand:
|
52
|
-
model:
|
54
|
+
brand: ""
|
55
|
+
model: ""
|
53
56
|
os_family: GNU/Linux
|
54
57
|
browser_family: Opera
|
55
58
|
-
|
@@ -57,18 +60,19 @@
|
|
57
60
|
os:
|
58
61
|
name: GNU/Linux
|
59
62
|
short_name: LIN
|
60
|
-
version:
|
61
|
-
platform:
|
63
|
+
version: ""
|
64
|
+
platform: ""
|
62
65
|
client:
|
63
66
|
type: browser
|
64
67
|
name: Opera
|
65
68
|
short_name: OP
|
66
69
|
version: "10.60"
|
67
70
|
engine: Presto
|
71
|
+
engine_version: "2.6.33"
|
68
72
|
device:
|
69
73
|
type: tv
|
70
|
-
brand:
|
71
|
-
model:
|
74
|
+
brand: ""
|
75
|
+
model: ""
|
72
76
|
os_family: GNU/Linux
|
73
77
|
browser_family: Opera
|
74
78
|
-
|
@@ -76,18 +80,19 @@
|
|
76
80
|
os:
|
77
81
|
name: Mac
|
78
82
|
short_name: MAC
|
79
|
-
version:
|
80
|
-
platform:
|
83
|
+
version: ""
|
84
|
+
platform: ""
|
81
85
|
client:
|
82
86
|
type: browser
|
83
87
|
name: Espial TV Browser
|
84
88
|
short_name: ES
|
85
89
|
version: "5.1.8"
|
86
|
-
engine:
|
90
|
+
engine: ""
|
91
|
+
engine_version: ""
|
87
92
|
device:
|
88
93
|
type: tv
|
89
|
-
brand:
|
90
|
-
model:
|
94
|
+
brand: ""
|
95
|
+
model: ""
|
91
96
|
os_family: Mac
|
92
97
|
browser_family: Unknown
|
93
98
|
-
|
@@ -96,17 +101,18 @@
|
|
96
101
|
name: Windows
|
97
102
|
short_name: WIN
|
98
103
|
version: "XP"
|
99
|
-
platform:
|
104
|
+
platform: ""
|
100
105
|
client:
|
101
106
|
type: browser
|
102
107
|
name: Kylo
|
103
108
|
short_name: KY
|
104
109
|
version: "0.6.1.70394"
|
105
110
|
engine: Gecko
|
111
|
+
engine_version: ""
|
106
112
|
device:
|
107
113
|
type: tv
|
108
|
-
brand:
|
109
|
-
model:
|
114
|
+
brand: ""
|
115
|
+
model: ""
|
110
116
|
os_family: Windows
|
111
117
|
browser_family: Unknown
|
112
118
|
-
|
@@ -115,16 +121,17 @@
|
|
115
121
|
name: WebTV
|
116
122
|
short_name: WTV
|
117
123
|
version: "1.2"
|
118
|
-
platform:
|
124
|
+
platform: ""
|
119
125
|
client:
|
120
126
|
type: browser
|
121
127
|
name: Internet Explorer
|
122
128
|
short_name: IE
|
123
129
|
version: "2.0"
|
124
130
|
engine: Trident
|
131
|
+
engine_version: ""
|
125
132
|
device:
|
126
133
|
type: tv
|
127
|
-
brand:
|
134
|
+
brand: ""
|
128
135
|
model: Web TV
|
129
136
|
os_family: WebTV
|
130
137
|
browser_family: Internet Explorer
|
@@ -133,14 +140,15 @@
|
|
133
140
|
os:
|
134
141
|
name: GNU/Linux
|
135
142
|
short_name: LIN
|
136
|
-
version:
|
137
|
-
platform:
|
143
|
+
version: ""
|
144
|
+
platform: ""
|
138
145
|
client:
|
139
146
|
type: browser
|
140
147
|
name: Opera
|
141
148
|
short_name: OP
|
142
149
|
version: "12.51"
|
143
150
|
engine: Presto
|
151
|
+
engine_version: "2.12.407"
|
144
152
|
device:
|
145
153
|
type: tv
|
146
154
|
brand: A1
|
@@ -153,7 +161,7 @@
|
|
153
161
|
client:
|
154
162
|
type: mediaplayer
|
155
163
|
name: iTunes
|
156
|
-
version:
|
164
|
+
version: ""
|
157
165
|
device:
|
158
166
|
type: tv
|
159
167
|
brand: AP
|
@@ -165,12 +173,12 @@
|
|
165
173
|
os:
|
166
174
|
name: Apple TV
|
167
175
|
short_name: ATV
|
168
|
-
version:
|
169
|
-
platform:
|
176
|
+
version: ""
|
177
|
+
platform: ""
|
170
178
|
client:
|
171
179
|
type: mediaplayer
|
172
180
|
name: XBMC
|
173
|
-
version:
|
181
|
+
version: ""
|
174
182
|
device:
|
175
183
|
type: tv
|
176
184
|
brand: AP
|
@@ -186,6 +194,7 @@
|
|
186
194
|
short_name: OP
|
187
195
|
version: "22.0.1481.0"
|
188
196
|
engine: Blink
|
197
|
+
engine_version: ""
|
189
198
|
device:
|
190
199
|
type: tv
|
191
200
|
brand: AS
|
@@ -201,6 +210,7 @@
|
|
201
210
|
short_name: OP
|
202
211
|
version: "19.0.1325.0"
|
203
212
|
engine: Blink
|
213
|
+
engine_version: ""
|
204
214
|
device:
|
205
215
|
type: tv
|
206
216
|
brand: AS
|
@@ -212,14 +222,15 @@
|
|
212
222
|
os:
|
213
223
|
name: GNU/Linux
|
214
224
|
short_name: LIN
|
215
|
-
version:
|
216
|
-
platform:
|
225
|
+
version: ""
|
226
|
+
platform: ""
|
217
227
|
client:
|
218
228
|
type: browser
|
219
229
|
name: Opera
|
220
230
|
short_name: OP
|
221
231
|
version: "12.50"
|
222
232
|
engine: Presto
|
233
|
+
engine_version: "2.12.407"
|
223
234
|
device:
|
224
235
|
type: tv
|
225
236
|
brand: AS
|
@@ -231,14 +242,15 @@
|
|
231
242
|
os:
|
232
243
|
name: GNU/Linux
|
233
244
|
short_name: LIN
|
234
|
-
version:
|
235
|
-
platform:
|
245
|
+
version: ""
|
246
|
+
platform: ""
|
236
247
|
client:
|
237
248
|
type: browser
|
238
249
|
name: Opera
|
239
250
|
short_name: OP
|
240
251
|
version: "12.00"
|
241
252
|
engine: Presto
|
253
|
+
engine_version: "2.10.287"
|
242
254
|
device:
|
243
255
|
type: tv
|
244
256
|
brand: AT
|
@@ -250,7 +262,7 @@
|
|
250
262
|
os:
|
251
263
|
name: GNU/Linux
|
252
264
|
short_name: LIN
|
253
|
-
version:
|
265
|
+
version: ""
|
254
266
|
platform: x86
|
255
267
|
client:
|
256
268
|
type: browser
|
@@ -258,6 +270,7 @@
|
|
258
270
|
short_name: OP
|
259
271
|
version: "12.00"
|
260
272
|
engine: Presto
|
273
|
+
engine_version: "2.10.287"
|
261
274
|
device:
|
262
275
|
type: tv
|
263
276
|
brand: BO
|
@@ -269,7 +282,7 @@
|
|
269
282
|
os:
|
270
283
|
name: GNU/Linux
|
271
284
|
short_name: LIN
|
272
|
-
version:
|
285
|
+
version: ""
|
273
286
|
platform: x86
|
274
287
|
client:
|
275
288
|
type: browser
|
@@ -277,6 +290,7 @@
|
|
277
290
|
short_name: OP
|
278
291
|
version: "12.00"
|
279
292
|
engine: Presto
|
293
|
+
engine_version: "2.10.287"
|
280
294
|
device:
|
281
295
|
type: tv
|
282
296
|
brand: BO
|
@@ -288,14 +302,15 @@
|
|
288
302
|
os:
|
289
303
|
name: GNU/Linux
|
290
304
|
short_name: LIN
|
291
|
-
version:
|
292
|
-
platform:
|
305
|
+
version: ""
|
306
|
+
platform: ""
|
293
307
|
client:
|
294
308
|
type: browser
|
295
309
|
name: Opera
|
296
310
|
short_name: OP
|
297
311
|
version: "12.10"
|
298
312
|
engine: Presto
|
313
|
+
engine_version: "2.12.362"
|
299
314
|
device:
|
300
315
|
type: tv
|
301
316
|
brand: C2
|
@@ -307,7 +322,7 @@
|
|
307
322
|
os:
|
308
323
|
name: GNU/Linux
|
309
324
|
short_name: LIN
|
310
|
-
version:
|
325
|
+
version: ""
|
311
326
|
platform: x64
|
312
327
|
client:
|
313
328
|
type: browser
|
@@ -315,6 +330,7 @@
|
|
315
330
|
short_name: CH
|
316
331
|
version: "30.0.1599.114"
|
317
332
|
engine: Blink
|
333
|
+
engine_version: ""
|
318
334
|
device:
|
319
335
|
type: tv
|
320
336
|
brand: C2
|
@@ -326,14 +342,15 @@
|
|
326
342
|
os:
|
327
343
|
name: GNU/Linux
|
328
344
|
short_name: LIN
|
329
|
-
version:
|
330
|
-
platform:
|
345
|
+
version: ""
|
346
|
+
platform: ""
|
331
347
|
client:
|
332
348
|
type: browser
|
333
349
|
name: Opera
|
334
350
|
short_name: OP
|
335
351
|
version: "4.0"
|
336
352
|
engine: Elektra
|
353
|
+
engine_version: ""
|
337
354
|
device:
|
338
355
|
type: tv
|
339
356
|
brand: CR
|
@@ -345,14 +362,15 @@
|
|
345
362
|
os:
|
346
363
|
name: GNU/Linux
|
347
364
|
short_name: LIN
|
348
|
-
version:
|
349
|
-
platform:
|
365
|
+
version: ""
|
366
|
+
platform: ""
|
350
367
|
client:
|
351
368
|
type: browser
|
352
369
|
name: Opera
|
353
370
|
short_name: OP
|
354
371
|
version: "11.50"
|
355
372
|
engine: Presto
|
373
|
+
engine_version: "2.9.167"
|
356
374
|
device:
|
357
375
|
type: tv
|
358
376
|
brand: CR
|
@@ -364,8 +382,8 @@
|
|
364
382
|
os:
|
365
383
|
name: GNU/Linux
|
366
384
|
short_name: LIN
|
367
|
-
version:
|
368
|
-
platform:
|
385
|
+
version: ""
|
386
|
+
platform: ""
|
369
387
|
client: null
|
370
388
|
device:
|
371
389
|
type: tv
|
@@ -378,14 +396,15 @@
|
|
378
396
|
os:
|
379
397
|
name: GNU/Linux
|
380
398
|
short_name: LIN
|
381
|
-
version:
|
382
|
-
platform:
|
399
|
+
version: ""
|
400
|
+
platform: ""
|
383
401
|
client:
|
384
402
|
type: browser
|
385
403
|
name: Opera
|
386
404
|
short_name: OP
|
387
405
|
version: "12.00"
|
388
406
|
engine: Presto
|
407
|
+
engine_version: "2.10.287"
|
389
408
|
device:
|
390
409
|
type: tv
|
391
410
|
brand: DU
|
@@ -397,14 +416,15 @@
|
|
397
416
|
os:
|
398
417
|
name: GNU/Linux
|
399
418
|
short_name: LIN
|
400
|
-
version:
|
401
|
-
platform:
|
419
|
+
version: ""
|
420
|
+
platform: ""
|
402
421
|
client:
|
403
422
|
type: browser
|
404
423
|
name: Opera
|
405
424
|
short_name: OP
|
406
425
|
version: "12.00"
|
407
426
|
engine: Presto
|
427
|
+
engine_version: "2.10.287"
|
408
428
|
device:
|
409
429
|
type: tv
|
410
430
|
brand: DU
|
@@ -416,14 +436,15 @@
|
|
416
436
|
os:
|
417
437
|
name: GNU/Linux
|
418
438
|
short_name: LIN
|
419
|
-
version:
|
420
|
-
platform:
|
439
|
+
version: ""
|
440
|
+
platform: ""
|
421
441
|
client:
|
422
442
|
type: browser
|
423
443
|
name: Opera
|
424
444
|
short_name: OP
|
425
445
|
version: "12.00"
|
426
446
|
engine: Presto
|
447
|
+
engine_version: "2.10.287"
|
427
448
|
device:
|
428
449
|
type: tv
|
429
450
|
brand: DU
|
@@ -435,20 +456,41 @@
|
|
435
456
|
os:
|
436
457
|
name: GNU/Linux
|
437
458
|
short_name: LIN
|
438
|
-
version:
|
439
|
-
platform:
|
459
|
+
version: ""
|
460
|
+
platform: ""
|
440
461
|
client:
|
441
462
|
type: browser
|
442
463
|
name: Opera
|
443
464
|
short_name: OP
|
444
465
|
version: "12.00"
|
445
466
|
engine: Presto
|
467
|
+
engine_version: "2.10.287"
|
446
468
|
device:
|
447
469
|
type: tv
|
448
470
|
brand: DU
|
449
471
|
model: tv303d
|
450
472
|
os_family: GNU/Linux
|
451
473
|
browser_family: Opera
|
474
|
+
-
|
475
|
+
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
|
476
|
+
os:
|
477
|
+
name: Android
|
478
|
+
short_name: AND
|
479
|
+
version: "4.2.2"
|
480
|
+
platform: ""
|
481
|
+
client:
|
482
|
+
type: browser
|
483
|
+
name: Maxthon
|
484
|
+
short_name: MX
|
485
|
+
version: "4.1.4.2000"
|
486
|
+
engine: WebKit
|
487
|
+
engine_version: "534.30"
|
488
|
+
device:
|
489
|
+
type: tv
|
490
|
+
brand: EO
|
491
|
+
model: Smart TV box Q4
|
492
|
+
os_family: Android
|
493
|
+
browser_family: Unknown
|
452
494
|
-
|
453
495
|
user_agent: Mozilla/5.0 (CrKey armv7l 1.4.15250) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.0 Safari/537.36
|
454
496
|
os: [ ]
|
@@ -458,6 +500,7 @@
|
|
458
500
|
short_name: CH
|
459
501
|
version: "31.0.1650.0"
|
460
502
|
engine: Blink
|
503
|
+
engine_version: ""
|
461
504
|
device:
|
462
505
|
type: tv
|
463
506
|
brand: GO
|
@@ -470,13 +513,14 @@
|
|
470
513
|
name: Android
|
471
514
|
short_name: AND
|
472
515
|
version: "5.1.1"
|
473
|
-
platform:
|
516
|
+
platform: ""
|
474
517
|
client:
|
475
518
|
type: browser
|
476
519
|
name: Chrome
|
477
520
|
short_name: CH
|
478
521
|
version: "41.0.2272.75"
|
479
522
|
engine: Blink
|
523
|
+
engine_version: ""
|
480
524
|
device:
|
481
525
|
type: tv
|
482
526
|
brand: GO
|
@@ -496,25 +540,87 @@
|
|
496
540
|
short_name: CH
|
497
541
|
version: "11.0.696.77"
|
498
542
|
engine: WebKit
|
543
|
+
engine_version: "534.24"
|
499
544
|
device:
|
500
545
|
type: tv
|
501
546
|
brand: GO
|
502
547
|
model: GoogleTV
|
503
548
|
os_family: Google TV
|
504
549
|
browser_family: Chrome
|
550
|
+
-
|
551
|
+
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
|
552
|
+
os:
|
553
|
+
name: GNU/Linux
|
554
|
+
short_name: LIN
|
555
|
+
version: ""
|
556
|
+
platform: ARM
|
557
|
+
client:
|
558
|
+
type: browser
|
559
|
+
name: Opera
|
560
|
+
short_name: OP
|
561
|
+
version: "12.51"
|
562
|
+
engine: Presto
|
563
|
+
engine_version: "2.12.407"
|
564
|
+
device:
|
565
|
+
type: tv
|
566
|
+
brand: HI
|
567
|
+
model: HE65M7000UWTS
|
568
|
+
os_family: GNU/Linux
|
569
|
+
browser_family: Opera
|
570
|
+
-
|
571
|
+
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
|
572
|
+
os:
|
573
|
+
name: GNU/Linux
|
574
|
+
short_name: LIN
|
575
|
+
version: ""
|
576
|
+
platform: ARM
|
577
|
+
client:
|
578
|
+
type: browser
|
579
|
+
name: Opera
|
580
|
+
short_name: OP
|
581
|
+
version: "12.51"
|
582
|
+
engine: Presto
|
583
|
+
engine_version: "2.12.407"
|
584
|
+
device:
|
585
|
+
type: tv
|
586
|
+
brand: HI
|
587
|
+
model: LHD32K370WTEU
|
588
|
+
os_family: GNU/Linux
|
589
|
+
browser_family: Opera
|
590
|
+
-
|
591
|
+
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
|
592
|
+
os:
|
593
|
+
name: GNU/Linux
|
594
|
+
short_name: LIN
|
595
|
+
version: ""
|
596
|
+
platform: ARM
|
597
|
+
client:
|
598
|
+
type: browser
|
599
|
+
name: Opera
|
600
|
+
short_name: OP
|
601
|
+
version: "12.51"
|
602
|
+
engine: Presto
|
603
|
+
engine_version: "2.12.407"
|
604
|
+
device:
|
605
|
+
type: tv
|
606
|
+
brand: HI
|
607
|
+
model: LTDN58K700XWTSEU3D
|
608
|
+
os_family: GNU/Linux
|
609
|
+
browser_family: Opera
|
505
610
|
-
|
506
611
|
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
|
507
612
|
os:
|
508
613
|
name: GNU/Linux
|
509
614
|
short_name: LIN
|
510
|
-
version:
|
511
|
-
platform:
|
615
|
+
version: ""
|
616
|
+
platform: ""
|
512
617
|
client:
|
513
618
|
type: browser
|
514
619
|
name: Opera
|
515
620
|
short_name: OP
|
516
621
|
version: "11.50"
|
517
622
|
engine: Presto
|
623
|
+
engine_version: "2.9.167"
|
518
624
|
device:
|
519
625
|
type: tv
|
520
626
|
brand: HX
|
@@ -529,7 +635,8 @@
|
|
529
635
|
name: ANTGalio
|
530
636
|
short_name: AG
|
531
637
|
version: "3.1.1.23.04.09"
|
532
|
-
engine:
|
638
|
+
engine: ""
|
639
|
+
engine_version: ""
|
533
640
|
device:
|
534
641
|
type: tv
|
535
642
|
brand: HX
|
@@ -541,14 +648,15 @@
|
|
541
648
|
os:
|
542
649
|
name: GNU/Linux
|
543
650
|
short_name: LIN
|
544
|
-
version:
|
545
|
-
platform:
|
651
|
+
version: ""
|
652
|
+
platform: ""
|
546
653
|
client:
|
547
654
|
type: browser
|
548
655
|
name: Opera
|
549
656
|
short_name: OP
|
550
657
|
version: "11.50"
|
551
658
|
engine: Presto
|
659
|
+
engine_version: "2.9.167"
|
552
660
|
device:
|
553
661
|
type: tv
|
554
662
|
brand: HX
|
@@ -560,14 +668,15 @@
|
|
560
668
|
os:
|
561
669
|
name: GNU/Linux
|
562
670
|
short_name: LIN
|
563
|
-
version:
|
564
|
-
platform:
|
671
|
+
version: ""
|
672
|
+
platform: ""
|
565
673
|
client:
|
566
674
|
type: browser
|
567
675
|
name: Opera
|
568
676
|
short_name: OP
|
569
677
|
version: "11.60"
|
570
678
|
engine: Presto
|
679
|
+
engine_version: "2.10.250"
|
571
680
|
device:
|
572
681
|
type: tv
|
573
682
|
brand: HX
|
@@ -579,14 +688,15 @@
|
|
579
688
|
os:
|
580
689
|
name: GNU/Linux
|
581
690
|
short_name: LIN
|
582
|
-
version:
|
583
|
-
platform:
|
691
|
+
version: ""
|
692
|
+
platform: ""
|
584
693
|
client:
|
585
694
|
type: browser
|
586
695
|
name: Opera
|
587
696
|
short_name: OP
|
588
697
|
version: "11.60"
|
589
698
|
engine: Presto
|
699
|
+
engine_version: "2.10.250"
|
590
700
|
device:
|
591
701
|
type: tv
|
592
702
|
brand: HX
|
@@ -598,14 +708,15 @@
|
|
598
708
|
os:
|
599
709
|
name: GNU/Linux
|
600
710
|
short_name: LIN
|
601
|
-
version:
|
602
|
-
platform:
|
711
|
+
version: ""
|
712
|
+
platform: ""
|
603
713
|
client:
|
604
714
|
type: browser
|
605
715
|
name: Opera
|
606
716
|
short_name: OP
|
607
717
|
version: "11.60"
|
608
718
|
engine: Presto
|
719
|
+
engine_version: "2.10.250"
|
609
720
|
device:
|
610
721
|
type: tv
|
611
722
|
brand: HX
|
@@ -617,14 +728,15 @@
|
|
617
728
|
os:
|
618
729
|
name: GNU/Linux
|
619
730
|
short_name: LIN
|
620
|
-
version:
|
621
|
-
platform:
|
731
|
+
version: ""
|
732
|
+
platform: ""
|
622
733
|
client:
|
623
734
|
type: browser
|
624
735
|
name: Opera
|
625
736
|
short_name: OP
|
626
737
|
version: "12.50"
|
627
738
|
engine: Presto
|
739
|
+
engine_version: "2.12.407"
|
628
740
|
device:
|
629
741
|
type: tv
|
630
742
|
brand: HX
|
@@ -639,7 +751,8 @@
|
|
639
751
|
name: ANTGalio
|
640
752
|
short_name: AG
|
641
753
|
version: "3.1.1.23.04.09"
|
642
|
-
engine:
|
754
|
+
engine: ""
|
755
|
+
engine_version: ""
|
643
756
|
device:
|
644
757
|
type: tv
|
645
758
|
brand: HX
|
@@ -654,7 +767,8 @@
|
|
654
767
|
name: ANTGalio
|
655
768
|
short_name: AG
|
656
769
|
version: "3.1.1.23.04"
|
657
|
-
engine:
|
770
|
+
engine: ""
|
771
|
+
engine_version: ""
|
658
772
|
device:
|
659
773
|
type: tv
|
660
774
|
brand: HX
|
@@ -666,14 +780,15 @@
|
|
666
780
|
os:
|
667
781
|
name: GNU/Linux
|
668
782
|
short_name: LIN
|
669
|
-
version:
|
670
|
-
platform:
|
783
|
+
version: ""
|
784
|
+
platform: ""
|
671
785
|
client:
|
672
786
|
type: browser
|
673
787
|
name: Opera
|
674
788
|
short_name: OP
|
675
789
|
version: "11.60"
|
676
790
|
engine: Presto
|
791
|
+
engine_version: "2.10.250"
|
677
792
|
device:
|
678
793
|
type: tv
|
679
794
|
brand: HX
|
@@ -685,14 +800,15 @@
|
|
685
800
|
os:
|
686
801
|
name: GNU/Linux
|
687
802
|
short_name: LIN
|
688
|
-
version:
|
689
|
-
platform:
|
803
|
+
version: ""
|
804
|
+
platform: ""
|
690
805
|
client:
|
691
806
|
type: browser
|
692
807
|
name: Opera
|
693
808
|
short_name: OP
|
694
809
|
version: "11.60"
|
695
810
|
engine: Presto
|
811
|
+
engine_version: "2.10.250"
|
696
812
|
device:
|
697
813
|
type: tv
|
698
814
|
brand: HX
|
@@ -704,14 +820,15 @@
|
|
704
820
|
os:
|
705
821
|
name: GNU/Linux
|
706
822
|
short_name: LIN
|
707
|
-
version:
|
708
|
-
platform:
|
823
|
+
version: ""
|
824
|
+
platform: ""
|
709
825
|
client:
|
710
826
|
type: browser
|
711
827
|
name: Opera
|
712
828
|
short_name: OP
|
713
829
|
version: "11.50"
|
714
830
|
engine: Presto
|
831
|
+
engine_version: "2.9.167"
|
715
832
|
device:
|
716
833
|
type: tv
|
717
834
|
brand: HX
|
@@ -723,7 +840,7 @@
|
|
723
840
|
os:
|
724
841
|
name: GNU/Linux
|
725
842
|
short_name: LIN
|
726
|
-
version:
|
843
|
+
version: ""
|
727
844
|
platform: ARM
|
728
845
|
client:
|
729
846
|
type: browser
|
@@ -731,6 +848,7 @@
|
|
731
848
|
short_name: OP
|
732
849
|
version: "11.60"
|
733
850
|
engine: Presto
|
851
|
+
engine_version: "2.10.250"
|
734
852
|
device:
|
735
853
|
type: tv
|
736
854
|
brand: IA
|
@@ -742,14 +860,15 @@
|
|
742
860
|
os:
|
743
861
|
name: GNU/Linux
|
744
862
|
short_name: LIN
|
745
|
-
version:
|
746
|
-
platform:
|
863
|
+
version: ""
|
864
|
+
platform: ""
|
747
865
|
client:
|
748
866
|
type: browser
|
749
867
|
name: Opera
|
750
868
|
short_name: OP
|
751
869
|
version: "11.60"
|
752
870
|
engine: Presto
|
871
|
+
engine_version: "2.10.250"
|
753
872
|
device:
|
754
873
|
type: tv
|
755
874
|
brand: IT
|
@@ -761,14 +880,15 @@
|
|
761
880
|
os:
|
762
881
|
name: GNU/Linux
|
763
882
|
short_name: LIN
|
764
|
-
version:
|
765
|
-
platform:
|
883
|
+
version: ""
|
884
|
+
platform: ""
|
766
885
|
client:
|
767
886
|
type: browser
|
768
887
|
name: Opera
|
769
888
|
short_name: OP
|
770
889
|
version: "11.60"
|
771
890
|
engine: Presto
|
891
|
+
engine_version: "2.10.250"
|
772
892
|
device:
|
773
893
|
type: tv
|
774
894
|
brand: IT
|
@@ -780,14 +900,15 @@
|
|
780
900
|
os:
|
781
901
|
name: GNU/Linux
|
782
902
|
short_name: LIN
|
783
|
-
version:
|
784
|
-
platform:
|
903
|
+
version: ""
|
904
|
+
platform: ""
|
785
905
|
client:
|
786
906
|
type: browser
|
787
907
|
name: Opera
|
788
908
|
short_name: OP
|
789
909
|
version: "11.60"
|
790
910
|
engine: Presto
|
911
|
+
engine_version: "2.10.250"
|
791
912
|
device:
|
792
913
|
type: tv
|
793
914
|
brand: IT
|
@@ -840,13 +961,14 @@
|
|
840
961
|
name: Android
|
841
962
|
short_name: AND
|
842
963
|
version: "4.2.2"
|
843
|
-
platform:
|
964
|
+
platform: ""
|
844
965
|
client:
|
845
966
|
type: browser
|
846
967
|
name: Chrome Mobile
|
847
968
|
short_name: CM
|
848
969
|
version: "25.0.1364.173"
|
849
970
|
engine: WebKit
|
971
|
+
engine_version: "537.22"
|
850
972
|
device:
|
851
973
|
type: tv
|
852
974
|
brand: KN
|
@@ -859,32 +981,74 @@
|
|
859
981
|
name: Android
|
860
982
|
short_name: AND
|
861
983
|
version: "4.2.2"
|
862
|
-
platform:
|
984
|
+
platform: ""
|
863
985
|
client:
|
864
986
|
type: browser
|
865
987
|
name: Chrome Mobile
|
866
988
|
short_name: CM
|
867
989
|
version: "34.0.0.0"
|
868
990
|
engine: Blink
|
991
|
+
engine_version: ""
|
869
992
|
device:
|
870
993
|
type: tv
|
871
994
|
brand: KN
|
872
995
|
model: Fire TV stick
|
873
996
|
os_family: Android
|
874
997
|
browser_family: Chrome
|
998
|
+
-
|
999
|
+
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;)
|
1000
|
+
os:
|
1001
|
+
name: webOS
|
1002
|
+
short_name: WOS
|
1003
|
+
version: ""
|
1004
|
+
platform: ""
|
1005
|
+
client:
|
1006
|
+
type: browser
|
1007
|
+
name: Chrome
|
1008
|
+
short_name: CH
|
1009
|
+
version: "38.0.2125.122"
|
1010
|
+
engine: Blink
|
1011
|
+
engine_version: ""
|
1012
|
+
device:
|
1013
|
+
type: tv
|
1014
|
+
brand: LG
|
1015
|
+
model: 49UH664V
|
1016
|
+
os_family: Other Mobile
|
1017
|
+
browser_family: Chrome
|
1018
|
+
-
|
1019
|
+
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;)
|
1020
|
+
os:
|
1021
|
+
name: webOS
|
1022
|
+
short_name: WOS
|
1023
|
+
version: ""
|
1024
|
+
platform: ""
|
1025
|
+
client:
|
1026
|
+
type: browser
|
1027
|
+
name: Chrome
|
1028
|
+
short_name: CH
|
1029
|
+
version: "38.0.2125.122"
|
1030
|
+
engine: Blink
|
1031
|
+
engine_version: ""
|
1032
|
+
device:
|
1033
|
+
type: tv
|
1034
|
+
brand: LG
|
1035
|
+
model: 55UJ6307
|
1036
|
+
os_family: Other Mobile
|
1037
|
+
browser_family: Chrome
|
875
1038
|
-
|
876
1039
|
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 ;)
|
877
1040
|
os:
|
878
1041
|
name: GNU/Linux
|
879
1042
|
short_name: LIN
|
880
|
-
version:
|
881
|
-
platform:
|
1043
|
+
version: ""
|
1044
|
+
platform: ""
|
882
1045
|
client:
|
883
1046
|
type: browser
|
884
1047
|
name: Safari
|
885
1048
|
short_name: SF
|
886
|
-
version:
|
1049
|
+
version: ""
|
887
1050
|
engine: WebKit
|
1051
|
+
engine_version: "531.2"
|
888
1052
|
device:
|
889
1053
|
type: tv
|
890
1054
|
brand: LG
|
@@ -896,14 +1060,15 @@
|
|
896
1060
|
os:
|
897
1061
|
name: GNU/Linux
|
898
1062
|
short_name: LIN
|
899
|
-
version:
|
900
|
-
platform:
|
1063
|
+
version: ""
|
1064
|
+
platform: ""
|
901
1065
|
client:
|
902
1066
|
type: browser
|
903
1067
|
name: Chrome
|
904
1068
|
short_name: CH
|
905
1069
|
version: "26.0.1410.33"
|
906
1070
|
engine: WebKit
|
1071
|
+
engine_version: ""
|
907
1072
|
device:
|
908
1073
|
type: tv
|
909
1074
|
brand: LG
|
@@ -915,14 +1080,15 @@
|
|
915
1080
|
os:
|
916
1081
|
name: GNU/Linux
|
917
1082
|
short_name: LIN
|
918
|
-
version:
|
919
|
-
platform:
|
1083
|
+
version: ""
|
1084
|
+
platform: ""
|
920
1085
|
client:
|
921
1086
|
type: browser
|
922
1087
|
name: LG Browser
|
923
1088
|
short_name: LG
|
924
1089
|
version: "4.0.10"
|
925
1090
|
engine: WebKit
|
1091
|
+
engine_version: "531.2"
|
926
1092
|
device:
|
927
1093
|
type: tv
|
928
1094
|
brand: LG
|
@@ -934,7 +1100,7 @@
|
|
934
1100
|
os:
|
935
1101
|
name: GNU/Linux
|
936
1102
|
short_name: LIN
|
937
|
-
version:
|
1103
|
+
version: ""
|
938
1104
|
platform: ARM
|
939
1105
|
client:
|
940
1106
|
type: browser
|
@@ -942,6 +1108,7 @@
|
|
942
1108
|
short_name: LG
|
943
1109
|
version: "5.00.00"
|
944
1110
|
engine: WebKit
|
1111
|
+
engine_version: "534.26"
|
945
1112
|
device:
|
946
1113
|
type: tv
|
947
1114
|
brand: LG
|
@@ -953,7 +1120,7 @@
|
|
953
1120
|
os:
|
954
1121
|
name: GNU/Linux
|
955
1122
|
short_name: LIN
|
956
|
-
version:
|
1123
|
+
version: ""
|
957
1124
|
platform: ARM
|
958
1125
|
client:
|
959
1126
|
type: browser
|
@@ -961,6 +1128,7 @@
|
|
961
1128
|
short_name: SF
|
962
1129
|
version: "5.0"
|
963
1130
|
engine: WebKit
|
1131
|
+
engine_version: "534.26"
|
964
1132
|
device:
|
965
1133
|
type: tv
|
966
1134
|
brand: LG
|
@@ -972,20 +1140,61 @@
|
|
972
1140
|
os:
|
973
1141
|
name: GNU/Linux
|
974
1142
|
short_name: LIN
|
975
|
-
version:
|
1143
|
+
version: ""
|
976
1144
|
platform: ARM
|
977
1145
|
client:
|
978
1146
|
type: browser
|
979
1147
|
name: Safari
|
980
1148
|
short_name: SF
|
981
|
-
version:
|
1149
|
+
version: ""
|
982
1150
|
engine: WebKit
|
1151
|
+
engine_version: "537.1"
|
983
1152
|
device:
|
984
1153
|
type: tv
|
985
1154
|
brand: LG
|
986
1155
|
model: NetCast 4.0
|
987
1156
|
os_family: GNU/Linux
|
988
1157
|
browser_family: Safari
|
1158
|
+
-
|
1159
|
+
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;)
|
1160
|
+
os:
|
1161
|
+
name: webOS
|
1162
|
+
short_name: WOS
|
1163
|
+
version: ""
|
1164
|
+
platform: ""
|
1165
|
+
client:
|
1166
|
+
type: browser
|
1167
|
+
name: Chrome
|
1168
|
+
short_name: CH
|
1169
|
+
version: "38.0.2125.122"
|
1170
|
+
engine: Blink
|
1171
|
+
engine_version: ""
|
1172
|
+
device:
|
1173
|
+
type: tv
|
1174
|
+
brand: LG
|
1175
|
+
model: OLED55B6J
|
1176
|
+
os_family: Other Mobile
|
1177
|
+
browser_family: Chrome
|
1178
|
+
-
|
1179
|
+
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;)
|
1180
|
+
os:
|
1181
|
+
name: webOS
|
1182
|
+
short_name: WOS
|
1183
|
+
version: ""
|
1184
|
+
platform: ""
|
1185
|
+
client:
|
1186
|
+
type: browser
|
1187
|
+
name: Chrome
|
1188
|
+
short_name: CH
|
1189
|
+
version: "38.0.2125.122"
|
1190
|
+
engine: Blink
|
1191
|
+
engine_version: ""
|
1192
|
+
device:
|
1193
|
+
type: tv
|
1194
|
+
brand: LG
|
1195
|
+
model: OLED65C7V
|
1196
|
+
os_family: Other Mobile
|
1197
|
+
browser_family: Chrome
|
989
1198
|
-
|
990
1199
|
user_agent: LOEWE/TV HbbTV/1.1.1 (+PVR; Loewe; SL121; LOH;;) CE-HTML/1.0 SL121/16.16.0
|
991
1200
|
os: [ ]
|
@@ -1021,14 +1230,15 @@
|
|
1021
1230
|
os:
|
1022
1231
|
name: GNU/Linux
|
1023
1232
|
short_name: LIN
|
1024
|
-
version:
|
1025
|
-
platform:
|
1233
|
+
version: ""
|
1234
|
+
platform: ""
|
1026
1235
|
client:
|
1027
1236
|
type: browser
|
1028
1237
|
name: Opera
|
1029
1238
|
short_name: OP
|
1030
1239
|
version: "11.60"
|
1031
1240
|
engine: Presto
|
1241
|
+
engine_version: "2.10.250"
|
1032
1242
|
device:
|
1033
1243
|
type: tv
|
1034
1244
|
brand: LO
|
@@ -1050,14 +1260,15 @@
|
|
1050
1260
|
os:
|
1051
1261
|
name: GNU/Linux
|
1052
1262
|
short_name: LIN
|
1053
|
-
version:
|
1054
|
-
platform:
|
1263
|
+
version: ""
|
1264
|
+
platform: ""
|
1055
1265
|
client:
|
1056
1266
|
type: browser
|
1057
1267
|
name: Opera
|
1058
1268
|
short_name: OP
|
1059
1269
|
version: "11.60"
|
1060
1270
|
engine: Presto
|
1271
|
+
engine_version: "2.10.250"
|
1061
1272
|
device:
|
1062
1273
|
type: tv
|
1063
1274
|
brand: LO
|
@@ -1069,18 +1280,19 @@
|
|
1069
1280
|
os:
|
1070
1281
|
name: GNU/Linux
|
1071
1282
|
short_name: LIN
|
1072
|
-
version:
|
1283
|
+
version: ""
|
1073
1284
|
platform: ARM
|
1074
1285
|
client:
|
1075
1286
|
type: browser
|
1076
1287
|
name: Safari
|
1077
1288
|
short_name: SF
|
1078
|
-
version:
|
1289
|
+
version: ""
|
1079
1290
|
engine: WebKit
|
1291
|
+
engine_version: "531.2"
|
1080
1292
|
device:
|
1081
1293
|
type: tv
|
1082
1294
|
brand: ME
|
1083
|
-
model:
|
1295
|
+
model: ""
|
1084
1296
|
os_family: GNU/Linux
|
1085
1297
|
browser_family: Safari
|
1086
1298
|
-
|
@@ -1088,14 +1300,15 @@
|
|
1088
1300
|
os:
|
1089
1301
|
name: MTK / Nucleus
|
1090
1302
|
short_name: MTK
|
1091
|
-
version:
|
1092
|
-
platform:
|
1303
|
+
version: ""
|
1304
|
+
platform: ""
|
1093
1305
|
client:
|
1094
1306
|
type: browser
|
1095
1307
|
name: ANTGalio
|
1096
1308
|
short_name: AG
|
1097
1309
|
version: "3.2.0"
|
1098
|
-
engine:
|
1310
|
+
engine: ""
|
1311
|
+
engine_version: ""
|
1099
1312
|
device:
|
1100
1313
|
type: tv
|
1101
1314
|
brand: MK
|
@@ -1107,14 +1320,15 @@
|
|
1107
1320
|
os:
|
1108
1321
|
name: MTK / Nucleus
|
1109
1322
|
short_name: MTK
|
1110
|
-
version:
|
1111
|
-
platform:
|
1323
|
+
version: ""
|
1324
|
+
platform: ""
|
1112
1325
|
client:
|
1113
1326
|
type: browser
|
1114
1327
|
name: ANTGalio
|
1115
1328
|
short_name: AG
|
1116
1329
|
version: "3.3.0.26.02"
|
1117
|
-
engine:
|
1330
|
+
engine: ""
|
1331
|
+
engine_version: ""
|
1118
1332
|
device:
|
1119
1333
|
type: tv
|
1120
1334
|
brand: MK
|
@@ -1127,13 +1341,14 @@
|
|
1127
1341
|
name: Android
|
1128
1342
|
short_name: AND
|
1129
1343
|
version: "3.2"
|
1130
|
-
platform:
|
1344
|
+
platform: ""
|
1131
1345
|
client:
|
1132
1346
|
type: browser
|
1133
1347
|
name: Android Browser
|
1134
1348
|
short_name: AN
|
1135
|
-
version:
|
1349
|
+
version: ""
|
1136
1350
|
engine: WebKit
|
1351
|
+
engine_version: "534.13"
|
1137
1352
|
device:
|
1138
1353
|
type: tv
|
1139
1354
|
brand: NA
|
@@ -1145,7 +1360,7 @@
|
|
1145
1360
|
os:
|
1146
1361
|
name: GNU/Linux
|
1147
1362
|
short_name: LIN
|
1148
|
-
version:
|
1363
|
+
version: ""
|
1149
1364
|
platform: x86
|
1150
1365
|
client:
|
1151
1366
|
type: browser
|
@@ -1153,6 +1368,7 @@
|
|
1153
1368
|
short_name: OP
|
1154
1369
|
version: "12.00"
|
1155
1370
|
engine: Presto
|
1371
|
+
engine_version: "2.10.287"
|
1156
1372
|
device:
|
1157
1373
|
type: tv
|
1158
1374
|
brand: OR
|
@@ -1164,18 +1380,19 @@
|
|
1164
1380
|
os:
|
1165
1381
|
name: GNU/Linux
|
1166
1382
|
short_name: LIN
|
1167
|
-
version:
|
1168
|
-
platform:
|
1383
|
+
version: ""
|
1384
|
+
platform: ""
|
1169
1385
|
client:
|
1170
1386
|
type: browser
|
1171
1387
|
name: Opera
|
1172
1388
|
short_name: OP
|
1173
1389
|
version: "11.50"
|
1174
1390
|
engine: Presto
|
1391
|
+
engine_version: "2.9.167"
|
1175
1392
|
device:
|
1176
1393
|
type: tv
|
1177
1394
|
brand: PA
|
1178
|
-
model:
|
1395
|
+
model: ""
|
1179
1396
|
os_family: GNU/Linux
|
1180
1397
|
browser_family: Opera
|
1181
1398
|
-
|
@@ -1193,14 +1410,15 @@
|
|
1193
1410
|
os:
|
1194
1411
|
name: FreeBSD
|
1195
1412
|
short_name: BSD
|
1196
|
-
version:
|
1197
|
-
platform:
|
1413
|
+
version: ""
|
1414
|
+
platform: ""
|
1198
1415
|
client:
|
1199
1416
|
type: browser
|
1200
1417
|
name: Chrome
|
1201
1418
|
short_name: CH
|
1202
1419
|
version: "14.0.835.202"
|
1203
1420
|
engine: WebKit
|
1421
|
+
engine_version: "535.1"
|
1204
1422
|
device:
|
1205
1423
|
type: tv
|
1206
1424
|
brand: PA
|
@@ -1212,14 +1430,15 @@
|
|
1212
1430
|
os:
|
1213
1431
|
name: FreeBSD
|
1214
1432
|
short_name: BSD
|
1215
|
-
version:
|
1216
|
-
platform:
|
1433
|
+
version: ""
|
1434
|
+
platform: ""
|
1217
1435
|
client:
|
1218
1436
|
type: browser
|
1219
1437
|
name: Chrome
|
1220
1438
|
short_name: CH
|
1221
1439
|
version: "23.0.1271.97"
|
1222
1440
|
engine: WebKit
|
1441
|
+
engine_version: "537.11"
|
1223
1442
|
device:
|
1224
1443
|
type: tv
|
1225
1444
|
brand: PA
|
@@ -1261,7 +1480,7 @@
|
|
1261
1480
|
os:
|
1262
1481
|
name: GNU/Linux
|
1263
1482
|
short_name: LIN
|
1264
|
-
version:
|
1483
|
+
version: ""
|
1265
1484
|
platform: ARM
|
1266
1485
|
client:
|
1267
1486
|
type: browser
|
@@ -1269,6 +1488,7 @@
|
|
1269
1488
|
short_name: OP
|
1270
1489
|
version: "11.10"
|
1271
1490
|
engine: Presto
|
1491
|
+
engine_version: "2.8.115"
|
1272
1492
|
device:
|
1273
1493
|
type: tv
|
1274
1494
|
brand: PE
|
@@ -1280,7 +1500,7 @@
|
|
1280
1500
|
os:
|
1281
1501
|
name: GNU/Linux
|
1282
1502
|
short_name: LIN
|
1283
|
-
version:
|
1503
|
+
version: ""
|
1284
1504
|
platform: ARM
|
1285
1505
|
client:
|
1286
1506
|
type: browser
|
@@ -1288,6 +1508,7 @@
|
|
1288
1508
|
short_name: OP
|
1289
1509
|
version: "12.50"
|
1290
1510
|
engine: Presto
|
1511
|
+
engine_version: "2.12.407"
|
1291
1512
|
device:
|
1292
1513
|
type: tv
|
1293
1514
|
brand: PH
|
@@ -1299,7 +1520,7 @@
|
|
1299
1520
|
os:
|
1300
1521
|
name: GNU/Linux
|
1301
1522
|
short_name: LIN
|
1302
|
-
version:
|
1523
|
+
version: ""
|
1303
1524
|
platform: ARM
|
1304
1525
|
client:
|
1305
1526
|
type: browser
|
@@ -1307,6 +1528,7 @@
|
|
1307
1528
|
short_name: OP
|
1308
1529
|
version: "12.50"
|
1309
1530
|
engine: Presto
|
1531
|
+
engine_version: "2.12.407"
|
1310
1532
|
device:
|
1311
1533
|
type: tv
|
1312
1534
|
brand: PH
|
@@ -1319,13 +1541,14 @@
|
|
1319
1541
|
name: Android
|
1320
1542
|
short_name: AND
|
1321
1543
|
version: "4.2.2"
|
1322
|
-
platform:
|
1544
|
+
platform: ""
|
1323
1545
|
client:
|
1324
1546
|
type: browser
|
1325
1547
|
name: Chrome
|
1326
1548
|
short_name: CH
|
1327
1549
|
version: "29.0.1547.80"
|
1328
1550
|
engine: Blink
|
1551
|
+
engine_version: ""
|
1329
1552
|
device:
|
1330
1553
|
type: tv
|
1331
1554
|
brand: PH
|
@@ -1338,13 +1561,14 @@
|
|
1338
1561
|
name: Android
|
1339
1562
|
short_name: AND
|
1340
1563
|
version: "4.2.2"
|
1341
|
-
platform:
|
1564
|
+
platform: ""
|
1342
1565
|
client:
|
1343
1566
|
type: browser
|
1344
1567
|
name: Chrome Mobile
|
1345
1568
|
short_name: CM
|
1346
1569
|
version: "37.0.2062.117"
|
1347
1570
|
engine: Blink
|
1571
|
+
engine_version: ""
|
1348
1572
|
device:
|
1349
1573
|
type: tv
|
1350
1574
|
brand: PH
|
@@ -1369,7 +1593,8 @@
|
|
1369
1593
|
name: ANTGalio
|
1370
1594
|
short_name: AG
|
1371
1595
|
version: "3.3.0.26.04"
|
1372
|
-
engine:
|
1596
|
+
engine: ""
|
1597
|
+
engine_version: ""
|
1373
1598
|
device:
|
1374
1599
|
type: tv
|
1375
1600
|
brand: PH
|
@@ -1381,7 +1606,7 @@
|
|
1381
1606
|
os:
|
1382
1607
|
name: GNU/Linux
|
1383
1608
|
short_name: LIN
|
1384
|
-
version:
|
1609
|
+
version: ""
|
1385
1610
|
platform: ARM
|
1386
1611
|
client:
|
1387
1612
|
type: browser
|
@@ -1389,6 +1614,7 @@
|
|
1389
1614
|
short_name: OP
|
1390
1615
|
version: "9.70"
|
1391
1616
|
engine: Presto
|
1617
|
+
engine_version: "2.2.1"
|
1392
1618
|
device:
|
1393
1619
|
type: tv
|
1394
1620
|
brand: PH
|
@@ -1400,7 +1626,7 @@
|
|
1400
1626
|
os:
|
1401
1627
|
name: GNU/Linux
|
1402
1628
|
short_name: LIN
|
1403
|
-
version:
|
1629
|
+
version: ""
|
1404
1630
|
platform: ARM
|
1405
1631
|
client:
|
1406
1632
|
type: browser
|
@@ -1408,6 +1634,7 @@
|
|
1408
1634
|
short_name: OP
|
1409
1635
|
version: "10.60"
|
1410
1636
|
engine: Presto
|
1637
|
+
engine_version: "2.6.33"
|
1411
1638
|
device:
|
1412
1639
|
type: tv
|
1413
1640
|
brand: PH
|
@@ -1419,7 +1646,7 @@
|
|
1419
1646
|
os:
|
1420
1647
|
name: GNU/Linux
|
1421
1648
|
short_name: LIN
|
1422
|
-
version:
|
1649
|
+
version: ""
|
1423
1650
|
platform: ARM
|
1424
1651
|
client:
|
1425
1652
|
type: browser
|
@@ -1427,6 +1654,7 @@
|
|
1427
1654
|
short_name: OP
|
1428
1655
|
version: "11.50"
|
1429
1656
|
engine: Presto
|
1657
|
+
engine_version: "2.9.167"
|
1430
1658
|
device:
|
1431
1659
|
type: tv
|
1432
1660
|
brand: PH
|
@@ -1438,7 +1666,7 @@
|
|
1438
1666
|
os:
|
1439
1667
|
name: GNU/Linux
|
1440
1668
|
short_name: LIN
|
1441
|
-
version:
|
1669
|
+
version: ""
|
1442
1670
|
platform: x86
|
1443
1671
|
client:
|
1444
1672
|
type: browser
|
@@ -1446,6 +1674,7 @@
|
|
1446
1674
|
short_name: OP
|
1447
1675
|
version: "11.60"
|
1448
1676
|
engine: Presto
|
1677
|
+
engine_version: "2.10.250"
|
1449
1678
|
device:
|
1450
1679
|
type: tv
|
1451
1680
|
brand: PH
|
@@ -1457,7 +1686,7 @@
|
|
1457
1686
|
os:
|
1458
1687
|
name: GNU/Linux
|
1459
1688
|
short_name: LIN
|
1460
|
-
version:
|
1689
|
+
version: ""
|
1461
1690
|
platform: ARM
|
1462
1691
|
client:
|
1463
1692
|
type: browser
|
@@ -1465,6 +1694,7 @@
|
|
1465
1694
|
short_name: OP
|
1466
1695
|
version: "11.6"
|
1467
1696
|
engine: Presto
|
1697
|
+
engine_version: "2.10.250"
|
1468
1698
|
device:
|
1469
1699
|
type: tv
|
1470
1700
|
brand: PH
|
@@ -1476,7 +1706,7 @@
|
|
1476
1706
|
os:
|
1477
1707
|
name: GNU/Linux
|
1478
1708
|
short_name: LIN
|
1479
|
-
version:
|
1709
|
+
version: ""
|
1480
1710
|
platform: ARM
|
1481
1711
|
client:
|
1482
1712
|
type: browser
|
@@ -1484,6 +1714,7 @@
|
|
1484
1714
|
short_name: OP
|
1485
1715
|
version: "12.50"
|
1486
1716
|
engine: Presto
|
1717
|
+
engine_version: "2.12.407"
|
1487
1718
|
device:
|
1488
1719
|
type: tv
|
1489
1720
|
brand: PH
|
@@ -1496,13 +1727,14 @@
|
|
1496
1727
|
name: Android
|
1497
1728
|
short_name: AND
|
1498
1729
|
version: "4.1.1"
|
1499
|
-
platform:
|
1730
|
+
platform: ""
|
1500
1731
|
client:
|
1501
1732
|
type: browser
|
1502
1733
|
name: Android Browser
|
1503
1734
|
short_name: AN
|
1504
|
-
version:
|
1735
|
+
version: ""
|
1505
1736
|
engine: WebKit
|
1737
|
+
engine_version: "534.30"
|
1506
1738
|
device:
|
1507
1739
|
type: tv
|
1508
1740
|
brand: PV
|
@@ -1515,13 +1747,14 @@
|
|
1515
1747
|
name: Android
|
1516
1748
|
short_name: AND
|
1517
1749
|
version: "4.1.1"
|
1518
|
-
platform:
|
1750
|
+
platform: ""
|
1519
1751
|
client:
|
1520
1752
|
type: browser
|
1521
1753
|
name: Android Browser
|
1522
1754
|
short_name: AN
|
1523
|
-
version:
|
1755
|
+
version: ""
|
1524
1756
|
engine: WebKit
|
1757
|
+
engine_version: "534.30"
|
1525
1758
|
device:
|
1526
1759
|
type: tv
|
1527
1760
|
brand: PV
|
@@ -1534,13 +1767,14 @@
|
|
1534
1767
|
name: Android
|
1535
1768
|
short_name: AND
|
1536
1769
|
version: "4.1.1"
|
1537
|
-
platform:
|
1770
|
+
platform: ""
|
1538
1771
|
client:
|
1539
1772
|
type: browser
|
1540
1773
|
name: Android Browser
|
1541
1774
|
short_name: AN
|
1542
|
-
version:
|
1775
|
+
version: ""
|
1543
1776
|
engine: WebKit
|
1777
|
+
engine_version: "534.30"
|
1544
1778
|
device:
|
1545
1779
|
type: tv
|
1546
1780
|
brand: RI
|
@@ -1553,13 +1787,14 @@
|
|
1553
1787
|
name: Android
|
1554
1788
|
short_name: AND
|
1555
1789
|
version: "4.2.2"
|
1556
|
-
platform:
|
1790
|
+
platform: ""
|
1557
1791
|
client:
|
1558
1792
|
type: browser
|
1559
1793
|
name: Android Browser
|
1560
1794
|
short_name: AN
|
1561
|
-
version:
|
1795
|
+
version: ""
|
1562
1796
|
engine: WebKit
|
1797
|
+
engine_version: "534.30"
|
1563
1798
|
device:
|
1564
1799
|
type: tv
|
1565
1800
|
brand: RI
|
@@ -1583,7 +1818,7 @@
|
|
1583
1818
|
device:
|
1584
1819
|
type: tv
|
1585
1820
|
brand: SA
|
1586
|
-
model:
|
1821
|
+
model: ""
|
1587
1822
|
os_family: Unknown
|
1588
1823
|
browser_family: Unknown
|
1589
1824
|
-
|
@@ -1592,13 +1827,14 @@
|
|
1592
1827
|
name: Android
|
1593
1828
|
short_name: AND
|
1594
1829
|
version: "4.2.2"
|
1595
|
-
platform:
|
1830
|
+
platform: ""
|
1596
1831
|
client:
|
1597
1832
|
type: browser
|
1598
1833
|
name: Android Browser
|
1599
1834
|
short_name: AN
|
1600
|
-
version:
|
1835
|
+
version: ""
|
1601
1836
|
engine: WebKit
|
1837
|
+
engine_version: "534.30"
|
1602
1838
|
device:
|
1603
1839
|
type: tv
|
1604
1840
|
brand: SA
|
@@ -1610,8 +1846,8 @@
|
|
1610
1846
|
os:
|
1611
1847
|
name: GNU/Linux
|
1612
1848
|
short_name: LIN
|
1613
|
-
version:
|
1614
|
-
platform:
|
1849
|
+
version: ""
|
1850
|
+
platform: ""
|
1615
1851
|
client: null
|
1616
1852
|
device:
|
1617
1853
|
type: tv
|
@@ -1624,7 +1860,7 @@
|
|
1624
1860
|
os:
|
1625
1861
|
name: GNU/Linux
|
1626
1862
|
short_name: LIN
|
1627
|
-
version:
|
1863
|
+
version: ""
|
1628
1864
|
platform: x86
|
1629
1865
|
client:
|
1630
1866
|
type: browser
|
@@ -1632,6 +1868,7 @@
|
|
1632
1868
|
short_name: SF
|
1633
1869
|
version: "5.0"
|
1634
1870
|
engine: WebKit
|
1871
|
+
engine_version: "535.20"
|
1635
1872
|
device:
|
1636
1873
|
type: tv
|
1637
1874
|
brand: SA
|
@@ -1644,13 +1881,14 @@
|
|
1644
1881
|
name: Tizen
|
1645
1882
|
short_name: TIZ
|
1646
1883
|
version: "2.3"
|
1647
|
-
platform:
|
1884
|
+
platform: ""
|
1648
1885
|
client:
|
1649
1886
|
type: browser
|
1650
1887
|
name: Samsung Browser
|
1651
1888
|
short_name: SB
|
1652
1889
|
version: "1.0"
|
1653
1890
|
engine: WebKit
|
1891
|
+
engine_version: "538.1"
|
1654
1892
|
device:
|
1655
1893
|
type: tv
|
1656
1894
|
brand: SA
|
@@ -1697,6 +1935,22 @@
|
|
1697
1935
|
model: Smart TV 2014
|
1698
1936
|
os_family: Unknown
|
1699
1937
|
browser_family: Unknown
|
1938
|
+
-
|
1939
|
+
user_agent: HbbTV/1.2.1 (+DRM;Samsung;SmartTV2017;T-KTMDEUC-1151.1;;)+TVPLUS+SmartHubLink Chrome
|
1940
|
+
os: [ ]
|
1941
|
+
client:
|
1942
|
+
type: browser
|
1943
|
+
name: Chrome
|
1944
|
+
short_name: CH
|
1945
|
+
version: ""
|
1946
|
+
engine: WebKit
|
1947
|
+
engine_version: ""
|
1948
|
+
device:
|
1949
|
+
type: tv
|
1950
|
+
brand: SA
|
1951
|
+
model: Smart TV 2017
|
1952
|
+
os_family: Unknown
|
1953
|
+
browser_family: Chrome
|
1700
1954
|
-
|
1701
1955
|
user_agent: SmartTV/1.0.0 (SAMSUNG;OTV-SMT-E5015;0x01;BAC.2012.05.12)
|
1702
1956
|
os: [ ]
|
@@ -1712,14 +1966,15 @@
|
|
1712
1966
|
os:
|
1713
1967
|
name: GNU/Linux
|
1714
1968
|
short_name: LIN
|
1715
|
-
version:
|
1716
|
-
platform:
|
1969
|
+
version: ""
|
1970
|
+
platform: ""
|
1717
1971
|
client:
|
1718
1972
|
type: browser
|
1719
1973
|
name: Safari
|
1720
1974
|
short_name: SF
|
1721
|
-
version:
|
1975
|
+
version: ""
|
1722
1976
|
engine: WebKit
|
1977
|
+
engine_version: "536.25"
|
1723
1978
|
device:
|
1724
1979
|
type: tv
|
1725
1980
|
brand: SA
|
@@ -1745,6 +2000,7 @@
|
|
1745
2000
|
short_name: ES
|
1746
2001
|
version: "6.1.5"
|
1747
2002
|
engine: WebKit
|
2003
|
+
engine_version: "531.2"
|
1748
2004
|
device:
|
1749
2005
|
type: tv
|
1750
2006
|
brand: SH
|
@@ -1756,7 +2012,7 @@
|
|
1756
2012
|
os:
|
1757
2013
|
name: GNU/Linux
|
1758
2014
|
short_name: LIN
|
1759
|
-
version:
|
2015
|
+
version: ""
|
1760
2016
|
platform: ARM
|
1761
2017
|
client:
|
1762
2018
|
type: browser
|
@@ -1764,6 +2020,7 @@
|
|
1764
2020
|
short_name: OP
|
1765
2021
|
version: "11.10"
|
1766
2022
|
engine: Presto
|
2023
|
+
engine_version: "2.8.115"
|
1767
2024
|
device:
|
1768
2025
|
type: tv
|
1769
2026
|
brand: SH
|
@@ -1779,6 +2036,7 @@
|
|
1779
2036
|
short_name: ES
|
1780
2037
|
version: "6.0.5"
|
1781
2038
|
engine: WebKit
|
2039
|
+
engine_version: "531.2"
|
1782
2040
|
device:
|
1783
2041
|
type: tv
|
1784
2042
|
brand: SH
|
@@ -1794,6 +2052,7 @@
|
|
1794
2052
|
short_name: ES
|
1795
2053
|
version: "6.1.6"
|
1796
2054
|
engine: WebKit
|
2055
|
+
engine_version: "531.2"
|
1797
2056
|
device:
|
1798
2057
|
type: tv
|
1799
2058
|
brand: SH
|
@@ -1809,6 +2068,7 @@
|
|
1809
2068
|
short_name: ES
|
1810
2069
|
version: "6.1.12"
|
1811
2070
|
engine: WebKit
|
2071
|
+
engine_version: "531.2"
|
1812
2072
|
device:
|
1813
2073
|
type: tv
|
1814
2074
|
brand: SH
|
@@ -1820,14 +2080,15 @@
|
|
1820
2080
|
os:
|
1821
2081
|
name: GNU/Linux
|
1822
2082
|
short_name: LIN
|
1823
|
-
version:
|
1824
|
-
platform:
|
2083
|
+
version: ""
|
2084
|
+
platform: ""
|
1825
2085
|
client:
|
1826
2086
|
type: browser
|
1827
2087
|
name: Opera
|
1828
2088
|
short_name: OP
|
1829
2089
|
version: "11.50"
|
1830
2090
|
engine: Presto
|
2091
|
+
engine_version: "2.9.167"
|
1831
2092
|
device:
|
1832
2093
|
type: tv
|
1833
2094
|
brand: SH
|
@@ -1839,14 +2100,15 @@
|
|
1839
2100
|
os:
|
1840
2101
|
name: GNU/Linux
|
1841
2102
|
short_name: LIN
|
1842
|
-
version:
|
1843
|
-
platform:
|
2103
|
+
version: ""
|
2104
|
+
platform: ""
|
1844
2105
|
client:
|
1845
2106
|
type: browser
|
1846
2107
|
name: Opera
|
1847
2108
|
short_name: OP
|
1848
2109
|
version: "12.10"
|
1849
2110
|
engine: Presto
|
2111
|
+
engine_version: "2.12.362"
|
1850
2112
|
device:
|
1851
2113
|
type: tv
|
1852
2114
|
brand: SH
|
@@ -1858,14 +2120,15 @@
|
|
1858
2120
|
os:
|
1859
2121
|
name: GNU/Linux
|
1860
2122
|
short_name: LIN
|
1861
|
-
version:
|
1862
|
-
platform:
|
2123
|
+
version: ""
|
2124
|
+
platform: ""
|
1863
2125
|
client:
|
1864
2126
|
type: browser
|
1865
2127
|
name: Opera
|
1866
2128
|
short_name: OP
|
1867
2129
|
version: "11.50"
|
1868
2130
|
engine: Presto
|
2131
|
+
engine_version: "2.9.167"
|
1869
2132
|
device:
|
1870
2133
|
type: tv
|
1871
2134
|
brand: SH
|
@@ -1877,14 +2140,15 @@
|
|
1877
2140
|
os:
|
1878
2141
|
name: GNU/Linux
|
1879
2142
|
short_name: LIN
|
1880
|
-
version:
|
1881
|
-
platform:
|
2143
|
+
version: ""
|
2144
|
+
platform: ""
|
1882
2145
|
client:
|
1883
2146
|
type: browser
|
1884
2147
|
name: Opera
|
1885
2148
|
short_name: OP
|
1886
2149
|
version: "12.10"
|
1887
2150
|
engine: Presto
|
2151
|
+
engine_version: "2.12.362"
|
1888
2152
|
device:
|
1889
2153
|
type: tv
|
1890
2154
|
brand: SH
|
@@ -1896,14 +2160,15 @@
|
|
1896
2160
|
os:
|
1897
2161
|
name: GNU/Linux
|
1898
2162
|
short_name: LIN
|
1899
|
-
version:
|
1900
|
-
platform:
|
2163
|
+
version: ""
|
2164
|
+
platform: ""
|
1901
2165
|
client:
|
1902
2166
|
type: browser
|
1903
2167
|
name: Opera
|
1904
2168
|
short_name: OP
|
1905
2169
|
version: "12.10"
|
1906
2170
|
engine: Presto
|
2171
|
+
engine_version: "2.12.362"
|
1907
2172
|
device:
|
1908
2173
|
type: tv
|
1909
2174
|
brand: SH
|
@@ -1915,14 +2180,15 @@
|
|
1915
2180
|
os:
|
1916
2181
|
name: GNU/Linux
|
1917
2182
|
short_name: LIN
|
1918
|
-
version:
|
1919
|
-
platform:
|
2183
|
+
version: ""
|
2184
|
+
platform: ""
|
1920
2185
|
client:
|
1921
2186
|
type: browser
|
1922
2187
|
name: Opera
|
1923
2188
|
short_name: OP
|
1924
2189
|
version: "12.00"
|
1925
2190
|
engine: Presto
|
2191
|
+
engine_version: "2.10.287"
|
1926
2192
|
device:
|
1927
2193
|
type: tv
|
1928
2194
|
brand: SH
|
@@ -1934,14 +2200,15 @@
|
|
1934
2200
|
os:
|
1935
2201
|
name: GNU/Linux
|
1936
2202
|
short_name: LIN
|
1937
|
-
version:
|
1938
|
-
platform:
|
2203
|
+
version: ""
|
2204
|
+
platform: ""
|
1939
2205
|
client:
|
1940
2206
|
type: browser
|
1941
2207
|
name: Opera
|
1942
2208
|
short_name: OP
|
1943
2209
|
version: "12.51"
|
1944
2210
|
engine: Presto
|
2211
|
+
engine_version: "2.12.407"
|
1945
2212
|
device:
|
1946
2213
|
type: tv
|
1947
2214
|
brand: SH
|
@@ -1954,13 +2221,14 @@
|
|
1954
2221
|
name: Android
|
1955
2222
|
short_name: AND
|
1956
2223
|
version: "4.0.4"
|
1957
|
-
platform:
|
2224
|
+
platform: ""
|
1958
2225
|
client:
|
1959
2226
|
type: browser
|
1960
2227
|
name: Android Browser
|
1961
2228
|
short_name: AN
|
1962
|
-
version:
|
2229
|
+
version: ""
|
1963
2230
|
engine: WebKit
|
2231
|
+
engine_version: "534.30"
|
1964
2232
|
device:
|
1965
2233
|
type: tv
|
1966
2234
|
brand: SK
|
@@ -1982,7 +2250,7 @@
|
|
1982
2250
|
os:
|
1983
2251
|
name: GNU/Linux
|
1984
2252
|
short_name: LIN
|
1985
|
-
version:
|
2253
|
+
version: ""
|
1986
2254
|
platform: ARM
|
1987
2255
|
client:
|
1988
2256
|
type: browser
|
@@ -1990,6 +2258,7 @@
|
|
1990
2258
|
short_name: OP
|
1991
2259
|
version: "12.11"
|
1992
2260
|
engine: Presto
|
2261
|
+
engine_version: "2.12.362"
|
1993
2262
|
device:
|
1994
2263
|
type: tv
|
1995
2264
|
brand: SO
|
@@ -2001,7 +2270,7 @@
|
|
2001
2270
|
os:
|
2002
2271
|
name: GNU/Linux
|
2003
2272
|
short_name: LIN
|
2004
|
-
version:
|
2273
|
+
version: ""
|
2005
2274
|
platform: ARM
|
2006
2275
|
client:
|
2007
2276
|
type: browser
|
@@ -2009,6 +2278,7 @@
|
|
2009
2278
|
short_name: OP
|
2010
2279
|
version: "12.11"
|
2011
2280
|
engine: Presto
|
2281
|
+
engine_version: "2.12.362"
|
2012
2282
|
device:
|
2013
2283
|
type: tv
|
2014
2284
|
brand: SO
|
@@ -2020,7 +2290,7 @@
|
|
2020
2290
|
os:
|
2021
2291
|
name: GNU/Linux
|
2022
2292
|
short_name: LIN
|
2023
|
-
version:
|
2293
|
+
version: ""
|
2024
2294
|
platform: ARM
|
2025
2295
|
client:
|
2026
2296
|
type: browser
|
@@ -2028,44 +2298,107 @@
|
|
2028
2298
|
short_name: OP
|
2029
2299
|
version: "12.50"
|
2030
2300
|
engine: Presto
|
2301
|
+
engine_version: "2.12.407"
|
2031
2302
|
device:
|
2032
2303
|
type: tv
|
2033
2304
|
brand: SO
|
2034
2305
|
model: KD-55X8500B
|
2035
2306
|
os_family: GNU/Linux
|
2036
2307
|
browser_family: Opera
|
2308
|
+
-
|
2309
|
+
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
|
2310
|
+
os:
|
2311
|
+
name: GNU/Linux
|
2312
|
+
short_name: LIN
|
2313
|
+
version: ""
|
2314
|
+
platform: ARM
|
2315
|
+
client:
|
2316
|
+
type: browser
|
2317
|
+
name: Opera
|
2318
|
+
short_name: OP
|
2319
|
+
version: "22.0.1481.0"
|
2320
|
+
engine: Blink
|
2321
|
+
engine_version: ""
|
2322
|
+
device:
|
2323
|
+
type: tv
|
2324
|
+
brand: SO
|
2325
|
+
model: KD-55XD8577
|
2326
|
+
os_family: GNU/Linux
|
2327
|
+
browser_family: Opera
|
2328
|
+
-
|
2329
|
+
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
|
2330
|
+
os:
|
2331
|
+
name: GNU/Linux
|
2332
|
+
short_name: LIN
|
2333
|
+
version: ""
|
2334
|
+
platform: ARM
|
2335
|
+
client:
|
2336
|
+
type: browser
|
2337
|
+
name: Opera
|
2338
|
+
short_name: OP
|
2339
|
+
version: "29.0.1803.0"
|
2340
|
+
engine: Blink
|
2341
|
+
engine_version: ""
|
2342
|
+
device:
|
2343
|
+
type: tv
|
2344
|
+
brand: SO
|
2345
|
+
model: KD-65ZD9
|
2346
|
+
os_family: GNU/Linux
|
2347
|
+
browser_family: Opera
|
2037
2348
|
-
|
2038
2349
|
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)
|
2039
2350
|
os:
|
2040
2351
|
name: GNU/Linux
|
2041
2352
|
short_name: LIN
|
2042
|
-
version:
|
2043
|
-
platform:
|
2353
|
+
version: ""
|
2354
|
+
platform: ""
|
2044
2355
|
client:
|
2045
2356
|
type: browser
|
2046
2357
|
name: Opera
|
2047
2358
|
short_name: OP
|
2048
2359
|
version: "11.60"
|
2049
2360
|
engine: Presto
|
2361
|
+
engine_version: "2.10.250"
|
2050
2362
|
device:
|
2051
2363
|
type: tv
|
2052
2364
|
brand: SO
|
2053
2365
|
model: KDL-32EX550
|
2054
2366
|
os_family: GNU/Linux
|
2055
2367
|
browser_family: Opera
|
2368
|
+
-
|
2369
|
+
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
|
2370
|
+
os:
|
2371
|
+
name: GNU/Linux
|
2372
|
+
short_name: LIN
|
2373
|
+
version: ""
|
2374
|
+
platform: ARM
|
2375
|
+
client:
|
2376
|
+
type: browser
|
2377
|
+
name: Opera
|
2378
|
+
short_name: OP
|
2379
|
+
version: "22.0.1481.0"
|
2380
|
+
engine: Blink
|
2381
|
+
engine_version: ""
|
2382
|
+
device:
|
2383
|
+
type: tv
|
2384
|
+
brand: SO
|
2385
|
+
model: KDL-65W859
|
2386
|
+
os_family: GNU/Linux
|
2387
|
+
browser_family: Opera
|
2056
2388
|
-
|
2057
2389
|
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'
|
2058
2390
|
os:
|
2059
2391
|
name: GNU/Linux
|
2060
2392
|
short_name: LIN
|
2061
|
-
version:
|
2062
|
-
platform:
|
2393
|
+
version: ""
|
2394
|
+
platform: ""
|
2063
2395
|
client:
|
2064
2396
|
type: browser
|
2065
2397
|
name: Opera
|
2066
2398
|
short_name: OP
|
2067
2399
|
version: "11.00"
|
2068
2400
|
engine: Presto
|
2401
|
+
engine_version: "2.7.61"
|
2069
2402
|
device:
|
2070
2403
|
type: tv
|
2071
2404
|
brand: SO
|
@@ -2077,7 +2410,7 @@
|
|
2077
2410
|
os:
|
2078
2411
|
name: GNU/Linux
|
2079
2412
|
short_name: LIN
|
2080
|
-
version:
|
2413
|
+
version: ""
|
2081
2414
|
platform: ARM
|
2082
2415
|
client:
|
2083
2416
|
type: browser
|
@@ -2085,6 +2418,7 @@
|
|
2085
2418
|
short_name: OP
|
2086
2419
|
version: "12.00"
|
2087
2420
|
engine: Presto
|
2421
|
+
engine_version: "2.10.287"
|
2088
2422
|
device:
|
2089
2423
|
type: tv
|
2090
2424
|
brand: SO
|
@@ -2096,7 +2430,7 @@
|
|
2096
2430
|
os:
|
2097
2431
|
name: GNU/Linux
|
2098
2432
|
short_name: LIN
|
2099
|
-
version:
|
2433
|
+
version: ""
|
2100
2434
|
platform: ARM
|
2101
2435
|
client:
|
2102
2436
|
type: browser
|
@@ -2104,6 +2438,7 @@
|
|
2104
2438
|
short_name: OP
|
2105
2439
|
version: "12.11"
|
2106
2440
|
engine: Presto
|
2441
|
+
engine_version: "2.12.362"
|
2107
2442
|
device:
|
2108
2443
|
type: tv
|
2109
2444
|
brand: SO
|
@@ -2115,7 +2450,7 @@
|
|
2115
2450
|
os:
|
2116
2451
|
name: GNU/Linux
|
2117
2452
|
short_name: LIN
|
2118
|
-
version:
|
2453
|
+
version: ""
|
2119
2454
|
platform: ARM
|
2120
2455
|
client:
|
2121
2456
|
type: browser
|
@@ -2123,6 +2458,7 @@
|
|
2123
2458
|
short_name: OP
|
2124
2459
|
version: "12.11"
|
2125
2460
|
engine: Presto
|
2461
|
+
engine_version: "2.12.362"
|
2126
2462
|
device:
|
2127
2463
|
type: tv
|
2128
2464
|
brand: SO
|
@@ -2134,7 +2470,7 @@
|
|
2134
2470
|
os:
|
2135
2471
|
name: GNU/Linux
|
2136
2472
|
short_name: LIN
|
2137
|
-
version:
|
2473
|
+
version: ""
|
2138
2474
|
platform: ARM
|
2139
2475
|
client:
|
2140
2476
|
type: browser
|
@@ -2142,6 +2478,7 @@
|
|
2142
2478
|
short_name: OP
|
2143
2479
|
version: "12.00"
|
2144
2480
|
engine: Presto
|
2481
|
+
engine_version: "2.10.287"
|
2145
2482
|
device:
|
2146
2483
|
type: tv
|
2147
2484
|
brand: SO
|
@@ -2153,14 +2490,15 @@
|
|
2153
2490
|
os:
|
2154
2491
|
name: GNU/Linux
|
2155
2492
|
short_name: LIN
|
2156
|
-
version:
|
2157
|
-
platform:
|
2493
|
+
version: ""
|
2494
|
+
platform: ""
|
2158
2495
|
client:
|
2159
2496
|
type: browser
|
2160
2497
|
name: Opera
|
2161
2498
|
short_name: OP
|
2162
2499
|
version: "11.00"
|
2163
2500
|
engine: Presto
|
2501
|
+
engine_version: "2.7.61"
|
2164
2502
|
device:
|
2165
2503
|
type: tv
|
2166
2504
|
brand: SO
|
@@ -2203,13 +2541,14 @@
|
|
2203
2541
|
name: Android
|
2204
2542
|
short_name: AND
|
2205
2543
|
version: "2.3.4"
|
2206
|
-
platform:
|
2544
|
+
platform: ""
|
2207
2545
|
client:
|
2208
2546
|
type: browser
|
2209
2547
|
name: Android Browser
|
2210
2548
|
short_name: AN
|
2211
|
-
version:
|
2549
|
+
version: ""
|
2212
2550
|
engine: WebKit
|
2551
|
+
engine_version: "533.1"
|
2213
2552
|
device:
|
2214
2553
|
type: tv
|
2215
2554
|
brand: ST
|
@@ -2241,14 +2580,15 @@
|
|
2241
2580
|
os:
|
2242
2581
|
name: GNU/Linux
|
2243
2582
|
short_name: LIN
|
2244
|
-
version:
|
2245
|
-
platform:
|
2583
|
+
version: ""
|
2584
|
+
platform: ""
|
2246
2585
|
client:
|
2247
2586
|
type: browser
|
2248
2587
|
name: Opera
|
2249
2588
|
short_name: OP
|
2250
2589
|
version: "12.00"
|
2251
2590
|
engine: Presto
|
2591
|
+
engine_version: "2.10.287"
|
2252
2592
|
device:
|
2253
2593
|
type: tv
|
2254
2594
|
brand: TC
|
@@ -2260,7 +2600,7 @@
|
|
2260
2600
|
os:
|
2261
2601
|
name: GNU/Linux
|
2262
2602
|
short_name: LIN
|
2263
|
-
version:
|
2603
|
+
version: ""
|
2264
2604
|
platform: ARM
|
2265
2605
|
client:
|
2266
2606
|
type: browser
|
@@ -2268,6 +2608,7 @@
|
|
2268
2608
|
short_name: OP
|
2269
2609
|
version: "11.10"
|
2270
2610
|
engine: Presto
|
2611
|
+
engine_version: "2.8.115"
|
2271
2612
|
device:
|
2272
2613
|
type: tv
|
2273
2614
|
brand: TC
|
@@ -2279,14 +2620,15 @@
|
|
2279
2620
|
os:
|
2280
2621
|
name: GNU/Linux
|
2281
2622
|
short_name: LIN
|
2282
|
-
version:
|
2283
|
-
platform:
|
2623
|
+
version: ""
|
2624
|
+
platform: ""
|
2284
2625
|
client:
|
2285
2626
|
type: browser
|
2286
2627
|
name: Opera
|
2287
2628
|
short_name: OP
|
2288
2629
|
version: "12.00"
|
2289
2630
|
engine: Presto
|
2631
|
+
engine_version: "2.10.287"
|
2290
2632
|
device:
|
2291
2633
|
type: tv
|
2292
2634
|
brand: TL
|
@@ -2298,7 +2640,7 @@
|
|
2298
2640
|
os:
|
2299
2641
|
name: GNU/Linux
|
2300
2642
|
short_name: LIN
|
2301
|
-
version:
|
2643
|
+
version: ""
|
2302
2644
|
platform: ARM
|
2303
2645
|
client:
|
2304
2646
|
type: browser
|
@@ -2306,6 +2648,7 @@
|
|
2306
2648
|
short_name: OP
|
2307
2649
|
version: "11.60"
|
2308
2650
|
engine: Presto
|
2651
|
+
engine_version: "2.10.250"
|
2309
2652
|
device:
|
2310
2653
|
type: tv
|
2311
2654
|
brand: TN
|
@@ -2317,7 +2660,7 @@
|
|
2317
2660
|
os:
|
2318
2661
|
name: GNU/Linux
|
2319
2662
|
short_name: LIN
|
2320
|
-
version:
|
2663
|
+
version: ""
|
2321
2664
|
platform: ARM
|
2322
2665
|
client:
|
2323
2666
|
type: browser
|
@@ -2325,6 +2668,7 @@
|
|
2325
2668
|
short_name: OP
|
2326
2669
|
version: "11.60"
|
2327
2670
|
engine: Presto
|
2671
|
+
engine_version: "2.10.250"
|
2328
2672
|
device:
|
2329
2673
|
type: tv
|
2330
2674
|
brand: TN
|
@@ -2340,10 +2684,11 @@
|
|
2340
2684
|
short_name: NF
|
2341
2685
|
version: "4.1"
|
2342
2686
|
engine: NetFront
|
2687
|
+
engine_version: "4.1"
|
2343
2688
|
device:
|
2344
2689
|
type: tv
|
2345
2690
|
brand: TS
|
2346
|
-
model:
|
2691
|
+
model: ""
|
2347
2692
|
os_family: Unknown
|
2348
2693
|
browser_family: NetFront
|
2349
2694
|
-
|
@@ -2351,7 +2696,7 @@
|
|
2351
2696
|
os:
|
2352
2697
|
name: GNU/Linux
|
2353
2698
|
short_name: LIN
|
2354
|
-
version:
|
2699
|
+
version: ""
|
2355
2700
|
platform: ARM
|
2356
2701
|
client:
|
2357
2702
|
type: browser
|
@@ -2359,6 +2704,7 @@
|
|
2359
2704
|
short_name: OP
|
2360
2705
|
version: "10.60"
|
2361
2706
|
engine: Presto
|
2707
|
+
engine_version: "2.6.33"
|
2362
2708
|
device:
|
2363
2709
|
type: tv
|
2364
2710
|
brand: TS
|
@@ -2370,7 +2716,7 @@
|
|
2370
2716
|
os:
|
2371
2717
|
name: GNU/Linux
|
2372
2718
|
short_name: LIN
|
2373
|
-
version:
|
2719
|
+
version: ""
|
2374
2720
|
platform: ARM
|
2375
2721
|
client:
|
2376
2722
|
type: browser
|
@@ -2378,6 +2724,7 @@
|
|
2378
2724
|
short_name: OP
|
2379
2725
|
version: "10.60"
|
2380
2726
|
engine: Presto
|
2727
|
+
engine_version: "2.6.33"
|
2381
2728
|
device:
|
2382
2729
|
type: tv
|
2383
2730
|
brand: TS
|
@@ -2399,14 +2746,15 @@
|
|
2399
2746
|
os:
|
2400
2747
|
name: GNU/Linux
|
2401
2748
|
short_name: LIN
|
2402
|
-
version:
|
2403
|
-
platform:
|
2749
|
+
version: ""
|
2750
|
+
platform: ""
|
2404
2751
|
client:
|
2405
2752
|
type: browser
|
2406
2753
|
name: Opera
|
2407
2754
|
short_name: OP
|
2408
2755
|
version: "11.50"
|
2409
2756
|
engine: Presto
|
2757
|
+
engine_version: "2.9.167"
|
2410
2758
|
device:
|
2411
2759
|
type: tv
|
2412
2760
|
brand: TX
|
@@ -2418,14 +2766,15 @@
|
|
2418
2766
|
os:
|
2419
2767
|
name: GNU/Linux
|
2420
2768
|
short_name: LIN
|
2421
|
-
version:
|
2422
|
-
platform:
|
2769
|
+
version: ""
|
2770
|
+
platform: ""
|
2423
2771
|
client:
|
2424
2772
|
type: browser
|
2425
2773
|
name: Opera
|
2426
2774
|
short_name: OP
|
2427
2775
|
version: "11.50"
|
2428
2776
|
engine: Presto
|
2777
|
+
engine_version: "2.9.167"
|
2429
2778
|
device:
|
2430
2779
|
type: tv
|
2431
2780
|
brand: TX
|
@@ -2437,14 +2786,15 @@
|
|
2437
2786
|
os:
|
2438
2787
|
name: GNU/Linux
|
2439
2788
|
short_name: LIN
|
2440
|
-
version:
|
2441
|
-
platform:
|
2789
|
+
version: ""
|
2790
|
+
platform: ""
|
2442
2791
|
client:
|
2443
2792
|
type: browser
|
2444
2793
|
name: Opera
|
2445
2794
|
short_name: OP
|
2446
2795
|
version: "11.50"
|
2447
2796
|
engine: Presto
|
2797
|
+
engine_version: "2.9.167"
|
2448
2798
|
device:
|
2449
2799
|
type: tv
|
2450
2800
|
brand: TX
|
@@ -2456,14 +2806,15 @@
|
|
2456
2806
|
os:
|
2457
2807
|
name: GNU/Linux
|
2458
2808
|
short_name: LIN
|
2459
|
-
version:
|
2460
|
-
platform:
|
2809
|
+
version: ""
|
2810
|
+
platform: ""
|
2461
2811
|
client:
|
2462
2812
|
type: browser
|
2463
2813
|
name: Opera
|
2464
2814
|
short_name: OP
|
2465
2815
|
version: "11.50"
|
2466
2816
|
engine: Presto
|
2817
|
+
engine_version: "2.9.167"
|
2467
2818
|
device:
|
2468
2819
|
type: tv
|
2469
2820
|
brand: TX
|
@@ -2475,7 +2826,7 @@
|
|
2475
2826
|
os:
|
2476
2827
|
name: GNU/Linux
|
2477
2828
|
short_name: LIN
|
2478
|
-
version:
|
2829
|
+
version: ""
|
2479
2830
|
platform: x86
|
2480
2831
|
client:
|
2481
2832
|
type: browser
|
@@ -2483,6 +2834,7 @@
|
|
2483
2834
|
short_name: OP
|
2484
2835
|
version: "11.50"
|
2485
2836
|
engine: Presto
|
2837
|
+
engine_version: "2.9.167"
|
2486
2838
|
device:
|
2487
2839
|
type: tv
|
2488
2840
|
brand: TX
|
@@ -2498,6 +2850,7 @@
|
|
2498
2850
|
short_name: NF
|
2499
2851
|
version: "4.1"
|
2500
2852
|
engine: NetFront
|
2853
|
+
engine_version: "4.1"
|
2501
2854
|
device:
|
2502
2855
|
type: tv
|
2503
2856
|
brand: VT
|
@@ -2509,14 +2862,15 @@
|
|
2509
2862
|
os:
|
2510
2863
|
name: GNU/Linux
|
2511
2864
|
short_name: LIN
|
2512
|
-
version:
|
2513
|
-
platform:
|
2865
|
+
version: ""
|
2866
|
+
platform: ""
|
2514
2867
|
client:
|
2515
2868
|
type: browser
|
2516
2869
|
name: Opera
|
2517
2870
|
short_name: OP
|
2518
2871
|
version: "12.00"
|
2519
2872
|
engine: Presto
|
2873
|
+
engine_version: "2.10.287"
|
2520
2874
|
device:
|
2521
2875
|
type: tv
|
2522
2876
|
brand: VT
|
@@ -2528,7 +2882,7 @@
|
|
2528
2882
|
os:
|
2529
2883
|
name: GNU/Linux
|
2530
2884
|
short_name: LIN
|
2531
|
-
version:
|
2885
|
+
version: ""
|
2532
2886
|
platform: ARM
|
2533
2887
|
client:
|
2534
2888
|
type: browser
|
@@ -2536,6 +2890,7 @@
|
|
2536
2890
|
short_name: OP
|
2537
2891
|
version: "11.10"
|
2538
2892
|
engine: Presto
|
2893
|
+
engine_version: "2.8.115"
|
2539
2894
|
device:
|
2540
2895
|
type: tv
|
2541
2896
|
brand: VW
|
@@ -2547,14 +2902,15 @@
|
|
2547
2902
|
os:
|
2548
2903
|
name: GNU/Linux
|
2549
2904
|
short_name: LIN
|
2550
|
-
version:
|
2551
|
-
platform:
|
2905
|
+
version: ""
|
2906
|
+
platform: ""
|
2552
2907
|
client:
|
2553
2908
|
type: browser
|
2554
2909
|
name: Opera
|
2555
2910
|
short_name: OP
|
2556
2911
|
version: "12.00"
|
2557
2912
|
engine: Presto
|
2913
|
+
engine_version: "2.10.287"
|
2558
2914
|
device:
|
2559
2915
|
type: tv
|
2560
2916
|
brand: VW
|
@@ -2567,13 +2923,14 @@
|
|
2567
2923
|
name: Google TV
|
2568
2924
|
short_name: GTV
|
2569
2925
|
version: "3.2"
|
2570
|
-
platform:
|
2926
|
+
platform: ""
|
2571
2927
|
client:
|
2572
2928
|
type: browser
|
2573
2929
|
name: Chrome
|
2574
2930
|
short_name: CH
|
2575
2931
|
version: "11.0.696.77"
|
2576
2932
|
engine: WebKit
|
2933
|
+
engine_version: "534.24"
|
2577
2934
|
device:
|
2578
2935
|
type: tv
|
2579
2936
|
brand: VZ
|