device_detector 0.8.2 → 0.9.0
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 +11 -3
- data/CHANGELOG.md +10 -5
- data/README.md +4 -4
- data/Rakefile +24 -19
- data/device_detector.gemspec +1 -1
- data/lib/device_detector.rb +25 -3
- data/lib/device_detector/device.rb +1 -1
- data/lib/device_detector/model_extractor.rb +4 -0
- data/lib/device_detector/os.rb +8 -3
- data/lib/device_detector/parser.rb +1 -1
- data/lib/device_detector/version.rb +1 -1
- data/regexes/bots.yml +211 -27
- data/regexes/client/browsers.yml +192 -58
- data/regexes/client/feed_readers.yml +6 -0
- data/regexes/client/libraries.yml +4 -0
- data/regexes/client/mediaplayers.yml +8 -4
- data/regexes/client/mobile_apps.yml +39 -4
- data/regexes/client/pim.yml +4 -0
- data/regexes/device/mobiles.yml +1803 -242
- data/regexes/device/televisions.yml +53 -11
- data/regexes/oss.yml +180 -12
- data/regexes/vendorfragments.yml +1 -0
- data/spec/device_detector/concrete_user_agent_spec.rb +36 -0
- data/spec/device_detector/detector_fixtures_spec.rb +1 -1
- data/spec/fixtures/client/browser.yml +313 -2
- data/spec/fixtures/client/feed_reader.yml +8 -1
- data/spec/fixtures/client/library.yml +7 -1
- data/spec/fixtures/client/mediaplayer.yml +6 -1
- data/spec/fixtures/client/mobile_app.yml +6 -0
- data/spec/fixtures/client/pim.yml +6 -0
- data/spec/fixtures/detector/bots.yml +2307 -612
- data/spec/fixtures/detector/camera.yml +6 -0
- data/spec/fixtures/detector/car_browser.yml +1 -0
- data/spec/fixtures/detector/console.yml +14 -0
- data/spec/fixtures/detector/desktop.yml +308 -48
- data/spec/fixtures/detector/feature_phone.yml +63 -0
- data/spec/fixtures/detector/feed_reader.yml +50 -26
- data/spec/fixtures/detector/mediaplayer.yml +28 -6
- data/spec/fixtures/detector/mobile_apps.yml +117 -0
- data/spec/fixtures/detector/phablet.yml +1066 -183
- data/spec/fixtures/detector/portable_media_player.yml +8 -0
- data/spec/fixtures/detector/smart_display.yml +39 -0
- data/spec/fixtures/detector/smartphone-1.yml +9469 -0
- data/spec/fixtures/detector/smartphone-2.yml +9414 -0
- data/spec/fixtures/detector/smartphone-3.yml +9396 -0
- data/spec/fixtures/detector/smartphone-4.yml +5742 -0
- data/spec/fixtures/detector/smartphone.yml +3446 -23680
- data/spec/fixtures/detector/tablet-1.yml +9495 -0
- data/spec/fixtures/detector/tablet-2.yml +248 -0
- data/spec/fixtures/detector/tablet.yml +2786 -7961
- data/spec/fixtures/detector/tv.yml +1376 -210
- data/spec/fixtures/detector/unknown.yml +205 -509
- data/spec/fixtures/device/console.yml +6 -0
- data/spec/fixtures/parser/oss.yml +194 -1
- data/spec/fixtures/parser/vendorfragments.yml +6 -0
- metadata +16 -6
- data/spec/fixtures/parser/bots.yml +0 -2055
@@ -1,10 +1,45 @@
|
|
1
1
|
---
|
2
|
+
-
|
3
|
+
user_agent: Mozilla/5.0 (DTV) AppleWebKit/531.2+ (KHTML, like Gecko) Espial/6.0.4
|
4
|
+
os: [ ]
|
5
|
+
client:
|
6
|
+
type: browser
|
7
|
+
name: Espial TV Browser
|
8
|
+
short_name: ES
|
9
|
+
version: "6.0.4"
|
10
|
+
engine: WebKit
|
11
|
+
device:
|
12
|
+
type: tv
|
13
|
+
brand:
|
14
|
+
model:
|
15
|
+
os_family: Unknown
|
16
|
+
browser_family: Unknown
|
17
|
+
-
|
18
|
+
user_agent: HbbTV/1.1.1 (;;;;) Mozilla/5.0 (compatible; ANTGalio/3.0.2.1.22.43.08; Linux2.6.18-7.1/7405d0-smp)
|
19
|
+
os:
|
20
|
+
name: GNU/Linux
|
21
|
+
short_name: LIN
|
22
|
+
version:
|
23
|
+
platform:
|
24
|
+
client:
|
25
|
+
type: browser
|
26
|
+
name: ANTGalio
|
27
|
+
short_name: AG
|
28
|
+
version: "3.0.2.1.22.43.08"
|
29
|
+
engine:
|
30
|
+
device:
|
31
|
+
type: tv
|
32
|
+
brand:
|
33
|
+
model:
|
34
|
+
os_family: GNU/Linux
|
35
|
+
browser_family: Unknown
|
2
36
|
-
|
3
37
|
user_agent: Opera/9.80 (Linux sh4 ; U; HBBTV/1.0 (; LOH/1.00; -----;;;) CE-HTML/1.0 Config(L:de,CC:AT); en) Presto/2.5.21 Version/10.30
|
4
38
|
os:
|
5
39
|
name: GNU/Linux
|
6
40
|
short_name: LIN
|
7
41
|
version:
|
42
|
+
platform:
|
8
43
|
client:
|
9
44
|
type: browser
|
10
45
|
name: Opera
|
@@ -13,8 +48,8 @@
|
|
13
48
|
engine: Presto
|
14
49
|
device:
|
15
50
|
type: tv
|
16
|
-
brand:
|
17
|
-
model:
|
51
|
+
brand:
|
52
|
+
model:
|
18
53
|
os_family: GNU/Linux
|
19
54
|
browser_family: Opera
|
20
55
|
-
|
@@ -23,6 +58,7 @@
|
|
23
58
|
name: GNU/Linux
|
24
59
|
short_name: LIN
|
25
60
|
version:
|
61
|
+
platform:
|
26
62
|
client:
|
27
63
|
type: browser
|
28
64
|
name: Opera
|
@@ -31,16 +67,106 @@
|
|
31
67
|
engine: Presto
|
32
68
|
device:
|
33
69
|
type: tv
|
34
|
-
brand:
|
35
|
-
model:
|
70
|
+
brand:
|
71
|
+
model:
|
72
|
+
os_family: GNU/Linux
|
73
|
+
browser_family: Opera
|
74
|
+
-
|
75
|
+
user_agent: Mozilla/4.0 (compatible; MSIE 5.23; Macintosh; PPC) Escape 5.1.8
|
76
|
+
os:
|
77
|
+
name: Mac
|
78
|
+
short_name: MAC
|
79
|
+
version:
|
80
|
+
platform:
|
81
|
+
client:
|
82
|
+
type: browser
|
83
|
+
name: Espial TV Browser
|
84
|
+
short_name: ES
|
85
|
+
version: "5.1.8"
|
86
|
+
engine:
|
87
|
+
device:
|
88
|
+
type: tv
|
89
|
+
brand:
|
90
|
+
model:
|
91
|
+
os_family: Mac
|
92
|
+
browser_family: Unknown
|
93
|
+
-
|
94
|
+
user_agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2) Gecko/20100222 Firefox/3.6 Kylo/0.6.1.70394
|
95
|
+
os:
|
96
|
+
name: Windows
|
97
|
+
short_name: WIN
|
98
|
+
version: "XP"
|
99
|
+
platform:
|
100
|
+
client:
|
101
|
+
type: browser
|
102
|
+
name: Kylo
|
103
|
+
short_name: KY
|
104
|
+
version: "0.6.1.70394"
|
105
|
+
engine: Gecko
|
106
|
+
device:
|
107
|
+
type: tv
|
108
|
+
brand:
|
109
|
+
model:
|
110
|
+
os_family: Windows
|
111
|
+
browser_family: Unknown
|
112
|
+
-
|
113
|
+
user_agent: Mozilla/3.0 WebTV/1.2 (compatible; MSIE 2.0)
|
114
|
+
os:
|
115
|
+
name: WebTV
|
116
|
+
short_name: WTV
|
117
|
+
version: "1.2"
|
118
|
+
platform:
|
119
|
+
client:
|
120
|
+
type: browser
|
121
|
+
name: Internet Explorer
|
122
|
+
short_name: IE
|
123
|
+
version: "2.0"
|
124
|
+
engine: Trident
|
125
|
+
device:
|
126
|
+
type: tv
|
127
|
+
brand:
|
128
|
+
model: Web TV
|
129
|
+
os_family: WebTV
|
130
|
+
browser_family: Internet Explorer
|
131
|
+
-
|
132
|
+
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
|
133
|
+
os:
|
134
|
+
name: GNU/Linux
|
135
|
+
short_name: LIN
|
136
|
+
version:
|
137
|
+
platform:
|
138
|
+
client:
|
139
|
+
type: browser
|
140
|
+
name: Opera
|
141
|
+
short_name: OP
|
142
|
+
version: "12.51"
|
143
|
+
engine: Presto
|
144
|
+
device:
|
145
|
+
type: tv
|
146
|
+
brand: A1
|
147
|
+
model: PVR9600
|
36
148
|
os_family: GNU/Linux
|
37
149
|
browser_family: Opera
|
150
|
+
-
|
151
|
+
user_agent: iTunes-AppleTV/4.1
|
152
|
+
os: [ ]
|
153
|
+
client:
|
154
|
+
type: mediaplayer
|
155
|
+
name: iTunes
|
156
|
+
version:
|
157
|
+
device:
|
158
|
+
type: tv
|
159
|
+
brand: AP
|
160
|
+
model: Apple TV
|
161
|
+
os_family: Unknown
|
162
|
+
browser_family: Unknown
|
38
163
|
-
|
39
164
|
user_agent: XBMC/PRE-11.0 Git:20110623-62171b3 (iOS; 11.0.0 AppleTV2,1; http://www.xbmc.org)
|
40
165
|
os:
|
41
166
|
name: Apple TV
|
42
167
|
short_name: ATV
|
43
168
|
version:
|
169
|
+
platform:
|
44
170
|
client:
|
45
171
|
type: mediaplayer
|
46
172
|
name: XBMC
|
@@ -52,29 +178,61 @@
|
|
52
178
|
os_family: Apple TV
|
53
179
|
browser_family: Unknown
|
54
180
|
-
|
55
|
-
user_agent:
|
181
|
+
user_agent: 'OPR/22.0.1481.0 OMI/4.2.12.29, KreaTV/0.0.0.0 (ARRIS, IPC1100, wired)CM[00.01]'
|
182
|
+
os: [ ]
|
183
|
+
client:
|
184
|
+
type: browser
|
185
|
+
name: Opera
|
186
|
+
short_name: OP
|
187
|
+
version: "22.0.1481.0"
|
188
|
+
engine: Blink
|
189
|
+
device:
|
190
|
+
type: tv
|
191
|
+
brand: AS
|
192
|
+
model: IPC1100
|
193
|
+
os_family: Unknown
|
194
|
+
browser_family: Opera
|
195
|
+
-
|
196
|
+
user_agent: OPR/19.0.1325.0 OMI/4.1.4.54, KreaTV/15.99.2.1 (ARRIS, IPC1100P2, wired)
|
197
|
+
os: [ ]
|
198
|
+
client:
|
199
|
+
type: browser
|
200
|
+
name: Opera
|
201
|
+
short_name: OP
|
202
|
+
version: "19.0.1325.0"
|
203
|
+
engine: Blink
|
204
|
+
device:
|
205
|
+
type: tv
|
206
|
+
brand: AS
|
207
|
+
model: IPC1100P2
|
208
|
+
os_family: Unknown
|
209
|
+
browser_family: Opera
|
210
|
+
-
|
211
|
+
user_agent: Opera/9.80 (Linux mips) Presto/2.12.407 Version/12.50 , KreaTV/12.36.2.2 (ARRIS, VMS1100, wired)
|
56
212
|
os:
|
57
213
|
name: GNU/Linux
|
58
214
|
short_name: LIN
|
59
215
|
version:
|
216
|
+
platform:
|
60
217
|
client:
|
61
218
|
type: browser
|
62
219
|
name: Opera
|
63
220
|
short_name: OP
|
64
|
-
version: "12.
|
221
|
+
version: "12.50"
|
65
222
|
engine: Presto
|
66
223
|
device:
|
67
224
|
type: tv
|
68
|
-
brand:
|
69
|
-
model:
|
225
|
+
brand: AS
|
226
|
+
model: VMS1100
|
70
227
|
os_family: GNU/Linux
|
71
228
|
browser_family: Opera
|
72
229
|
-
|
73
|
-
user_agent: Opera/9.80 (Linux
|
230
|
+
user_agent: Opera/9.80 (Linux mips; U; HbbTV/1.1.1 (+PVR+RTSP;Airties;Air7210;16999168;;); xx) Presto/2.10.287 Version/12.00
|
74
231
|
os:
|
75
232
|
name: GNU/Linux
|
76
233
|
short_name: LIN
|
77
234
|
version:
|
235
|
+
platform:
|
78
236
|
client:
|
79
237
|
type: browser
|
80
238
|
name: Opera
|
@@ -83,16 +241,17 @@
|
|
83
241
|
engine: Presto
|
84
242
|
device:
|
85
243
|
type: tv
|
86
|
-
brand:
|
87
|
-
model:
|
244
|
+
brand: AT
|
245
|
+
model: Air7210
|
88
246
|
os_family: GNU/Linux
|
89
247
|
browser_family: Opera
|
90
248
|
-
|
91
|
-
user_agent: Opera/9.80 (Linux i686; U; HbbTV/1.1.1 (; BANGOLUFSEN; A3; ; ; ) CE-HTML/1.0 NETTV/1.0; en) Presto/2.10.287 Version/12.00 A3/1.0.
|
249
|
+
user_agent: Opera/9.80 (Linux i686; U; HbbTV/1.1.1 (+PVR+DL; BANGOLUFSEN; A3; ; ; ) CE-HTML/1.0 NETTV/1.0; en) Presto/2.10.287 Version/12.00 A3/1.0.3.30552 (BANGOLUFSEN, A3, wired)
|
92
250
|
os:
|
93
251
|
name: GNU/Linux
|
94
252
|
short_name: LIN
|
95
253
|
version:
|
254
|
+
platform: x86
|
96
255
|
client:
|
97
256
|
type: browser
|
98
257
|
name: Opera
|
@@ -111,6 +270,7 @@
|
|
111
270
|
name: GNU/Linux
|
112
271
|
short_name: LIN
|
113
272
|
version:
|
273
|
+
platform: x86
|
114
274
|
client:
|
115
275
|
type: browser
|
116
276
|
name: Opera
|
@@ -123,18 +283,57 @@
|
|
123
283
|
model: BeoVision
|
124
284
|
os_family: GNU/Linux
|
125
285
|
browser_family: Opera
|
286
|
+
-
|
287
|
+
user_agent: Opera/9.80 (Linux mips; Opera TV Store/5477) Presto/2.12.362 Version/12.10 Model/Changhong-MST6328
|
288
|
+
os:
|
289
|
+
name: GNU/Linux
|
290
|
+
short_name: LIN
|
291
|
+
version:
|
292
|
+
platform:
|
293
|
+
client:
|
294
|
+
type: browser
|
295
|
+
name: Opera
|
296
|
+
short_name: OP
|
297
|
+
version: "12.10"
|
298
|
+
engine: Presto
|
299
|
+
device:
|
300
|
+
type: tv
|
301
|
+
brand: C2
|
302
|
+
model: MST6328
|
303
|
+
os_family: GNU/Linux
|
304
|
+
browser_family: Opera
|
305
|
+
-
|
306
|
+
user_agent: Mozilla/5.0 (Linux i686; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.114 Safari/537.36 SRAF/3.0 HbbTV/1.1.1 (CHANGHONG; TV55; sw-v1.0;) CE-HTML/1.0 NETRANGEMMH
|
307
|
+
os:
|
308
|
+
name: GNU/Linux
|
309
|
+
short_name: LIN
|
310
|
+
version:
|
311
|
+
platform: x64
|
312
|
+
client:
|
313
|
+
type: browser
|
314
|
+
name: Chrome
|
315
|
+
short_name: CH
|
316
|
+
version: "30.0.1599.114"
|
317
|
+
engine: Blink
|
318
|
+
device:
|
319
|
+
type: tv
|
320
|
+
brand: C2
|
321
|
+
model: TV55
|
322
|
+
os_family: GNU/Linux
|
323
|
+
browser_family: Chrome
|
126
324
|
-
|
127
325
|
user_agent: Opera/9.80 (Linux sh4; U; ; en; CreNova Build) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 HbbTV/1.1.1 (;CreNova;CNV001;1.0;1.0; FXM-U2FsdGVkX1/VHpIx4++T5dr9nrGwg2lrTv3h0bv5wA819tf9ZWJf5kbW8psLCFgl-END; en) Presto/2.9.167 Ve
|
128
326
|
os:
|
129
327
|
name: GNU/Linux
|
130
328
|
short_name: LIN
|
131
329
|
version:
|
330
|
+
platform:
|
132
331
|
client:
|
133
332
|
type: browser
|
134
333
|
name: Opera
|
135
334
|
short_name: OP
|
136
335
|
version: "4.0"
|
137
|
-
engine:
|
336
|
+
engine: Elektra
|
138
337
|
device:
|
139
338
|
type: tv
|
140
339
|
brand: CR
|
@@ -147,6 +346,7 @@
|
|
147
346
|
name: GNU/Linux
|
148
347
|
short_name: LIN
|
149
348
|
version:
|
349
|
+
platform:
|
150
350
|
client:
|
151
351
|
type: browser
|
152
352
|
name: Opera
|
@@ -165,6 +365,7 @@
|
|
165
365
|
name: GNU/Linux
|
166
366
|
short_name: LIN
|
167
367
|
version:
|
368
|
+
platform:
|
168
369
|
client: null
|
169
370
|
device:
|
170
371
|
type: tv
|
@@ -173,22 +374,114 @@
|
|
173
374
|
os_family: GNU/Linux
|
174
375
|
browser_family: Unknown
|
175
376
|
-
|
176
|
-
user_agent:
|
377
|
+
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
|
177
378
|
os:
|
178
|
-
name:
|
179
|
-
short_name:
|
180
|
-
version:
|
379
|
+
name: GNU/Linux
|
380
|
+
short_name: LIN
|
381
|
+
version:
|
382
|
+
platform:
|
383
|
+
client:
|
384
|
+
type: browser
|
385
|
+
name: Opera
|
386
|
+
short_name: OP
|
387
|
+
version: "12.00"
|
388
|
+
engine: Presto
|
389
|
+
device:
|
390
|
+
type: tv
|
391
|
+
brand: DU
|
392
|
+
model: connect
|
393
|
+
os_family: GNU/Linux
|
394
|
+
browser_family: Opera
|
395
|
+
-
|
396
|
+
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
|
397
|
+
os:
|
398
|
+
name: GNU/Linux
|
399
|
+
short_name: LIN
|
400
|
+
version:
|
401
|
+
platform:
|
402
|
+
client:
|
403
|
+
type: browser
|
404
|
+
name: Opera
|
405
|
+
short_name: OP
|
406
|
+
version: "12.00"
|
407
|
+
engine: Presto
|
408
|
+
device:
|
409
|
+
type: tv
|
410
|
+
brand: DU
|
411
|
+
model: tv102
|
412
|
+
os_family: GNU/Linux
|
413
|
+
browser_family: Opera
|
414
|
+
-
|
415
|
+
user_agent: Opera/9.80 (Linux mips; U; xx) Presto/2.10.287 Version/12.00 DuneHD/1.0 (tv102; 130515_2104_b6) CE-HTML/1.0 NETRANGEMMH
|
416
|
+
os:
|
417
|
+
name: GNU/Linux
|
418
|
+
short_name: LIN
|
419
|
+
version:
|
420
|
+
platform:
|
421
|
+
client:
|
422
|
+
type: browser
|
423
|
+
name: Opera
|
424
|
+
short_name: OP
|
425
|
+
version: "12.00"
|
426
|
+
engine: Presto
|
427
|
+
device:
|
428
|
+
type: tv
|
429
|
+
brand: DU
|
430
|
+
model: tv102
|
431
|
+
os_family: GNU/Linux
|
432
|
+
browser_family: Opera
|
433
|
+
-
|
434
|
+
user_agent: Opera/9.80 (Linux mips; U; xx) Presto/2.10.287 Version/12.00 DuneHD/1.0 (tv303d; 130515_2104_b6) CE-HTML/1.0 NETRANGEMMH
|
435
|
+
os:
|
436
|
+
name: GNU/Linux
|
437
|
+
short_name: LIN
|
438
|
+
version:
|
439
|
+
platform:
|
440
|
+
client:
|
441
|
+
type: browser
|
442
|
+
name: Opera
|
443
|
+
short_name: OP
|
444
|
+
version: "12.00"
|
445
|
+
engine: Presto
|
446
|
+
device:
|
447
|
+
type: tv
|
448
|
+
brand: DU
|
449
|
+
model: tv303d
|
450
|
+
os_family: GNU/Linux
|
451
|
+
browser_family: Opera
|
452
|
+
-
|
453
|
+
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
|
+
os: [ ]
|
181
455
|
client:
|
182
456
|
type: browser
|
183
457
|
name: Chrome
|
184
458
|
short_name: CH
|
185
|
-
version: "
|
186
|
-
engine:
|
459
|
+
version: "31.0.1650.0"
|
460
|
+
engine: Blink
|
187
461
|
device:
|
188
462
|
type: tv
|
189
463
|
brand: GO
|
190
|
-
model:
|
191
|
-
os_family:
|
464
|
+
model: Chromecast
|
465
|
+
os_family: Unknown
|
466
|
+
browser_family: Chrome
|
467
|
+
-
|
468
|
+
user_agent: Mozilla/5.0 (Linux; Android 5.1.1; Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.75 Safari/537.36 CrKey/1.14.32904
|
469
|
+
os:
|
470
|
+
name: Android
|
471
|
+
short_name: AND
|
472
|
+
version: "5.1.1"
|
473
|
+
platform:
|
474
|
+
client:
|
475
|
+
type: browser
|
476
|
+
name: Chrome
|
477
|
+
short_name: CH
|
478
|
+
version: "41.0.2272.75"
|
479
|
+
engine: Blink
|
480
|
+
device:
|
481
|
+
type: tv
|
482
|
+
brand: GO
|
483
|
+
model: Chromecast
|
484
|
+
os_family: Android
|
192
485
|
browser_family: Chrome
|
193
486
|
-
|
194
487
|
user_agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Large Screen Safari/534.24 GoogleTV/092754
|
@@ -196,6 +489,7 @@
|
|
196
489
|
name: Google TV
|
197
490
|
short_name: GTV
|
198
491
|
version: "092754"
|
492
|
+
platform: x86
|
199
493
|
client:
|
200
494
|
type: browser
|
201
495
|
name: Chrome
|
@@ -214,6 +508,7 @@
|
|
214
508
|
name: GNU/Linux
|
215
509
|
short_name: LIN
|
216
510
|
version:
|
511
|
+
platform:
|
217
512
|
client:
|
218
513
|
type: browser
|
219
514
|
name: Opera
|
@@ -247,6 +542,7 @@
|
|
247
542
|
name: GNU/Linux
|
248
543
|
short_name: LIN
|
249
544
|
version:
|
545
|
+
platform:
|
250
546
|
client:
|
251
547
|
type: browser
|
252
548
|
name: Opera
|
@@ -260,11 +556,12 @@
|
|
260
556
|
os_family: GNU/Linux
|
261
557
|
browser_family: Opera
|
262
558
|
-
|
263
|
-
user_agent: Opera/9.80 (Linux mips; U; HbbTV/1.1.1 (; Humax;
|
559
|
+
user_agent: Opera/9.80 (Linux mips; U; HbbTV/1.1.1 (; Humax; hdr1000s; 1.0.0; 1.0.0; ); ce-html/1.0; xx) Presto/2.10.250 Version/11.60
|
264
560
|
os:
|
265
561
|
name: GNU/Linux
|
266
562
|
short_name: LIN
|
267
563
|
version:
|
564
|
+
platform:
|
268
565
|
client:
|
269
566
|
type: browser
|
270
567
|
name: Opera
|
@@ -274,30 +571,16 @@
|
|
274
571
|
device:
|
275
572
|
type: tv
|
276
573
|
brand: HX
|
277
|
-
model:
|
574
|
+
model: hdr1000s
|
278
575
|
os_family: GNU/Linux
|
279
576
|
browser_family: Opera
|
280
577
|
-
|
281
|
-
user_agent: HbbTV/1.1.1 (
|
282
|
-
os: [ ]
|
283
|
-
client:
|
284
|
-
type: browser
|
285
|
-
name: ANTGalio
|
286
|
-
short_name: AG
|
287
|
-
version: "3.1.1.23.04.09"
|
288
|
-
engine:
|
289
|
-
device:
|
290
|
-
type: tv
|
291
|
-
brand: HX
|
292
|
-
model: iCord Cable
|
293
|
-
os_family: Unknown
|
294
|
-
browser_family: Unknown
|
295
|
-
-
|
296
|
-
user_agent: Opera/9.80 (Linux mips; U; HbbTV/1.1.1 (; Humax; iCord HD+; 1.0.0; 1.0.0; ); ce-html/1.0; en) Presto/2.10.250 Version/11.60
|
578
|
+
user_agent: Opera/9.80 (Linux mips; U; HbbTV/1.1.1 (; Humax; HM-9504HD; 0.01.06; 1.0; scrlgnnew; ); ce-html/1.0; xx) Presto/2.10.250 Version/11.60
|
297
579
|
os:
|
298
580
|
name: GNU/Linux
|
299
581
|
short_name: LIN
|
300
582
|
version:
|
583
|
+
platform:
|
301
584
|
client:
|
302
585
|
type: browser
|
303
586
|
name: Opera
|
@@ -307,15 +590,16 @@
|
|
307
590
|
device:
|
308
591
|
type: tv
|
309
592
|
brand: HX
|
310
|
-
model:
|
593
|
+
model: HM-9504HD
|
311
594
|
os_family: GNU/Linux
|
312
595
|
browser_family: Opera
|
313
596
|
-
|
314
|
-
user_agent: Opera/9.80 (Linux
|
597
|
+
user_agent: Opera/9.80 (Linux mips; U; HbbTV/1.1.1 (; Humax; hms1000s; 1.0.0; 1.0.0; ); ce-html/1.0; en) Presto/2.10.250 Version/11.60
|
315
598
|
os:
|
316
599
|
name: GNU/Linux
|
317
600
|
short_name: LIN
|
318
601
|
version:
|
602
|
+
platform:
|
319
603
|
client:
|
320
604
|
type: browser
|
321
605
|
name: Opera
|
@@ -325,25 +609,113 @@
|
|
325
609
|
device:
|
326
610
|
type: tv
|
327
611
|
brand: HX
|
328
|
-
model:
|
612
|
+
model: HMS-1000S
|
329
613
|
os_family: GNU/Linux
|
330
614
|
browser_family: Opera
|
331
615
|
-
|
332
|
-
user_agent: Opera/9.80 (Linux
|
616
|
+
user_agent: Opera/9.80 (Linux mips; Opera TV Store/5896; HbbTV/1.2.1 (PVR; freesat/1.0; hms1000sph2; 1.0.0; 1.0.0; UX-PRISM--OP-NONE); ce-html/1.0) Presto/2.12.407 Version/12.50 Model/Humax-TestingDevice
|
333
617
|
os:
|
334
618
|
name: GNU/Linux
|
335
619
|
short_name: LIN
|
336
620
|
version:
|
621
|
+
platform:
|
337
622
|
client:
|
338
623
|
type: browser
|
339
624
|
name: Opera
|
340
625
|
short_name: OP
|
341
|
-
version: "
|
626
|
+
version: "12.50"
|
342
627
|
engine: Presto
|
343
628
|
device:
|
344
629
|
type: tv
|
345
630
|
brand: HX
|
346
|
-
model:
|
631
|
+
model: HMS-1000S
|
632
|
+
os_family: GNU/Linux
|
633
|
+
browser_family: Opera
|
634
|
+
-
|
635
|
+
user_agent: HbbTV/1.1.1 (+PVR;Humax;iCord Cable;1.01.09;1.0)CE-HTML/1.0 ANTGalio/3.1.1.23.04.09
|
636
|
+
os: [ ]
|
637
|
+
client:
|
638
|
+
type: browser
|
639
|
+
name: ANTGalio
|
640
|
+
short_name: AG
|
641
|
+
version: "3.1.1.23.04.09"
|
642
|
+
engine:
|
643
|
+
device:
|
644
|
+
type: tv
|
645
|
+
brand: HX
|
646
|
+
model: iCord Cable
|
647
|
+
os_family: Unknown
|
648
|
+
browser_family: Unknown
|
649
|
+
-
|
650
|
+
user_agent: HbbTV/1.1.1 (+PVR;Humax;iCord HD+;1.01.17;1.0)CE-HTML/1.0 ANTGalio/3.1.1.23.04
|
651
|
+
os: [ ]
|
652
|
+
client:
|
653
|
+
type: browser
|
654
|
+
name: ANTGalio
|
655
|
+
short_name: AG
|
656
|
+
version: "3.1.1.23.04"
|
657
|
+
engine:
|
658
|
+
device:
|
659
|
+
type: tv
|
660
|
+
brand: HX
|
661
|
+
model: iCord HD+
|
662
|
+
os_family: Unknown
|
663
|
+
browser_family: Unknown
|
664
|
+
-
|
665
|
+
user_agent: Opera/9.80 (Linux mips; U; HbbTV/1.1.1 (; Humax; iCord HD+; 1.0.0; 1.0.0; ); ce-html/1.0; en) Presto/2.10.250 Version/11.60
|
666
|
+
os:
|
667
|
+
name: GNU/Linux
|
668
|
+
short_name: LIN
|
669
|
+
version:
|
670
|
+
platform:
|
671
|
+
client:
|
672
|
+
type: browser
|
673
|
+
name: Opera
|
674
|
+
short_name: OP
|
675
|
+
version: "11.60"
|
676
|
+
engine: Presto
|
677
|
+
device:
|
678
|
+
type: tv
|
679
|
+
brand: HX
|
680
|
+
model: iCord HD+
|
681
|
+
os_family: GNU/Linux
|
682
|
+
browser_family: Opera
|
683
|
+
-
|
684
|
+
user_agent: Opera/9.80 (Linux 7335b0-smp; U; HbbTV/1.1.1 (; Humax; iCord MINI; 0.90.02; 1.0; ); ce-html/1.0; en) Presto/2.10.250 Version/11.60
|
685
|
+
os:
|
686
|
+
name: GNU/Linux
|
687
|
+
short_name: LIN
|
688
|
+
version:
|
689
|
+
platform:
|
690
|
+
client:
|
691
|
+
type: browser
|
692
|
+
name: Opera
|
693
|
+
short_name: OP
|
694
|
+
version: "11.60"
|
695
|
+
engine: Presto
|
696
|
+
device:
|
697
|
+
type: tv
|
698
|
+
brand: HX
|
699
|
+
model: iCord MINI
|
700
|
+
os_family: GNU/Linux
|
701
|
+
browser_family: Opera
|
702
|
+
-
|
703
|
+
user_agent: Opera/9.80 (Linux 7325b0; U; HbbTV/1.1.1 (; Humax; IRHD-5100S; 1.01.26; 1.0; ); ce-html/1.0; en) Presto/2.9.167 Version/11.50
|
704
|
+
os:
|
705
|
+
name: GNU/Linux
|
706
|
+
short_name: LIN
|
707
|
+
version:
|
708
|
+
platform:
|
709
|
+
client:
|
710
|
+
type: browser
|
711
|
+
name: Opera
|
712
|
+
short_name: OP
|
713
|
+
version: "11.50"
|
714
|
+
engine: Presto
|
715
|
+
device:
|
716
|
+
type: tv
|
717
|
+
brand: HX
|
718
|
+
model: IRHD-5100S
|
347
719
|
os_family: GNU/Linux
|
348
720
|
browser_family: Opera
|
349
721
|
-
|
@@ -352,6 +724,7 @@
|
|
352
724
|
name: GNU/Linux
|
353
725
|
short_name: LIN
|
354
726
|
version:
|
727
|
+
platform: ARM
|
355
728
|
client:
|
356
729
|
type: browser
|
357
730
|
name: Opera
|
@@ -370,6 +743,7 @@
|
|
370
743
|
name: GNU/Linux
|
371
744
|
short_name: LIN
|
372
745
|
version:
|
746
|
+
platform:
|
373
747
|
client:
|
374
748
|
type: browser
|
375
749
|
name: Opera
|
@@ -388,6 +762,7 @@
|
|
388
762
|
name: GNU/Linux
|
389
763
|
short_name: LIN
|
390
764
|
version:
|
765
|
+
platform:
|
391
766
|
client:
|
392
767
|
type: browser
|
393
768
|
name: Opera
|
@@ -406,6 +781,7 @@
|
|
406
781
|
name: GNU/Linux
|
407
782
|
short_name: LIN
|
408
783
|
version:
|
784
|
+
platform:
|
409
785
|
client:
|
410
786
|
type: browser
|
411
787
|
name: Opera
|
@@ -425,7 +801,17 @@
|
|
425
801
|
device:
|
426
802
|
type: tv
|
427
803
|
brand: IV
|
428
|
-
model: Volksbox Essential
|
804
|
+
model: IDL-6640N Volksbox Essential
|
805
|
+
os_family: Unknown
|
806
|
+
browser_family: Unknown
|
807
|
+
-
|
808
|
+
user_agent: 'Mozilla/5.0 (;;;) AppleWebKit/534.6 HbbTV/1.1.1 (+DL+PVR; inverto; IDL-6651N Volksbox Web Edition; 1.0; 1.0;) hdplusinteraktiv/1.0 (NETRANGEMMH;) CE-HTML/1.0'
|
809
|
+
os: [ ]
|
810
|
+
client: null
|
811
|
+
device:
|
812
|
+
type: tv
|
813
|
+
brand: IV
|
814
|
+
model: IDL-6651N Volksbox Web Edition
|
429
815
|
os_family: Unknown
|
430
816
|
browser_family: Unknown
|
431
817
|
-
|
@@ -435,25 +821,64 @@
|
|
435
821
|
device:
|
436
822
|
type: tv
|
437
823
|
brand: IV
|
438
|
-
model: Volksbox II
|
824
|
+
model: IDL-6750N Volksbox II
|
439
825
|
os_family: Unknown
|
440
826
|
browser_family: Unknown
|
441
827
|
-
|
442
|
-
user_agent: 'Mozilla/5.0 (;;;) AppleWebKit/
|
828
|
+
user_agent: 'Mozilla/5.0 (;;;) AppleWebKit/538.6 HbbTV/1.1.1 (+DL+PVR; inverto; QUANTUM - IDL9000; 1.0; 1.0;) CE-HTML/1.0 hdplusinteraktiv/1.0 (NETRANGEMMH;)'
|
443
829
|
os: [ ]
|
444
830
|
client: null
|
445
831
|
device:
|
446
832
|
type: tv
|
447
833
|
brand: IV
|
448
|
-
model:
|
834
|
+
model: 'QUANTUM - IDL9000'
|
449
835
|
os_family: Unknown
|
450
836
|
browser_family: Unknown
|
837
|
+
-
|
838
|
+
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
|
839
|
+
os:
|
840
|
+
name: Android
|
841
|
+
short_name: AND
|
842
|
+
version: "4.2.2"
|
843
|
+
platform:
|
844
|
+
client:
|
845
|
+
type: browser
|
846
|
+
name: Chrome Mobile
|
847
|
+
short_name: CM
|
848
|
+
version: "25.0.1364.173"
|
849
|
+
engine: WebKit
|
850
|
+
device:
|
851
|
+
type: tv
|
852
|
+
brand: KN
|
853
|
+
model: Fire TV
|
854
|
+
os_family: Android
|
855
|
+
browser_family: Chrome
|
856
|
+
-
|
857
|
+
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
|
858
|
+
os:
|
859
|
+
name: Android
|
860
|
+
short_name: AND
|
861
|
+
version: "4.2.2"
|
862
|
+
platform:
|
863
|
+
client:
|
864
|
+
type: browser
|
865
|
+
name: Chrome Mobile
|
866
|
+
short_name: CM
|
867
|
+
version: "34.0.0.0"
|
868
|
+
engine: Blink
|
869
|
+
device:
|
870
|
+
type: tv
|
871
|
+
brand: KN
|
872
|
+
model: Fire TV stick
|
873
|
+
os_family: Android
|
874
|
+
browser_family: Chrome
|
451
875
|
-
|
452
876
|
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 ;)
|
453
877
|
os:
|
454
878
|
name: GNU/Linux
|
455
879
|
short_name: LIN
|
456
880
|
version:
|
881
|
+
platform:
|
457
882
|
client:
|
458
883
|
type: browser
|
459
884
|
name: Safari
|
@@ -466,30 +891,70 @@
|
|
466
891
|
model: GLOBAL PLAT3
|
467
892
|
os_family: GNU/Linux
|
468
893
|
browser_family: Safari
|
894
|
+
-
|
895
|
+
user_agent: Mozilla/5.0 (Linux; NetCast; U) AppleWwbKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.33 Safari/537.31 SmartTV/5.0
|
896
|
+
os:
|
897
|
+
name: GNU/Linux
|
898
|
+
short_name: LIN
|
899
|
+
version:
|
900
|
+
platform:
|
901
|
+
client:
|
902
|
+
type: browser
|
903
|
+
name: Chrome
|
904
|
+
short_name: CH
|
905
|
+
version: "26.0.1410.33"
|
906
|
+
engine: WebKit
|
907
|
+
device:
|
908
|
+
type: tv
|
909
|
+
brand: LG
|
910
|
+
model: NetCast
|
911
|
+
os_family: GNU/Linux
|
912
|
+
browser_family: Chrome
|
469
913
|
-
|
470
914
|
user_agent: Mozilla/5.0 (DirectFB; U; Linux mips; en) AppleWebKit/531.2+ (KHTML, like Gecko) Safari/531.2+ LG Browser/4.0.10(+SCREEN+TUNER; LGE; 42LE5500-SA; 04.02.02; 0x00000001;); LG NetCast.TV-2010
|
471
915
|
os:
|
472
916
|
name: GNU/Linux
|
473
917
|
short_name: LIN
|
474
918
|
version:
|
919
|
+
platform:
|
475
920
|
client:
|
476
921
|
type: browser
|
477
|
-
name:
|
478
|
-
short_name:
|
922
|
+
name: LG Browser
|
923
|
+
short_name: LG
|
924
|
+
version: "4.0.10"
|
925
|
+
engine: WebKit
|
926
|
+
device:
|
927
|
+
type: tv
|
928
|
+
brand: LG
|
929
|
+
model: NetCast
|
930
|
+
os_family: GNU/Linux
|
931
|
+
browser_family: Unknown
|
932
|
+
-
|
933
|
+
user_agent: Mozilla/5.0 (DirectFB; Linux armv7l) AppleWebKit/534.26+ (KHTML, like Gecko) Version/5.0 Safari/534.26+ LG Browser/5.00.00(+mouse+3D+SCREEN+TUNER; LGE; 47LM9600-NA; 06.00.00; 0x00000001;); LG NetCast.TV-2012 0
|
934
|
+
os:
|
935
|
+
name: GNU/Linux
|
936
|
+
short_name: LIN
|
479
937
|
version:
|
938
|
+
platform: ARM
|
939
|
+
client:
|
940
|
+
type: browser
|
941
|
+
name: LG Browser
|
942
|
+
short_name: LG
|
943
|
+
version: "5.00.00"
|
480
944
|
engine: WebKit
|
481
945
|
device:
|
482
946
|
type: tv
|
483
947
|
brand: LG
|
484
948
|
model: NetCast
|
485
949
|
os_family: GNU/Linux
|
486
|
-
browser_family:
|
950
|
+
browser_family: Unknown
|
487
951
|
-
|
488
952
|
user_agent: Mozilla/5.0 (DirectFB; Linux armv7l) AppleWebKit/534.26+ (KHTML, like Gecko) Version/5.0 Safari/534.26+ HbbTV/1.1.1 ( ;LGE ;NetCast 3.0 ;1.0 ;1.0M ;)
|
489
953
|
os:
|
490
954
|
name: GNU/Linux
|
491
955
|
short_name: LIN
|
492
956
|
version:
|
957
|
+
platform: ARM
|
493
958
|
client:
|
494
959
|
type: browser
|
495
960
|
name: Safari
|
@@ -508,6 +973,7 @@
|
|
508
973
|
name: GNU/Linux
|
509
974
|
short_name: LIN
|
510
975
|
version:
|
976
|
+
platform: ARM
|
511
977
|
client:
|
512
978
|
type: browser
|
513
979
|
name: Safari
|
@@ -556,6 +1022,7 @@
|
|
556
1022
|
name: GNU/Linux
|
557
1023
|
short_name: LIN
|
558
1024
|
version:
|
1025
|
+
platform:
|
559
1026
|
client:
|
560
1027
|
type: browser
|
561
1028
|
name: Opera
|
@@ -584,6 +1051,7 @@
|
|
584
1051
|
name: GNU/Linux
|
585
1052
|
short_name: LIN
|
586
1053
|
version:
|
1054
|
+
platform:
|
587
1055
|
client:
|
588
1056
|
type: browser
|
589
1057
|
name: Opera
|
@@ -602,6 +1070,7 @@
|
|
602
1070
|
name: GNU/Linux
|
603
1071
|
short_name: LIN
|
604
1072
|
version:
|
1073
|
+
platform: ARM
|
605
1074
|
client:
|
606
1075
|
type: browser
|
607
1076
|
name: Safari
|
@@ -616,7 +1085,11 @@
|
|
616
1085
|
browser_family: Safari
|
617
1086
|
-
|
618
1087
|
user_agent: HbbTV/1.1.1 (;MTK;MT5396;;;) ANTGalio/3.2.0.C341.06
|
619
|
-
os:
|
1088
|
+
os:
|
1089
|
+
name: MTK / Nucleus
|
1090
|
+
short_name: MTK
|
1091
|
+
version:
|
1092
|
+
platform:
|
620
1093
|
client:
|
621
1094
|
type: browser
|
622
1095
|
name: ANTGalio
|
@@ -627,11 +1100,15 @@
|
|
627
1100
|
type: tv
|
628
1101
|
brand: MK
|
629
1102
|
model: MT5396
|
630
|
-
os_family:
|
1103
|
+
os_family: Real-time OS
|
631
1104
|
browser_family: Unknown
|
632
1105
|
-
|
633
1106
|
user_agent: HbbTV/1.2.1 (;MTK;MT5396;;;) ANTGalio/3.3.0.26.02.devel
|
634
|
-
os:
|
1107
|
+
os:
|
1108
|
+
name: MTK / Nucleus
|
1109
|
+
short_name: MTK
|
1110
|
+
version:
|
1111
|
+
platform:
|
635
1112
|
client:
|
636
1113
|
type: browser
|
637
1114
|
name: ANTGalio
|
@@ -642,14 +1119,53 @@
|
|
642
1119
|
type: tv
|
643
1120
|
brand: MK
|
644
1121
|
model: MT5396
|
645
|
-
os_family:
|
1122
|
+
os_family: Real-time OS
|
646
1123
|
browser_family: Unknown
|
1124
|
+
-
|
1125
|
+
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
|
1126
|
+
os:
|
1127
|
+
name: Android
|
1128
|
+
short_name: AND
|
1129
|
+
version: "3.2"
|
1130
|
+
platform:
|
1131
|
+
client:
|
1132
|
+
type: browser
|
1133
|
+
name: Android Browser
|
1134
|
+
short_name: AN
|
1135
|
+
version:
|
1136
|
+
engine: WebKit
|
1137
|
+
device:
|
1138
|
+
type: tv
|
1139
|
+
brand: NA
|
1140
|
+
model: NeoTV Prime
|
1141
|
+
os_family: Android
|
1142
|
+
browser_family: Android Browser
|
1143
|
+
-
|
1144
|
+
user_agent: Opera/9.80 (Linux i686; U; fr) Presto/2.10.287 Version/12.00 ; SC/IHD92 STB
|
1145
|
+
os:
|
1146
|
+
name: GNU/Linux
|
1147
|
+
short_name: LIN
|
1148
|
+
version:
|
1149
|
+
platform: x86
|
1150
|
+
client:
|
1151
|
+
type: browser
|
1152
|
+
name: Opera
|
1153
|
+
short_name: OP
|
1154
|
+
version: "12.00"
|
1155
|
+
engine: Presto
|
1156
|
+
device:
|
1157
|
+
type: tv
|
1158
|
+
brand: OR
|
1159
|
+
model: Livebox Play
|
1160
|
+
os_family: GNU/Linux
|
1161
|
+
browser_family: Opera
|
647
1162
|
-
|
648
1163
|
user_agent: Opera/9.80 (Linux mn10300; U; HbbTV/1.1.1 (+PVR; Panasonic; DIGA M9031; 3.030; ; ); en) Presto/2.9.167 Version/11.50
|
649
1164
|
os:
|
650
1165
|
name: GNU/Linux
|
651
1166
|
short_name: LIN
|
652
1167
|
version:
|
1168
|
+
platform:
|
653
1169
|
client:
|
654
1170
|
type: browser
|
655
1171
|
name: Opera
|
@@ -662,6 +1178,54 @@
|
|
662
1178
|
model:
|
663
1179
|
os_family: GNU/Linux
|
664
1180
|
browser_family: Opera
|
1181
|
+
-
|
1182
|
+
user_agent: Hybridcast/1.0 (;008045;PANATV1308;2;2;)
|
1183
|
+
os: [ ]
|
1184
|
+
client: null
|
1185
|
+
device:
|
1186
|
+
type: tv
|
1187
|
+
brand: PA
|
1188
|
+
model: Smart TV
|
1189
|
+
os_family: Unknown
|
1190
|
+
browser_family: Unknown
|
1191
|
+
-
|
1192
|
+
user_agent: Mozilla/5.0 (FreeBSD; U; Viera; fr-FR) AppleWebKit/535.1 (KHTML, like Gecko) Viera/1.5.2 Chrome/14.0.835.202 Safari/535.1
|
1193
|
+
os:
|
1194
|
+
name: FreeBSD
|
1195
|
+
short_name: BSD
|
1196
|
+
version:
|
1197
|
+
platform:
|
1198
|
+
client:
|
1199
|
+
type: browser
|
1200
|
+
name: Chrome
|
1201
|
+
short_name: CH
|
1202
|
+
version: "14.0.835.202"
|
1203
|
+
engine: WebKit
|
1204
|
+
device:
|
1205
|
+
type: tv
|
1206
|
+
brand: PA
|
1207
|
+
model: Smart TV
|
1208
|
+
os_family: Unix
|
1209
|
+
browser_family: Chrome
|
1210
|
+
-
|
1211
|
+
user_agent: Mozilla/5.0 (X11; FreeBSD; U; Viera; de-DE) AppleWebKit/537.11 (KHTML, like Gecko) Viera/3.10.0 Chrome/23.0.1271.97 Safari/537.11
|
1212
|
+
os:
|
1213
|
+
name: FreeBSD
|
1214
|
+
short_name: BSD
|
1215
|
+
version:
|
1216
|
+
platform:
|
1217
|
+
client:
|
1218
|
+
type: browser
|
1219
|
+
name: Chrome
|
1220
|
+
short_name: CH
|
1221
|
+
version: "23.0.1271.97"
|
1222
|
+
engine: WebKit
|
1223
|
+
device:
|
1224
|
+
type: tv
|
1225
|
+
brand: PA
|
1226
|
+
model: Smart TV
|
1227
|
+
os_family: Unix
|
1228
|
+
browser_family: Chrome
|
665
1229
|
-
|
666
1230
|
user_agent: HbbTV/1.1.1 (;Panasonic;VIERA 2011;1.805;0071-7702 2000-0000;)
|
667
1231
|
os: [ ]
|
@@ -693,251 +1257,800 @@
|
|
693
1257
|
os_family: Unknown
|
694
1258
|
browser_family: Unknown
|
695
1259
|
-
|
696
|
-
user_agent: Opera/9.80 (Linux armv6l; U; NETRANGEMMH;HbbTV/1.1.1;CE-HTML/1.0;PEAQ LF1V350; en) Presto/2.8.115 Version/11.10
|
1260
|
+
user_agent: Opera/9.80 (Linux armv6l; U; NETRANGEMMH;HbbTV/1.1.1;CE-HTML/1.0;PEAQ LF1V350; en) Presto/2.8.115 Version/11.10
|
1261
|
+
os:
|
1262
|
+
name: GNU/Linux
|
1263
|
+
short_name: LIN
|
1264
|
+
version:
|
1265
|
+
platform: ARM
|
1266
|
+
client:
|
1267
|
+
type: browser
|
1268
|
+
name: Opera
|
1269
|
+
short_name: OP
|
1270
|
+
version: "11.10"
|
1271
|
+
engine: Presto
|
1272
|
+
device:
|
1273
|
+
type: tv
|
1274
|
+
brand: PE
|
1275
|
+
model: LF1V350
|
1276
|
+
os_family: GNU/Linux
|
1277
|
+
browser_family: Opera
|
1278
|
+
-
|
1279
|
+
user_agent: 'Opera/9.80 (Linux armv7l; HbbTV/1.2.1 (; Philips; 28HFL5009D12; ; PHILIPSTV; CE-HTML/1.0 NETTV/4.4.1 SmartTvA/3.0.0 Firmware/004.001.163.001 (PhilipsTV, 3.1.1,)en) ) Presto/2.12.407 Version/12.50'
|
1280
|
+
os:
|
1281
|
+
name: GNU/Linux
|
1282
|
+
short_name: LIN
|
1283
|
+
version:
|
1284
|
+
platform: ARM
|
1285
|
+
client:
|
1286
|
+
type: browser
|
1287
|
+
name: Opera
|
1288
|
+
short_name: OP
|
1289
|
+
version: "12.50"
|
1290
|
+
engine: Presto
|
1291
|
+
device:
|
1292
|
+
type: tv
|
1293
|
+
brand: PH
|
1294
|
+
model: 28HFL5009D12
|
1295
|
+
os_family: GNU/Linux
|
1296
|
+
browser_family: Opera
|
1297
|
+
-
|
1298
|
+
user_agent: 'Opera/9.80 (Linux armv7l; HbbTV/1.2.1 (; Philips; 55PUS780912; ; PHILIPSTV; CE-HTML/1.0 NETTV/4.4.1 SmartTvA/3.0.0 Firmware/014.002.026.129 (PhilipsTV, 3.1.1,)en) ) Presto/2.12.407 Version/12.50'
|
1299
|
+
os:
|
1300
|
+
name: GNU/Linux
|
1301
|
+
short_name: LIN
|
1302
|
+
version:
|
1303
|
+
platform: ARM
|
1304
|
+
client:
|
1305
|
+
type: browser
|
1306
|
+
name: Opera
|
1307
|
+
short_name: OP
|
1308
|
+
version: "12.50"
|
1309
|
+
engine: Presto
|
1310
|
+
device:
|
1311
|
+
type: tv
|
1312
|
+
brand: PH
|
1313
|
+
model: 55PUS780912
|
1314
|
+
os_family: GNU/Linux
|
1315
|
+
browser_family: Opera
|
1316
|
+
-
|
1317
|
+
user_agent: Mozilla/5.0 (Linux; Android 4.2.2; AND1E TV Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.80 Safari/537.36
|
1318
|
+
os:
|
1319
|
+
name: Android
|
1320
|
+
short_name: AND
|
1321
|
+
version: "4.2.2"
|
1322
|
+
platform:
|
1323
|
+
client:
|
1324
|
+
type: browser
|
1325
|
+
name: Chrome
|
1326
|
+
short_name: CH
|
1327
|
+
version: "29.0.1547.80"
|
1328
|
+
engine: Blink
|
1329
|
+
device:
|
1330
|
+
type: tv
|
1331
|
+
brand: PH
|
1332
|
+
model: Android TV
|
1333
|
+
os_family: Android
|
1334
|
+
browser_family: Chrome
|
1335
|
+
-
|
1336
|
+
user_agent: Mozilla/5.0 (Linux; Android 4.2.2; AND1E Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.117 Mobile Safari/537.36
|
1337
|
+
os:
|
1338
|
+
name: Android
|
1339
|
+
short_name: AND
|
1340
|
+
version: "4.2.2"
|
1341
|
+
platform:
|
1342
|
+
client:
|
1343
|
+
type: browser
|
1344
|
+
name: Chrome Mobile
|
1345
|
+
short_name: CM
|
1346
|
+
version: "37.0.2062.117"
|
1347
|
+
engine: Blink
|
1348
|
+
device:
|
1349
|
+
type: tv
|
1350
|
+
brand: PH
|
1351
|
+
model: Android TV
|
1352
|
+
os_family: Android
|
1353
|
+
browser_family: Chrome
|
1354
|
+
-
|
1355
|
+
user_agent: WebKit/3.7.6, (CE-HTML/1.0 NETTV/3.3.0 NewB) PHILIPS-AVM-2013/2.19 (Philips, BDP5600, wired)
|
1356
|
+
os: [ ]
|
1357
|
+
client: null
|
1358
|
+
device:
|
1359
|
+
type: tv
|
1360
|
+
brand: PH
|
1361
|
+
model: Blu-ray Player (BDP5600)
|
1362
|
+
os_family: Unknown
|
1363
|
+
browser_family: Unknown
|
1364
|
+
-
|
1365
|
+
user_agent: HbbTV/1.2.1 (;Philips;MT5580;;;) ANTGalio/3.3.0.26.04
|
1366
|
+
os: [ ]
|
1367
|
+
client:
|
1368
|
+
type: browser
|
1369
|
+
name: ANTGalio
|
1370
|
+
short_name: AG
|
1371
|
+
version: "3.3.0.26.04"
|
1372
|
+
engine:
|
1373
|
+
device:
|
1374
|
+
type: tv
|
1375
|
+
brand: PH
|
1376
|
+
model: MT5580
|
1377
|
+
os_family: Unknown
|
1378
|
+
browser_family: Unknown
|
1379
|
+
-
|
1380
|
+
user_agent: Opera/9.70 (Linux armv6l ; U; CE-HTML/1.0 NETTV/2.0.2; en) Presto/2.2.1
|
1381
|
+
os:
|
1382
|
+
name: GNU/Linux
|
1383
|
+
short_name: LIN
|
1384
|
+
version:
|
1385
|
+
platform: ARM
|
1386
|
+
client:
|
1387
|
+
type: browser
|
1388
|
+
name: Opera
|
1389
|
+
short_name: OP
|
1390
|
+
version: "9.70"
|
1391
|
+
engine: Presto
|
1392
|
+
device:
|
1393
|
+
type: tv
|
1394
|
+
brand: PH
|
1395
|
+
model: NetTV Series
|
1396
|
+
os_family: GNU/Linux
|
1397
|
+
browser_family: Opera
|
1398
|
+
-
|
1399
|
+
user_agent: Opera/9.80 (Linux armv6l ; U; CE-HTML/1.0 NETTV/3.0.1;; en) Presto/2.6.33 Version/10.60
|
1400
|
+
os:
|
1401
|
+
name: GNU/Linux
|
1402
|
+
short_name: LIN
|
1403
|
+
version:
|
1404
|
+
platform: ARM
|
1405
|
+
client:
|
1406
|
+
type: browser
|
1407
|
+
name: Opera
|
1408
|
+
short_name: OP
|
1409
|
+
version: "10.60"
|
1410
|
+
engine: Presto
|
1411
|
+
device:
|
1412
|
+
type: tv
|
1413
|
+
brand: PH
|
1414
|
+
model: NetTV Series
|
1415
|
+
os_family: GNU/Linux
|
1416
|
+
browser_family: Opera
|
1417
|
+
-
|
1418
|
+
user_agent: Opera/9.80 (Linux armv7l; U; CE-HTML/1.0 NETTV/3.3.0; PHILIPS-AVM-2012; en) Presto/2.9.167 Version/11.50
|
1419
|
+
os:
|
1420
|
+
name: GNU/Linux
|
1421
|
+
short_name: LIN
|
1422
|
+
version:
|
1423
|
+
platform: ARM
|
1424
|
+
client:
|
1425
|
+
type: browser
|
1426
|
+
name: Opera
|
1427
|
+
short_name: OP
|
1428
|
+
version: "11.50"
|
1429
|
+
engine: Presto
|
1430
|
+
device:
|
1431
|
+
type: tv
|
1432
|
+
brand: PH
|
1433
|
+
model: NetTV Series
|
1434
|
+
os_family: GNU/Linux
|
1435
|
+
browser_family: Opera
|
1436
|
+
-
|
1437
|
+
user_agent: Opera/9.80 (Linux i686; U; HbbTV/1.1.1 (; Philips; ; ; ; ) CE-HTML/1.0 NETTV/4.0.1; en) Presto/2.10.250 Version/11.60
|
1438
|
+
os:
|
1439
|
+
name: GNU/Linux
|
1440
|
+
short_name: LIN
|
1441
|
+
version:
|
1442
|
+
platform: x86
|
1443
|
+
client:
|
1444
|
+
type: browser
|
1445
|
+
name: Opera
|
1446
|
+
short_name: OP
|
1447
|
+
version: "11.60"
|
1448
|
+
engine: Presto
|
1449
|
+
device:
|
1450
|
+
type: tv
|
1451
|
+
brand: PH
|
1452
|
+
model: NetTV Series
|
1453
|
+
os_family: GNU/Linux
|
1454
|
+
browser_family: Opera
|
1455
|
+
-
|
1456
|
+
user_agent: Opera/9.80(Linux armv7l; U; CE-HTML/1.0 NETTV/3.0.1; PHILIPS-AVM-2012; xx) Presto/2.10.250 Version/11.6
|
1457
|
+
os:
|
1458
|
+
name: GNU/Linux
|
1459
|
+
short_name: LIN
|
1460
|
+
version:
|
1461
|
+
platform: ARM
|
1462
|
+
client:
|
1463
|
+
type: browser
|
1464
|
+
name: Opera
|
1465
|
+
short_name: OP
|
1466
|
+
version: "11.6"
|
1467
|
+
engine: Presto
|
1468
|
+
device:
|
1469
|
+
type: tv
|
1470
|
+
brand: PH
|
1471
|
+
model: NetTV Series
|
1472
|
+
os_family: GNU/Linux
|
1473
|
+
browser_family: Opera
|
1474
|
+
-
|
1475
|
+
user_agent: 'Opera/9.80 (Linux armv7l; HbbTV/1.2.1 (; Philips; ; ; PHILIPSTV; ) CE-HTML/1.0 NETTV/4.4.1 SmartTvA/3.0.0 Firmware/010.001.072.040 (PhilipsTV, 3.1.1,)en) Presto/2.12.407 Version/12.50'
|
1476
|
+
os:
|
1477
|
+
name: GNU/Linux
|
1478
|
+
short_name: LIN
|
1479
|
+
version:
|
1480
|
+
platform: ARM
|
1481
|
+
client:
|
1482
|
+
type: browser
|
1483
|
+
name: Opera
|
1484
|
+
short_name: OP
|
1485
|
+
version: "12.50"
|
1486
|
+
engine: Presto
|
1487
|
+
device:
|
1488
|
+
type: tv
|
1489
|
+
brand: PH
|
1490
|
+
model: NetTV Series
|
1491
|
+
os_family: GNU/Linux
|
1492
|
+
browser_family: Opera
|
1493
|
+
-
|
1494
|
+
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
|
1495
|
+
os:
|
1496
|
+
name: Android
|
1497
|
+
short_name: AND
|
1498
|
+
version: "4.1.1"
|
1499
|
+
platform:
|
1500
|
+
client:
|
1501
|
+
type: browser
|
1502
|
+
name: Android Browser
|
1503
|
+
short_name: AN
|
1504
|
+
version:
|
1505
|
+
engine: WebKit
|
1506
|
+
device:
|
1507
|
+
type: tv
|
1508
|
+
brand: PV
|
1509
|
+
model: HDMI Smart TV Dongle
|
1510
|
+
os_family: Android
|
1511
|
+
browser_family: Android Browser
|
1512
|
+
-
|
1513
|
+
user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; nl-nl; POV_TV-HDMI-200BT Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30
|
1514
|
+
os:
|
1515
|
+
name: Android
|
1516
|
+
short_name: AND
|
1517
|
+
version: "4.1.1"
|
1518
|
+
platform:
|
1519
|
+
client:
|
1520
|
+
type: browser
|
1521
|
+
name: Android Browser
|
1522
|
+
short_name: AN
|
1523
|
+
version:
|
1524
|
+
engine: WebKit
|
1525
|
+
device:
|
1526
|
+
type: tv
|
1527
|
+
brand: PV
|
1528
|
+
model: Mini PC HDMI Dongle
|
1529
|
+
os_family: Android
|
1530
|
+
browser_family: Android Browser
|
1531
|
+
-
|
1532
|
+
user_agent: Mozilla/5.0 (Linux; U; Android 4.1.1; tr-tr; MK808 Build/JRO03H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30
|
1533
|
+
os:
|
1534
|
+
name: Android
|
1535
|
+
short_name: AND
|
1536
|
+
version: "4.1.1"
|
1537
|
+
platform:
|
1538
|
+
client:
|
1539
|
+
type: browser
|
1540
|
+
name: Android Browser
|
1541
|
+
short_name: AN
|
1542
|
+
version:
|
1543
|
+
engine: WebKit
|
1544
|
+
device:
|
1545
|
+
type: tv
|
1546
|
+
brand: RI
|
1547
|
+
model: MK808
|
1548
|
+
os_family: Android
|
1549
|
+
browser_family: Android Browser
|
1550
|
+
-
|
1551
|
+
user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; mk808b Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30
|
1552
|
+
os:
|
1553
|
+
name: Android
|
1554
|
+
short_name: AND
|
1555
|
+
version: "4.2.2"
|
1556
|
+
platform:
|
1557
|
+
client:
|
1558
|
+
type: browser
|
1559
|
+
name: Android Browser
|
1560
|
+
short_name: AN
|
1561
|
+
version:
|
1562
|
+
engine: WebKit
|
1563
|
+
device:
|
1564
|
+
type: tv
|
1565
|
+
brand: RI
|
1566
|
+
model: MK808b
|
1567
|
+
os_family: Android
|
1568
|
+
browser_family: Android Browser
|
1569
|
+
-
|
1570
|
+
user_agent: Roku/DVP-5.2 (025.02E03197A)
|
1571
|
+
os: [ ]
|
1572
|
+
client: null
|
1573
|
+
device:
|
1574
|
+
type: tv
|
1575
|
+
brand: RK
|
1576
|
+
model: Digital Video Player
|
1577
|
+
os_family: Unknown
|
1578
|
+
browser_family: Unknown
|
1579
|
+
-
|
1580
|
+
user_agent: Mozilla/4.0 (compatible; Gecko/20041115) Maple 5.0.0 Navi
|
1581
|
+
os: [ ]
|
1582
|
+
client: null
|
1583
|
+
device:
|
1584
|
+
type: tv
|
1585
|
+
brand: SA
|
1586
|
+
model:
|
1587
|
+
os_family: Unknown
|
1588
|
+
browser_family: Unknown
|
1589
|
+
-
|
1590
|
+
user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ru-ru; GT-B9150 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30
|
1591
|
+
os:
|
1592
|
+
name: Android
|
1593
|
+
short_name: AND
|
1594
|
+
version: "4.2.2"
|
1595
|
+
platform:
|
1596
|
+
client:
|
1597
|
+
type: browser
|
1598
|
+
name: Android Browser
|
1599
|
+
short_name: AN
|
1600
|
+
version:
|
1601
|
+
engine: WebKit
|
1602
|
+
device:
|
1603
|
+
type: tv
|
1604
|
+
brand: SA
|
1605
|
+
model: Home Sync
|
1606
|
+
os_family: Android
|
1607
|
+
browser_family: Android Browser
|
1608
|
+
-
|
1609
|
+
user_agent: Mozilla/5.0 (SmartHub; SMART-TV; U; Linux/SmartTV; Maple2012)
|
1610
|
+
os:
|
1611
|
+
name: GNU/Linux
|
1612
|
+
short_name: LIN
|
1613
|
+
version:
|
1614
|
+
platform:
|
1615
|
+
client: null
|
1616
|
+
device:
|
1617
|
+
type: tv
|
1618
|
+
brand: SA
|
1619
|
+
model: Smart TV
|
1620
|
+
os_family: GNU/Linux
|
1621
|
+
browser_family: Unknown
|
1622
|
+
-
|
1623
|
+
user_agent: Mozilla/5.0 (SMART-TV; X11; Linux i686) AppleWebKit/535.20+ (KHTML, like Gecko) Version/5.0 Safari/535.20+
|
1624
|
+
os:
|
1625
|
+
name: GNU/Linux
|
1626
|
+
short_name: LIN
|
1627
|
+
version:
|
1628
|
+
platform: x86
|
1629
|
+
client:
|
1630
|
+
type: browser
|
1631
|
+
name: Safari
|
1632
|
+
short_name: SF
|
1633
|
+
version: "5.0"
|
1634
|
+
engine: WebKit
|
1635
|
+
device:
|
1636
|
+
type: tv
|
1637
|
+
brand: SA
|
1638
|
+
model: Smart TV
|
1639
|
+
os_family: GNU/Linux
|
1640
|
+
browser_family: Safari
|
1641
|
+
-
|
1642
|
+
user_agent: Mozilla/5.0 (SMART-TV; Linux; Tizen 2.3) AppleWebkit/538.1 (KHTML, like Gecko) SamsungBrowser/1.0 TV Safari/538.1
|
1643
|
+
os:
|
1644
|
+
name: Tizen
|
1645
|
+
short_name: TIZ
|
1646
|
+
version: "2.3"
|
1647
|
+
platform:
|
1648
|
+
client:
|
1649
|
+
type: browser
|
1650
|
+
name: Samsung Browser
|
1651
|
+
short_name: SB
|
1652
|
+
version: "1.0"
|
1653
|
+
engine: WebKit
|
1654
|
+
device:
|
1655
|
+
type: tv
|
1656
|
+
brand: SA
|
1657
|
+
model: Smart TV
|
1658
|
+
os_family: Other Mobile
|
1659
|
+
browser_family: Unknown
|
1660
|
+
-
|
1661
|
+
user_agent: HbbTV/1.1.1 (;;;;;) Maple_2011
|
1662
|
+
os: [ ]
|
1663
|
+
client: null
|
1664
|
+
device:
|
1665
|
+
type: tv
|
1666
|
+
brand: SA
|
1667
|
+
model: Smart TV 2011
|
1668
|
+
os_family: Unknown
|
1669
|
+
browser_family: Unknown
|
1670
|
+
-
|
1671
|
+
user_agent: HbbTV/1.1.1 (;Samsung;SmartTV2012;;;) WebKit
|
1672
|
+
os: [ ]
|
1673
|
+
client: null
|
1674
|
+
device:
|
1675
|
+
type: tv
|
1676
|
+
brand: SA
|
1677
|
+
model: Smart TV 2012
|
1678
|
+
os_family: Unknown
|
1679
|
+
browser_family: Unknown
|
1680
|
+
-
|
1681
|
+
user_agent: HbbTV/1.1.1 (;Samsung;SmartTV2013;BPH-F8509EUB-1003.2;;) WebKit
|
1682
|
+
os: [ ]
|
1683
|
+
client: null
|
1684
|
+
device:
|
1685
|
+
type: tv
|
1686
|
+
brand: SA
|
1687
|
+
model: Smart TV 2013
|
1688
|
+
os_family: Unknown
|
1689
|
+
browser_family: Unknown
|
1690
|
+
-
|
1691
|
+
user_agent: HbbTV/1.1.1 (;Samsung;SmartTV2014;T-MST14DEUC-1106.1;;) WebKit
|
1692
|
+
os: [ ]
|
1693
|
+
client: null
|
1694
|
+
device:
|
1695
|
+
type: tv
|
1696
|
+
brand: SA
|
1697
|
+
model: Smart TV 2014
|
1698
|
+
os_family: Unknown
|
1699
|
+
browser_family: Unknown
|
1700
|
+
-
|
1701
|
+
user_agent: SmartTV/1.0.0 (SAMSUNG;OTV-SMT-E5015;0x01;BAC.2012.05.12)
|
1702
|
+
os: [ ]
|
1703
|
+
client: null
|
1704
|
+
device:
|
1705
|
+
type: tv
|
1706
|
+
brand: SA
|
1707
|
+
model: SMT-E5015
|
1708
|
+
os_family: Unknown
|
1709
|
+
browser_family: Unknown
|
1710
|
+
-
|
1711
|
+
user_agent: Mozilla/5.0 (Linux; olleh tv; U; xx; SMT-E5015) AppleWebKit/536.25 (KHTML, like Gecko) AltiBrowser/3.0.4 (olleh tv; Large Screen) Safari/536.25
|
1712
|
+
os:
|
1713
|
+
name: GNU/Linux
|
1714
|
+
short_name: LIN
|
1715
|
+
version:
|
1716
|
+
platform:
|
1717
|
+
client:
|
1718
|
+
type: browser
|
1719
|
+
name: Safari
|
1720
|
+
short_name: SF
|
1721
|
+
version:
|
1722
|
+
engine: WebKit
|
1723
|
+
device:
|
1724
|
+
type: tv
|
1725
|
+
brand: SA
|
1726
|
+
model: SMT-E5015
|
1727
|
+
os_family: GNU/Linux
|
1728
|
+
browser_family: Safari
|
1729
|
+
-
|
1730
|
+
user_agent: DLNADOC/1.50 SHARP-AQUOS-DMP/2.0W
|
1731
|
+
os: [ ]
|
1732
|
+
client: null
|
1733
|
+
device:
|
1734
|
+
type: tv
|
1735
|
+
brand: SH
|
1736
|
+
model: Aquos Net Plus
|
1737
|
+
os_family: Unknown
|
1738
|
+
browser_family: Unknown
|
1739
|
+
-
|
1740
|
+
user_agent: Mozilla/5.0 (DTV) AppleWebKit/531.2+ (KHTML, like Gecko) Espial/6.1.5 AQUOSBrowser/2.0 (US01DTV;V;0001;0001)
|
1741
|
+
os: [ ]
|
1742
|
+
client:
|
1743
|
+
type: browser
|
1744
|
+
name: Espial TV Browser
|
1745
|
+
short_name: ES
|
1746
|
+
version: "6.1.5"
|
1747
|
+
engine: WebKit
|
1748
|
+
device:
|
1749
|
+
type: tv
|
1750
|
+
brand: SH
|
1751
|
+
model: Aquos Net Plus
|
1752
|
+
os_family: Unknown
|
1753
|
+
browser_family: Unknown
|
1754
|
+
-
|
1755
|
+
user_agent: Opera/9.80 (Linux armv6l; U; en) Presto/2.8.115 Version/11.10 AQUOS-AS/1.0 LC-40LE835X
|
1756
|
+
os:
|
1757
|
+
name: GNU/Linux
|
1758
|
+
short_name: LIN
|
1759
|
+
version:
|
1760
|
+
platform: ARM
|
1761
|
+
client:
|
1762
|
+
type: browser
|
1763
|
+
name: Opera
|
1764
|
+
short_name: OP
|
1765
|
+
version: "11.10"
|
1766
|
+
engine: Presto
|
1767
|
+
device:
|
1768
|
+
type: tv
|
1769
|
+
brand: SH
|
1770
|
+
model: LC-40LE835X
|
1771
|
+
os_family: GNU/Linux
|
1772
|
+
browser_family: Opera
|
1773
|
+
-
|
1774
|
+
user_agent: Mozilla/5.0 (DTV) AppleWebKit/531.2+ (KHTML, like Gecko) Espial/6.0.5 AQUOSBrowser/1.0 (AS00DTV;V;0001;0001) AQUOS-AS/2.0 LC-46LX840H
|
1775
|
+
os: [ ]
|
1776
|
+
client:
|
1777
|
+
type: browser
|
1778
|
+
name: Espial TV Browser
|
1779
|
+
short_name: ES
|
1780
|
+
version: "6.0.5"
|
1781
|
+
engine: WebKit
|
1782
|
+
device:
|
1783
|
+
type: tv
|
1784
|
+
brand: SH
|
1785
|
+
model: LC-46LX840H
|
1786
|
+
os_family: Unknown
|
1787
|
+
browser_family: Unknown
|
1788
|
+
-
|
1789
|
+
user_agent: Mozilla/5.0 (DTV) AppleWebKit/531.2+ (KHTML, like Gecko) Espial/6.1.6 AQUOSBrowser/1.0 (AS00DTV;V;0001;0001)AQUOS-AS/2.0 LC-60LX850H
|
1790
|
+
os: [ ]
|
1791
|
+
client:
|
1792
|
+
type: browser
|
1793
|
+
name: Espial TV Browser
|
1794
|
+
short_name: ES
|
1795
|
+
version: "6.1.6"
|
1796
|
+
engine: WebKit
|
1797
|
+
device:
|
1798
|
+
type: tv
|
1799
|
+
brand: SH
|
1800
|
+
model: LC-60LX850H
|
1801
|
+
os_family: Unknown
|
1802
|
+
browser_family: Unknown
|
1803
|
+
-
|
1804
|
+
user_agent: Mozilla/5.0 (DTV) AppleWebKit/531.2+ (KHTML, like Gecko) Espial/6.1.12 AQUOSBrowser/1.0 (AS00DTV;V;0001;0001)AQUOS-AS/2.0 LC-60UQ10E
|
1805
|
+
os: [ ]
|
1806
|
+
client:
|
1807
|
+
type: browser
|
1808
|
+
name: Espial TV Browser
|
1809
|
+
short_name: ES
|
1810
|
+
version: "6.1.12"
|
1811
|
+
engine: WebKit
|
1812
|
+
device:
|
1813
|
+
type: tv
|
1814
|
+
brand: SH
|
1815
|
+
model: LC-60UQ10E
|
1816
|
+
os_family: Unknown
|
1817
|
+
browser_family: Unknown
|
1818
|
+
-
|
1819
|
+
user_agent: Opera/9.80 (Linux mips; U; NETRANGEMMH; Sharp; HbbTV/1.1.1; CE-HTML/1.0; LE542E; FT; LC:deu; CC:che;; en) Presto/2.9.167 Version/11.50
|
1820
|
+
os:
|
1821
|
+
name: GNU/Linux
|
1822
|
+
short_name: LIN
|
1823
|
+
version:
|
1824
|
+
platform:
|
1825
|
+
client:
|
1826
|
+
type: browser
|
1827
|
+
name: Opera
|
1828
|
+
short_name: OP
|
1829
|
+
version: "11.50"
|
1830
|
+
engine: Presto
|
1831
|
+
device:
|
1832
|
+
type: tv
|
1833
|
+
brand: SH
|
1834
|
+
model: LE542E
|
1835
|
+
os_family: GNU/Linux
|
1836
|
+
browser_family: Opera
|
1837
|
+
-
|
1838
|
+
user_agent: Opera/9.80 (Linux sh4; HbbTV/1.2.1 (;Sharp;LE652;v0.1.43.5;;) CE-HTML/1.0 Config(L:deu,CC:DEU) NETRANGEMMH) Presto/2.12.362 Version/12.10
|
697
1839
|
os:
|
698
1840
|
name: GNU/Linux
|
699
1841
|
short_name: LIN
|
700
1842
|
version:
|
1843
|
+
platform:
|
701
1844
|
client:
|
702
1845
|
type: browser
|
703
1846
|
name: Opera
|
704
1847
|
short_name: OP
|
705
|
-
version: "
|
1848
|
+
version: "12.10"
|
706
1849
|
engine: Presto
|
707
1850
|
device:
|
708
1851
|
type: tv
|
709
|
-
brand:
|
710
|
-
model:
|
1852
|
+
brand: SH
|
1853
|
+
model: LE652
|
711
1854
|
os_family: GNU/Linux
|
712
1855
|
browser_family: Opera
|
713
1856
|
-
|
714
|
-
user_agent: Opera/9.80 (Linux
|
1857
|
+
user_agent: Opera/9.80 (Linux mips; U; HbbTV/1.1.1 ( ; Sharp; LE737; 690.1; 1.32;); en) Presto/2.9.167 Version/11.50
|
715
1858
|
os:
|
716
1859
|
name: GNU/Linux
|
717
1860
|
short_name: LIN
|
718
1861
|
version:
|
1862
|
+
platform:
|
719
1863
|
client:
|
720
1864
|
type: browser
|
721
1865
|
name: Opera
|
722
1866
|
short_name: OP
|
723
|
-
version: "11.
|
1867
|
+
version: "11.50"
|
724
1868
|
engine: Presto
|
725
1869
|
device:
|
726
1870
|
type: tv
|
727
|
-
brand:
|
728
|
-
model:
|
1871
|
+
brand: SH
|
1872
|
+
model: LE737
|
729
1873
|
os_family: GNU/Linux
|
730
1874
|
browser_family: Opera
|
731
1875
|
-
|
732
|
-
user_agent:
|
1876
|
+
user_agent: Opera/9.80 (Linux sh4; HbbTV/1.2.1 (;Sharp;LE750;v0.100;;) CE-HTML/1.0 Config(L:eng,CC:DEU) NETRANGEMMH) Presto/2.12.362 Version/12.10
|
733
1877
|
os:
|
734
|
-
name:
|
735
|
-
short_name:
|
736
|
-
version: "4.1.1"
|
737
|
-
client:
|
738
|
-
type: browser
|
739
|
-
name: Android Browser
|
740
|
-
short_name: AN
|
1878
|
+
name: GNU/Linux
|
1879
|
+
short_name: LIN
|
741
1880
|
version:
|
742
|
-
|
743
|
-
device:
|
744
|
-
type: tv
|
745
|
-
brand: RI
|
746
|
-
model: MK808
|
747
|
-
os_family: Android
|
748
|
-
browser_family: Android Browser
|
749
|
-
-
|
750
|
-
user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; mk808b Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30
|
751
|
-
os:
|
752
|
-
name: Android
|
753
|
-
short_name: AND
|
754
|
-
version: "4.2.2"
|
1881
|
+
platform:
|
755
1882
|
client:
|
756
1883
|
type: browser
|
757
|
-
name:
|
758
|
-
short_name:
|
759
|
-
version:
|
760
|
-
engine:
|
1884
|
+
name: Opera
|
1885
|
+
short_name: OP
|
1886
|
+
version: "12.10"
|
1887
|
+
engine: Presto
|
761
1888
|
device:
|
762
1889
|
type: tv
|
763
|
-
brand:
|
764
|
-
model:
|
765
|
-
os_family:
|
766
|
-
browser_family:
|
1890
|
+
brand: SH
|
1891
|
+
model: LE750
|
1892
|
+
os_family: GNU/Linux
|
1893
|
+
browser_family: Opera
|
767
1894
|
-
|
768
|
-
user_agent:
|
1895
|
+
user_agent: Opera/9.80 (Linux sh4; HbbTV/1.2.1 (;Sharp;LE752;v0.1.18.1;;) CE-HTML/1.0 Config(L:eng,CC:DEU) NETRANGEMMH) Presto/2.12.362 Version/12.10
|
769
1896
|
os:
|
770
|
-
name:
|
771
|
-
short_name:
|
772
|
-
version:
|
1897
|
+
name: GNU/Linux
|
1898
|
+
short_name: LIN
|
1899
|
+
version:
|
1900
|
+
platform:
|
773
1901
|
client:
|
774
1902
|
type: browser
|
775
|
-
name:
|
776
|
-
short_name:
|
777
|
-
version:
|
778
|
-
engine:
|
1903
|
+
name: Opera
|
1904
|
+
short_name: OP
|
1905
|
+
version: "12.10"
|
1906
|
+
engine: Presto
|
779
1907
|
device:
|
780
1908
|
type: tv
|
781
|
-
brand:
|
782
|
-
model:
|
783
|
-
os_family:
|
784
|
-
browser_family:
|
1909
|
+
brand: SH
|
1910
|
+
model: LE752
|
1911
|
+
os_family: GNU/Linux
|
1912
|
+
browser_family: Opera
|
785
1913
|
-
|
786
|
-
user_agent:
|
1914
|
+
user_agent: Opera/9.80 (Linux mips; U; ; xx) Presto/2.10.287 Version/12.00 HbbTV/1.1.1 (; CUS:SHARP; MB95; 2.1.9.o; 1.0;) CE-HTML/1.0 NETRANGEMMH iplayerV3
|
787
1915
|
os:
|
788
1916
|
name: GNU/Linux
|
789
1917
|
short_name: LIN
|
790
1918
|
version:
|
791
|
-
|
1919
|
+
platform:
|
1920
|
+
client:
|
1921
|
+
type: browser
|
1922
|
+
name: Opera
|
1923
|
+
short_name: OP
|
1924
|
+
version: "12.00"
|
1925
|
+
engine: Presto
|
792
1926
|
device:
|
793
1927
|
type: tv
|
794
|
-
brand:
|
795
|
-
model:
|
1928
|
+
brand: SH
|
1929
|
+
model: MB95
|
796
1930
|
os_family: GNU/Linux
|
797
|
-
browser_family:
|
1931
|
+
browser_family: Opera
|
798
1932
|
-
|
799
|
-
user_agent:
|
1933
|
+
user_agent: Opera/9.80 (Linux mips; ) Presto/2.12.407 Version/12.51 MB90/3.3.8.e (SHARP, Si2156LG32, wired) HbbTV/1.1.1 (; CUS:SHARP; MB90; 3.3.8.e; 1.0;) CE-HTML/1.0 NETRANGEMMH iplayerV3
|
800
1934
|
os:
|
801
1935
|
name: GNU/Linux
|
802
1936
|
short_name: LIN
|
803
1937
|
version:
|
1938
|
+
platform:
|
804
1939
|
client:
|
805
1940
|
type: browser
|
806
|
-
name:
|
807
|
-
short_name:
|
808
|
-
version: "
|
809
|
-
engine:
|
1941
|
+
name: Opera
|
1942
|
+
short_name: OP
|
1943
|
+
version: "12.51"
|
1944
|
+
engine: Presto
|
810
1945
|
device:
|
811
1946
|
type: tv
|
812
|
-
brand:
|
813
|
-
model:
|
1947
|
+
brand: SH
|
1948
|
+
model: Si2156LG32
|
814
1949
|
os_family: GNU/Linux
|
815
|
-
browser_family:
|
816
|
-
-
|
817
|
-
user_agent: HbbTV/1.1.1 (;;;;;) Maple_2011
|
818
|
-
os: [ ]
|
819
|
-
client: null
|
820
|
-
device:
|
821
|
-
type: tv
|
822
|
-
brand: SA
|
823
|
-
model: SmartTV2011
|
824
|
-
os_family: Unknown
|
825
|
-
browser_family: Unknown
|
826
|
-
-
|
827
|
-
user_agent: HbbTV/1.1.1 (;Samsung;SmartTV2012;;;) WebKit
|
828
|
-
os: [ ]
|
829
|
-
client: null
|
830
|
-
device:
|
831
|
-
type: tv
|
832
|
-
brand: SA
|
833
|
-
model: SmartTV2012
|
834
|
-
os_family: Unknown
|
835
|
-
browser_family: Unknown
|
1950
|
+
browser_family: Opera
|
836
1951
|
-
|
837
|
-
user_agent:
|
838
|
-
os:
|
839
|
-
|
1952
|
+
user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; zh-cn; Skyworth 8K55 E680 Build/IMM76L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30
|
1953
|
+
os:
|
1954
|
+
name: Android
|
1955
|
+
short_name: AND
|
1956
|
+
version: "4.0.4"
|
1957
|
+
platform:
|
1958
|
+
client:
|
1959
|
+
type: browser
|
1960
|
+
name: Android Browser
|
1961
|
+
short_name: AN
|
1962
|
+
version:
|
1963
|
+
engine: WebKit
|
840
1964
|
device:
|
841
1965
|
type: tv
|
842
|
-
brand:
|
843
|
-
model:
|
844
|
-
os_family:
|
845
|
-
browser_family:
|
1966
|
+
brand: SK
|
1967
|
+
model: 8K55 E680
|
1968
|
+
os_family: Android
|
1969
|
+
browser_family: Android Browser
|
846
1970
|
-
|
847
|
-
user_agent:
|
1971
|
+
user_agent: HbbTV/1.1.1 (+PVR;Sky_worth;HC7620;2.07.12;1.0;)CE-HTML/1.0 Skykid/5.1.6.2.04
|
848
1972
|
os: [ ]
|
849
1973
|
client: null
|
850
1974
|
device:
|
851
1975
|
type: tv
|
852
|
-
brand:
|
853
|
-
model:
|
854
|
-
os_family: Unknown
|
855
|
-
browser_family: Unknown
|
856
|
-
-
|
857
|
-
user_agent: Mozilla/5.0 (DTV) AppleWebKit/531.2+ (KHTML, like Gecko) Espial/6.1.5 AQUOSBrowser/2.0 (US01DTV;V;0001;0001)
|
858
|
-
os: [ ]
|
859
|
-
client:
|
860
|
-
type: browser
|
861
|
-
name: Espial TV Browser
|
862
|
-
short_name: ES
|
863
|
-
version: "6.1.5"
|
864
|
-
engine: WebKit
|
865
|
-
device:
|
866
|
-
type: tv
|
867
|
-
brand: SH
|
868
|
-
model: Aquos Net Plus
|
1976
|
+
brand: SK
|
1977
|
+
model: HC7620
|
869
1978
|
os_family: Unknown
|
870
1979
|
browser_family: Unknown
|
871
1980
|
-
|
872
|
-
user_agent: Opera/9.80 (Linux
|
1981
|
+
user_agent: Opera/9.80 (Linux armv6l; Opera TV Store/5606) Presto/2.12.362 Version/12.11 Model/Sony-BDP9G_AXD SonyCEBrowser/1.0 (BDP9G_AXD; BDP2014/M20.R.0164; TWN)
|
873
1982
|
os:
|
874
1983
|
name: GNU/Linux
|
875
1984
|
short_name: LIN
|
876
1985
|
version:
|
1986
|
+
platform: ARM
|
877
1987
|
client:
|
878
1988
|
type: browser
|
879
1989
|
name: Opera
|
880
1990
|
short_name: OP
|
881
|
-
version: "11
|
1991
|
+
version: "12.11"
|
882
1992
|
engine: Presto
|
883
1993
|
device:
|
884
1994
|
type: tv
|
885
|
-
brand:
|
886
|
-
model:
|
1995
|
+
brand: SO
|
1996
|
+
model: BDP9G AXD
|
887
1997
|
os_family: GNU/Linux
|
888
1998
|
browser_family: Opera
|
889
1999
|
-
|
890
|
-
user_agent: Opera/9.80 (Linux
|
2000
|
+
user_agent: Opera/9.80 (Linux armv6l; Opera TV Store/5599; (SonyBDP/BDV13)) Presto/2.12.362 Version/12.11
|
891
2001
|
os:
|
892
2002
|
name: GNU/Linux
|
893
2003
|
short_name: LIN
|
894
2004
|
version:
|
2005
|
+
platform: ARM
|
895
2006
|
client:
|
896
2007
|
type: browser
|
897
2008
|
name: Opera
|
898
2009
|
short_name: OP
|
899
|
-
version: "12.
|
2010
|
+
version: "12.11"
|
900
2011
|
engine: Presto
|
901
2012
|
device:
|
902
2013
|
type: tv
|
903
|
-
brand:
|
904
|
-
model:
|
2014
|
+
brand: SO
|
2015
|
+
model: Blu-ray Player
|
905
2016
|
os_family: GNU/Linux
|
906
2017
|
browser_family: Opera
|
907
2018
|
-
|
908
|
-
user_agent: Opera/9.80 (Linux
|
2019
|
+
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)
|
909
2020
|
os:
|
910
2021
|
name: GNU/Linux
|
911
2022
|
short_name: LIN
|
912
2023
|
version:
|
2024
|
+
platform: ARM
|
913
2025
|
client:
|
914
2026
|
type: browser
|
915
2027
|
name: Opera
|
916
2028
|
short_name: OP
|
917
|
-
version: "
|
2029
|
+
version: "12.50"
|
918
2030
|
engine: Presto
|
919
2031
|
device:
|
920
2032
|
type: tv
|
921
|
-
brand:
|
922
|
-
model:
|
2033
|
+
brand: SO
|
2034
|
+
model: KD-55X8500B
|
923
2035
|
os_family: GNU/Linux
|
924
2036
|
browser_family: Opera
|
925
2037
|
-
|
926
|
-
user_agent: Opera/9.80 (Linux
|
2038
|
+
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)
|
927
2039
|
os:
|
928
2040
|
name: GNU/Linux
|
929
2041
|
short_name: LIN
|
930
2042
|
version:
|
2043
|
+
platform:
|
931
2044
|
client:
|
932
2045
|
type: browser
|
933
2046
|
name: Opera
|
934
2047
|
short_name: OP
|
935
|
-
version: "
|
2048
|
+
version: "11.60"
|
936
2049
|
engine: Presto
|
937
2050
|
device:
|
938
2051
|
type: tv
|
939
|
-
brand:
|
940
|
-
model:
|
2052
|
+
brand: SO
|
2053
|
+
model: KDL-32EX550
|
941
2054
|
os_family: GNU/Linux
|
942
2055
|
browser_family: Opera
|
943
2056
|
-
|
@@ -946,6 +2059,7 @@
|
|
946
2059
|
name: GNU/Linux
|
947
2060
|
short_name: LIN
|
948
2061
|
version:
|
2062
|
+
platform:
|
949
2063
|
client:
|
950
2064
|
type: browser
|
951
2065
|
name: Opera
|
@@ -964,6 +2078,7 @@
|
|
964
2078
|
name: GNU/Linux
|
965
2079
|
short_name: LIN
|
966
2080
|
version:
|
2081
|
+
platform: ARM
|
967
2082
|
client:
|
968
2083
|
type: browser
|
969
2084
|
name: Opera
|
@@ -982,6 +2097,7 @@
|
|
982
2097
|
name: GNU/Linux
|
983
2098
|
short_name: LIN
|
984
2099
|
version:
|
2100
|
+
platform: ARM
|
985
2101
|
client:
|
986
2102
|
type: browser
|
987
2103
|
name: Opera
|
@@ -994,12 +2110,32 @@
|
|
994
2110
|
model: KDL42W805
|
995
2111
|
os_family: GNU/Linux
|
996
2112
|
browser_family: Opera
|
2113
|
+
-
|
2114
|
+
user_agent: Opera/9.80 (Linux armv7l; InettvBrowser/2.2 (00014A;SonyDTV115;0002;0100) KDL42W805A; CC/GBR) Presto/2.12.362 Version/12.11
|
2115
|
+
os:
|
2116
|
+
name: GNU/Linux
|
2117
|
+
short_name: LIN
|
2118
|
+
version:
|
2119
|
+
platform: ARM
|
2120
|
+
client:
|
2121
|
+
type: browser
|
2122
|
+
name: Opera
|
2123
|
+
short_name: OP
|
2124
|
+
version: "12.11"
|
2125
|
+
engine: Presto
|
2126
|
+
device:
|
2127
|
+
type: tv
|
2128
|
+
brand: SO
|
2129
|
+
model: KDL42W805A
|
2130
|
+
os_family: GNU/Linux
|
2131
|
+
browser_family: Opera
|
997
2132
|
-
|
998
2133
|
user_agent: 'Opera/9.80 (Linux armv7l; U; HbbTV/1.1.1 (; Sony; KDL46EX650; PKG0.002EUA; 2013;);; en) Presto/2.10.287 Version/12.00'
|
999
2134
|
os:
|
1000
2135
|
name: GNU/Linux
|
1001
2136
|
short_name: LIN
|
1002
2137
|
version:
|
2138
|
+
platform: ARM
|
1003
2139
|
client:
|
1004
2140
|
type: browser
|
1005
2141
|
name: Opera
|
@@ -1018,6 +2154,7 @@
|
|
1018
2154
|
name: GNU/Linux
|
1019
2155
|
short_name: LIN
|
1020
2156
|
version:
|
2157
|
+
platform:
|
1021
2158
|
client:
|
1022
2159
|
type: browser
|
1023
2160
|
name: Opera
|
@@ -1057,7 +2194,7 @@
|
|
1057
2194
|
device:
|
1058
2195
|
type: tv
|
1059
2196
|
brand: SR
|
1060
|
-
model: ZAPPIX
|
2197
|
+
model: ZAPPIX HD+
|
1061
2198
|
os_family: Unknown
|
1062
2199
|
browser_family: Unknown
|
1063
2200
|
-
|
@@ -1066,6 +2203,7 @@
|
|
1066
2203
|
name: Android
|
1067
2204
|
short_name: AND
|
1068
2205
|
version: "2.3.4"
|
2206
|
+
platform:
|
1069
2207
|
client:
|
1070
2208
|
type: browser
|
1071
2209
|
name: Android Browser
|
@@ -1104,6 +2242,7 @@
|
|
1104
2242
|
name: GNU/Linux
|
1105
2243
|
short_name: LIN
|
1106
2244
|
version:
|
2245
|
+
platform:
|
1107
2246
|
client:
|
1108
2247
|
type: browser
|
1109
2248
|
name: Opera
|
@@ -1122,6 +2261,7 @@
|
|
1122
2261
|
name: GNU/Linux
|
1123
2262
|
short_name: LIN
|
1124
2263
|
version:
|
2264
|
+
platform: ARM
|
1125
2265
|
client:
|
1126
2266
|
type: browser
|
1127
2267
|
name: Opera
|
@@ -1140,6 +2280,7 @@
|
|
1140
2280
|
name: GNU/Linux
|
1141
2281
|
short_name: LIN
|
1142
2282
|
version:
|
2283
|
+
platform:
|
1143
2284
|
client:
|
1144
2285
|
type: browser
|
1145
2286
|
name: Opera
|
@@ -1158,6 +2299,7 @@
|
|
1158
2299
|
name: GNU/Linux
|
1159
2300
|
short_name: LIN
|
1160
2301
|
version:
|
2302
|
+
platform: ARM
|
1161
2303
|
client:
|
1162
2304
|
type: browser
|
1163
2305
|
name: Opera
|
@@ -1176,6 +2318,7 @@
|
|
1176
2318
|
name: GNU/Linux
|
1177
2319
|
short_name: LIN
|
1178
2320
|
version:
|
2321
|
+
platform: ARM
|
1179
2322
|
client:
|
1180
2323
|
type: browser
|
1181
2324
|
name: Opera
|
@@ -1188,12 +2331,28 @@
|
|
1188
2331
|
model: LF1V375
|
1189
2332
|
os_family: GNU/Linux
|
1190
2333
|
browser_family: Opera
|
2334
|
+
-
|
2335
|
+
user_agent: Mozilla/5.0 (DTV; TSBNetTV/T32013713.0203.7DD; TVwithVideoPlayer; like Gecko) NetFront/4.1 DTVNetBrowser/2.2 (000039;T32013713;0203;7DD) InettvBrowser/2.2 (000039;T32013713;0203;7DD)
|
2336
|
+
os: [ ]
|
2337
|
+
client:
|
2338
|
+
type: browser
|
2339
|
+
name: NetFront
|
2340
|
+
short_name: NF
|
2341
|
+
version: "4.1"
|
2342
|
+
engine: NetFront
|
2343
|
+
device:
|
2344
|
+
type: tv
|
2345
|
+
brand: TS
|
2346
|
+
model:
|
2347
|
+
os_family: Unknown
|
2348
|
+
browser_family: NetFront
|
1191
2349
|
-
|
1192
2350
|
user_agent: Opera/9.80 (Linux armv7l ; U; HbbTV/1.1.1 (; TOSHIBA; 55WL863; 19.5.61.15; 3; ) ; ToshibaTP/1.3.0 (+VIDEO_X_MS_ASF+VIDEO_MP4+AUDIO_MPEG+AUDIO_MP4+DRM+3D) ; de) Presto/2.6.33 Version/10.60
|
1193
2351
|
os:
|
1194
2352
|
name: GNU/Linux
|
1195
2353
|
short_name: LIN
|
1196
2354
|
version:
|
2355
|
+
platform: ARM
|
1197
2356
|
client:
|
1198
2357
|
type: browser
|
1199
2358
|
name: Opera
|
@@ -1212,6 +2371,7 @@
|
|
1212
2371
|
name: GNU/Linux
|
1213
2372
|
short_name: LIN
|
1214
2373
|
version:
|
2374
|
+
platform: ARM
|
1215
2375
|
client:
|
1216
2376
|
type: browser
|
1217
2377
|
name: Opera
|
@@ -1240,6 +2400,7 @@
|
|
1240
2400
|
name: GNU/Linux
|
1241
2401
|
short_name: LIN
|
1242
2402
|
version:
|
2403
|
+
platform:
|
1243
2404
|
client:
|
1244
2405
|
type: browser
|
1245
2406
|
name: Opera
|
@@ -1258,6 +2419,7 @@
|
|
1258
2419
|
name: GNU/Linux
|
1259
2420
|
short_name: LIN
|
1260
2421
|
version:
|
2422
|
+
platform:
|
1261
2423
|
client:
|
1262
2424
|
type: browser
|
1263
2425
|
name: Opera
|
@@ -1276,6 +2438,7 @@
|
|
1276
2438
|
name: GNU/Linux
|
1277
2439
|
short_name: LIN
|
1278
2440
|
version:
|
2441
|
+
platform:
|
1279
2442
|
client:
|
1280
2443
|
type: browser
|
1281
2444
|
name: Opera
|
@@ -1294,6 +2457,7 @@
|
|
1294
2457
|
name: GNU/Linux
|
1295
2458
|
short_name: LIN
|
1296
2459
|
version:
|
2460
|
+
platform:
|
1297
2461
|
client:
|
1298
2462
|
type: browser
|
1299
2463
|
name: Opera
|
@@ -1312,6 +2476,7 @@
|
|
1312
2476
|
name: GNU/Linux
|
1313
2477
|
short_name: LIN
|
1314
2478
|
version:
|
2479
|
+
platform: x86
|
1315
2480
|
client:
|
1316
2481
|
type: browser
|
1317
2482
|
name: Opera
|
@@ -1324,12 +2489,28 @@
|
|
1324
2489
|
model: MultyVision ISIO
|
1325
2490
|
os_family: GNU/Linux
|
1326
2491
|
browser_family: Opera
|
2492
|
+
-
|
2493
|
+
user_agent: HbbTV/1.1.1 (; Vestel; MB70; 1.0; 1.0;) NetFront/4.1
|
2494
|
+
os: [ ]
|
2495
|
+
client:
|
2496
|
+
type: browser
|
2497
|
+
name: NetFront
|
2498
|
+
short_name: NF
|
2499
|
+
version: "4.1"
|
2500
|
+
engine: NetFront
|
2501
|
+
device:
|
2502
|
+
type: tv
|
2503
|
+
brand: VT
|
2504
|
+
model: MB70
|
2505
|
+
os_family: Unknown
|
2506
|
+
browser_family: NetFront
|
1327
2507
|
-
|
1328
2508
|
user_agent: Opera/9.80 (Linux mips; U; HbbTV/1.1.1 (; Vestel; MB95; 1.0; 1.0; ); en) Presto/2.10.287 Version/12.00
|
1329
2509
|
os:
|
1330
2510
|
name: GNU/Linux
|
1331
2511
|
short_name: LIN
|
1332
2512
|
version:
|
2513
|
+
platform:
|
1333
2514
|
client:
|
1334
2515
|
type: browser
|
1335
2516
|
name: Opera
|
@@ -1342,30 +2523,13 @@
|
|
1342
2523
|
model: MB95
|
1343
2524
|
os_family: GNU/Linux
|
1344
2525
|
browser_family: Opera
|
1345
|
-
-
|
1346
|
-
user_agent: HbbTV/1.1.1 (;;;;) Mozilla/5.0 (compatible; ANTGalio/3.0.2.1.22.43.08; Linux2.6.18-7.1/7405d0-smp)
|
1347
|
-
os:
|
1348
|
-
name: GNU/Linux
|
1349
|
-
short_name: LIN
|
1350
|
-
version:
|
1351
|
-
client:
|
1352
|
-
type: browser
|
1353
|
-
name: ANTGalio
|
1354
|
-
short_name: AG
|
1355
|
-
version: "3.0.2.1.22.43.08"
|
1356
|
-
engine:
|
1357
|
-
device:
|
1358
|
-
type: tv
|
1359
|
-
brand: VW
|
1360
|
-
model: 600S
|
1361
|
-
os_family: GNU/Linux
|
1362
|
-
browser_family: Unknown
|
1363
2526
|
-
|
1364
2527
|
user_agent: Opera/9.80 (Linux armv7l; U; HbbTV/1.1.1 (;tv2n;videoweb;1.0.0;1.0;); en) Presto/2.8.115 Version/11.10
|
1365
2528
|
os:
|
1366
2529
|
name: GNU/Linux
|
1367
2530
|
short_name: LIN
|
1368
2531
|
version:
|
2532
|
+
platform: ARM
|
1369
2533
|
client:
|
1370
2534
|
type: browser
|
1371
2535
|
name: Opera
|
@@ -1384,6 +2548,7 @@
|
|
1384
2548
|
name: GNU/Linux
|
1385
2549
|
short_name: LIN
|
1386
2550
|
version:
|
2551
|
+
platform:
|
1387
2552
|
client:
|
1388
2553
|
type: browser
|
1389
2554
|
name: Opera
|
@@ -1397,20 +2562,21 @@
|
|
1397
2562
|
os_family: GNU/Linux
|
1398
2563
|
browser_family: Opera
|
1399
2564
|
-
|
1400
|
-
user_agent: Mozilla/
|
2565
|
+
user_agent: Mozilla/5.0 (Linux; GoogleTV 3.2; VAP430 Build/MASTER) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.77 Safari/534.24
|
1401
2566
|
os:
|
1402
|
-
name:
|
1403
|
-
short_name:
|
1404
|
-
version: "
|
2567
|
+
name: Google TV
|
2568
|
+
short_name: GTV
|
2569
|
+
version: "3.2"
|
2570
|
+
platform:
|
1405
2571
|
client:
|
1406
2572
|
type: browser
|
1407
|
-
name:
|
1408
|
-
short_name:
|
1409
|
-
version: "
|
1410
|
-
engine:
|
2573
|
+
name: Chrome
|
2574
|
+
short_name: CH
|
2575
|
+
version: "11.0.696.77"
|
2576
|
+
engine: WebKit
|
1411
2577
|
device:
|
1412
2578
|
type: tv
|
1413
|
-
brand:
|
1414
|
-
model:
|
1415
|
-
os_family:
|
1416
|
-
browser_family:
|
2579
|
+
brand: VZ
|
2580
|
+
model: VAP430
|
2581
|
+
os_family: Google TV
|
2582
|
+
browser_family: Chrome
|