device_detector 1.0.0 → 1.1.3
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 +5 -5
- data/CHANGELOG.md +58 -4
- data/README.md +57 -21
- data/lib/device_detector/bot.rb +2 -2
- data/lib/device_detector/browser.rb +691 -0
- data/lib/device_detector/client.rb +11 -2
- data/lib/device_detector/client_hint.rb +249 -0
- data/lib/device_detector/device.rb +1954 -23
- data/lib/device_detector/memory_cache.rb +26 -19
- data/lib/device_detector/metadata_extractor.rb +7 -8
- data/lib/device_detector/model_extractor.rb +3 -3
- data/lib/device_detector/name_extractor.rb +2 -2
- data/lib/device_detector/os.rb +289 -112
- data/lib/device_detector/parser.rb +49 -13
- data/lib/device_detector/vendor_fragment.rb +25 -0
- data/lib/device_detector/version.rb +3 -1
- data/lib/device_detector/version_extractor.rb +29 -2
- data/lib/device_detector.rb +192 -44
- data/regexes/bots.yml +3399 -91
- data/regexes/client/browser_engine.yml +28 -4
- data/regexes/client/browsers.yml +2697 -408
- data/regexes/client/feed_readers.yml +60 -22
- data/regexes/client/hints/apps.yml +150 -0
- data/regexes/client/hints/browsers.yml +292 -0
- data/regexes/client/libraries.yml +598 -4
- data/regexes/client/mediaplayers.yml +110 -5
- data/regexes/client/mobile_apps.yml +2451 -14
- data/regexes/client/pim.yml +128 -3
- data/regexes/device/cameras.yml +6 -6
- data/regexes/device/car_browsers.yml +39 -3
- data/regexes/device/consoles.yml +40 -6
- data/regexes/device/mobiles.yml +38844 -2907
- data/regexes/device/notebooks.yml +127 -0
- data/regexes/device/portable_media_player.yml +75 -12
- data/regexes/device/shell_tv.yml +145 -0
- data/regexes/device/televisions.yml +981 -40
- data/regexes/oss.yml +1560 -311
- data/regexes/vendorfragments.yml +6 -2
- metadata +31 -105
- data/.gitignore +0 -14
- data/.travis.yml +0 -18
- data/Gemfile +0 -8
- data/Rakefile +0 -79
- data/device_detector.gemspec +0 -26
- data/spec/device_detector/bot_fixtures_spec.rb +0 -30
- data/spec/device_detector/client_fixtures_spec.rb +0 -31
- data/spec/device_detector/concrete_user_agent_spec.rb +0 -136
- data/spec/device_detector/detector_fixtures_spec.rb +0 -60
- data/spec/device_detector/device_fixtures_spec.rb +0 -36
- data/spec/device_detector/device_spec.rb +0 -151
- data/spec/device_detector/memory_cache_spec.rb +0 -116
- data/spec/device_detector/model_extractor_spec.rb +0 -63
- data/spec/device_detector/os_fixtures_spec.rb +0 -26
- data/spec/device_detector/version_extractor_spec.rb +0 -80
- data/spec/device_detector_spec.rb +0 -198
- data/spec/fixtures/client/browser.yml +0 -1313
- data/spec/fixtures/client/feed_reader.yml +0 -187
- data/spec/fixtures/client/library.yml +0 -84
- data/spec/fixtures/client/mediaplayer.yml +0 -168
- data/spec/fixtures/client/mobile_app.yml +0 -30
- data/spec/fixtures/client/pim.yml +0 -96
- data/spec/fixtures/detector/bots.yml +0 -2418
- data/spec/fixtures/detector/camera.yml +0 -115
- data/spec/fixtures/detector/car_browser.yml +0 -20
- data/spec/fixtures/detector/console.yml +0 -267
- data/spec/fixtures/detector/desktop.yml +0 -4828
- data/spec/fixtures/detector/feature_phone.yml +0 -782
- data/spec/fixtures/detector/feed_reader.yml +0 -486
- data/spec/fixtures/detector/mediaplayer.yml +0 -179
- data/spec/fixtures/detector/mobile_apps.yml +0 -149
- data/spec/fixtures/detector/phablet.yml +0 -2140
- data/spec/fixtures/detector/portable_media_player.yml +0 -153
- data/spec/fixtures/detector/smart_display.yml +0 -58
- data/spec/fixtures/detector/smartphone-1.yml +0 -9469
- data/spec/fixtures/detector/smartphone-2.yml +0 -9414
- data/spec/fixtures/detector/smartphone-3.yml +0 -9396
- data/spec/fixtures/detector/smartphone-4.yml +0 -5742
- data/spec/fixtures/detector/smartphone.yml +0 -9411
- data/spec/fixtures/detector/tablet-1.yml +0 -9495
- data/spec/fixtures/detector/tablet-2.yml +0 -248
- data/spec/fixtures/detector/tablet.yml +0 -9484
- data/spec/fixtures/detector/tv.yml +0 -2582
- data/spec/fixtures/detector/unknown.yml +0 -3196
- data/spec/fixtures/device/camera.yml +0 -18
- data/spec/fixtures/device/car_browser.yml +0 -6
- data/spec/fixtures/device/console.yml +0 -78
- data/spec/fixtures/parser/oss.yml +0 -800
- data/spec/fixtures/parser/vendorfragments.yml +0 -162
- data/spec/spec_helper.rb +0 -9
@@ -1,2582 +0,0 @@
|
|
1
|
-
---
|
2
|
-
-
|
3
|
-
user_agent: Mozilla/5.0 (DTV) AppleWebKit/531.2+ (KHTML, like Gecko) Espial/6.0.4
|
4
|
-
os: [ ]
|
5
|
-
client:
|
6
|
-
type: browser
|
7
|
-
name: Espial TV Browser
|
8
|
-
short_name: ES
|
9
|
-
version: "6.0.4"
|
10
|
-
engine: WebKit
|
11
|
-
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
|
36
|
-
-
|
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
|
38
|
-
os:
|
39
|
-
name: GNU/Linux
|
40
|
-
short_name: LIN
|
41
|
-
version:
|
42
|
-
platform:
|
43
|
-
client:
|
44
|
-
type: browser
|
45
|
-
name: Opera
|
46
|
-
short_name: OP
|
47
|
-
version: "10.30"
|
48
|
-
engine: Presto
|
49
|
-
device:
|
50
|
-
type: tv
|
51
|
-
brand:
|
52
|
-
model:
|
53
|
-
os_family: GNU/Linux
|
54
|
-
browser_family: Opera
|
55
|
-
-
|
56
|
-
user_agent: Opera/10.60 (Linux sh4 ; U; HBBTV/1.0 (; LOH/2.01; -----;;;) CE-HTML/1.0 Config(Hotel,L:de,CC:DE); en) Presto/2.6.33 Version/10.60
|
57
|
-
os:
|
58
|
-
name: GNU/Linux
|
59
|
-
short_name: LIN
|
60
|
-
version:
|
61
|
-
platform:
|
62
|
-
client:
|
63
|
-
type: browser
|
64
|
-
name: Opera
|
65
|
-
short_name: OP
|
66
|
-
version: "10.60"
|
67
|
-
engine: Presto
|
68
|
-
device:
|
69
|
-
type: tv
|
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
|
148
|
-
os_family: GNU/Linux
|
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
|
163
|
-
-
|
164
|
-
user_agent: XBMC/PRE-11.0 Git:20110623-62171b3 (iOS; 11.0.0 AppleTV2,1; http://www.xbmc.org)
|
165
|
-
os:
|
166
|
-
name: Apple TV
|
167
|
-
short_name: ATV
|
168
|
-
version:
|
169
|
-
platform:
|
170
|
-
client:
|
171
|
-
type: mediaplayer
|
172
|
-
name: XBMC
|
173
|
-
version:
|
174
|
-
device:
|
175
|
-
type: tv
|
176
|
-
brand: AP
|
177
|
-
model: Apple TV
|
178
|
-
os_family: Apple TV
|
179
|
-
browser_family: Unknown
|
180
|
-
-
|
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)
|
212
|
-
os:
|
213
|
-
name: GNU/Linux
|
214
|
-
short_name: LIN
|
215
|
-
version:
|
216
|
-
platform:
|
217
|
-
client:
|
218
|
-
type: browser
|
219
|
-
name: Opera
|
220
|
-
short_name: OP
|
221
|
-
version: "12.50"
|
222
|
-
engine: Presto
|
223
|
-
device:
|
224
|
-
type: tv
|
225
|
-
brand: AS
|
226
|
-
model: VMS1100
|
227
|
-
os_family: GNU/Linux
|
228
|
-
browser_family: Opera
|
229
|
-
-
|
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
|
231
|
-
os:
|
232
|
-
name: GNU/Linux
|
233
|
-
short_name: LIN
|
234
|
-
version:
|
235
|
-
platform:
|
236
|
-
client:
|
237
|
-
type: browser
|
238
|
-
name: Opera
|
239
|
-
short_name: OP
|
240
|
-
version: "12.00"
|
241
|
-
engine: Presto
|
242
|
-
device:
|
243
|
-
type: tv
|
244
|
-
brand: AT
|
245
|
-
model: Air7210
|
246
|
-
os_family: GNU/Linux
|
247
|
-
browser_family: Opera
|
248
|
-
-
|
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)
|
250
|
-
os:
|
251
|
-
name: GNU/Linux
|
252
|
-
short_name: LIN
|
253
|
-
version:
|
254
|
-
platform: x86
|
255
|
-
client:
|
256
|
-
type: browser
|
257
|
-
name: Opera
|
258
|
-
short_name: OP
|
259
|
-
version: "12.00"
|
260
|
-
engine: Presto
|
261
|
-
device:
|
262
|
-
type: tv
|
263
|
-
brand: BO
|
264
|
-
model: BeoVision
|
265
|
-
os_family: GNU/Linux
|
266
|
-
browser_family: Opera
|
267
|
-
-
|
268
|
-
user_agent: Opera/9.80 (Linux i686; U; HbbTV/1.1.1 (; BANGOLUFSEN; A3; ; ; ) CE-HTML/1.0 NETTV/1.0; en) Presto/2.10.287 Version/12.00 A3/1.0.2.28884 (BANGOLUFSEN, A3, wired)
|
269
|
-
os:
|
270
|
-
name: GNU/Linux
|
271
|
-
short_name: LIN
|
272
|
-
version:
|
273
|
-
platform: x86
|
274
|
-
client:
|
275
|
-
type: browser
|
276
|
-
name: Opera
|
277
|
-
short_name: OP
|
278
|
-
version: "12.00"
|
279
|
-
engine: Presto
|
280
|
-
device:
|
281
|
-
type: tv
|
282
|
-
brand: BO
|
283
|
-
model: BeoVision
|
284
|
-
os_family: GNU/Linux
|
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
|
324
|
-
-
|
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
|
326
|
-
os:
|
327
|
-
name: GNU/Linux
|
328
|
-
short_name: LIN
|
329
|
-
version:
|
330
|
-
platform:
|
331
|
-
client:
|
332
|
-
type: browser
|
333
|
-
name: Opera
|
334
|
-
short_name: OP
|
335
|
-
version: "4.0"
|
336
|
-
engine: Elektra
|
337
|
-
device:
|
338
|
-
type: tv
|
339
|
-
brand: CR
|
340
|
-
model: CNV001
|
341
|
-
os_family: GNU/Linux
|
342
|
-
browser_family: Opera
|
343
|
-
-
|
344
|
-
user_agent: Opera/9.80 (Linux sh4; U; CNV001; en;) HbbTV/1.1.1 (;CreNova;CNV001;1.0;1.0; FXM-U2FsdGVkX1/Oiw1OD4kjnYIMtRrxMWUbzbPMsylGXvFEN7YI7l5UInvIDEkFxQa5-END; en) Presto/2.9.167 Version/11.50
|
345
|
-
os:
|
346
|
-
name: GNU/Linux
|
347
|
-
short_name: LIN
|
348
|
-
version:
|
349
|
-
platform:
|
350
|
-
client:
|
351
|
-
type: browser
|
352
|
-
name: Opera
|
353
|
-
short_name: OP
|
354
|
-
version: "11.50"
|
355
|
-
engine: Presto
|
356
|
-
device:
|
357
|
-
type: tv
|
358
|
-
brand: CR
|
359
|
-
model: CNV001
|
360
|
-
os_family: GNU/Linux
|
361
|
-
browser_family: Opera
|
362
|
-
-
|
363
|
-
user_agent: Mozilla/5.0 (Linux mips; U;HbbTV/1.1.1 (+RTSP;DMM;Dreambox;0.1a;1.0;) CE-HTML/1.0; en) AppleWebKit/535.19 no/Volksbox QtWebkit/2.2
|
364
|
-
os:
|
365
|
-
name: GNU/Linux
|
366
|
-
short_name: LIN
|
367
|
-
version:
|
368
|
-
platform:
|
369
|
-
client: null
|
370
|
-
device:
|
371
|
-
type: tv
|
372
|
-
brand: DM
|
373
|
-
model: Dreambox
|
374
|
-
os_family: GNU/Linux
|
375
|
-
browser_family: Unknown
|
376
|
-
-
|
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
|
378
|
-
os:
|
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: [ ]
|
455
|
-
client:
|
456
|
-
type: browser
|
457
|
-
name: Chrome
|
458
|
-
short_name: CH
|
459
|
-
version: "31.0.1650.0"
|
460
|
-
engine: Blink
|
461
|
-
device:
|
462
|
-
type: tv
|
463
|
-
brand: GO
|
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
|
485
|
-
browser_family: Chrome
|
486
|
-
-
|
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
|
488
|
-
os:
|
489
|
-
name: Google TV
|
490
|
-
short_name: GTV
|
491
|
-
version: "092754"
|
492
|
-
platform: x86
|
493
|
-
client:
|
494
|
-
type: browser
|
495
|
-
name: Chrome
|
496
|
-
short_name: CH
|
497
|
-
version: "11.0.696.77"
|
498
|
-
engine: WebKit
|
499
|
-
device:
|
500
|
-
type: tv
|
501
|
-
brand: GO
|
502
|
-
model: GoogleTV
|
503
|
-
os_family: Google TV
|
504
|
-
browser_family: Chrome
|
505
|
-
-
|
506
|
-
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
|
-
os:
|
508
|
-
name: GNU/Linux
|
509
|
-
short_name: LIN
|
510
|
-
version:
|
511
|
-
platform:
|
512
|
-
client:
|
513
|
-
type: browser
|
514
|
-
name: Opera
|
515
|
-
short_name: OP
|
516
|
-
version: "11.50"
|
517
|
-
engine: Presto
|
518
|
-
device:
|
519
|
-
type: tv
|
520
|
-
brand: HX
|
521
|
-
model: CXHD-5100C
|
522
|
-
os_family: GNU/Linux
|
523
|
-
browser_family: Opera
|
524
|
-
-
|
525
|
-
user_agent: HbbTV/1.1.1 (+PVR;Humax;HD FOX+;1.00.12;1.0)CE-HTML/1.0 ANTGalio/3.1.1.23.04.09
|
526
|
-
os: [ ]
|
527
|
-
client:
|
528
|
-
type: browser
|
529
|
-
name: ANTGalio
|
530
|
-
short_name: AG
|
531
|
-
version: "3.1.1.23.04.09"
|
532
|
-
engine:
|
533
|
-
device:
|
534
|
-
type: tv
|
535
|
-
brand: HX
|
536
|
-
model: HD FOX+
|
537
|
-
os_family: Unknown
|
538
|
-
browser_family: Unknown
|
539
|
-
-
|
540
|
-
user_agent: Opera/9.80 (Linux 7325b0; U; HbbTV/1.1.1 (; Humax; HD NANO; 1.00.16; 1.0; ); ce-html/1.0; en) Presto/2.9.167 Version/11.50
|
541
|
-
os:
|
542
|
-
name: GNU/Linux
|
543
|
-
short_name: LIN
|
544
|
-
version:
|
545
|
-
platform:
|
546
|
-
client:
|
547
|
-
type: browser
|
548
|
-
name: Opera
|
549
|
-
short_name: OP
|
550
|
-
version: "11.50"
|
551
|
-
engine: Presto
|
552
|
-
device:
|
553
|
-
type: tv
|
554
|
-
brand: HX
|
555
|
-
model: HD NANO
|
556
|
-
os_family: GNU/Linux
|
557
|
-
browser_family: Opera
|
558
|
-
-
|
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
|
560
|
-
os:
|
561
|
-
name: GNU/Linux
|
562
|
-
short_name: LIN
|
563
|
-
version:
|
564
|
-
platform:
|
565
|
-
client:
|
566
|
-
type: browser
|
567
|
-
name: Opera
|
568
|
-
short_name: OP
|
569
|
-
version: "11.60"
|
570
|
-
engine: Presto
|
571
|
-
device:
|
572
|
-
type: tv
|
573
|
-
brand: HX
|
574
|
-
model: hdr1000s
|
575
|
-
os_family: GNU/Linux
|
576
|
-
browser_family: Opera
|
577
|
-
-
|
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
|
579
|
-
os:
|
580
|
-
name: GNU/Linux
|
581
|
-
short_name: LIN
|
582
|
-
version:
|
583
|
-
platform:
|
584
|
-
client:
|
585
|
-
type: browser
|
586
|
-
name: Opera
|
587
|
-
short_name: OP
|
588
|
-
version: "11.60"
|
589
|
-
engine: Presto
|
590
|
-
device:
|
591
|
-
type: tv
|
592
|
-
brand: HX
|
593
|
-
model: HM-9504HD
|
594
|
-
os_family: GNU/Linux
|
595
|
-
browser_family: Opera
|
596
|
-
-
|
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
|
598
|
-
os:
|
599
|
-
name: GNU/Linux
|
600
|
-
short_name: LIN
|
601
|
-
version:
|
602
|
-
platform:
|
603
|
-
client:
|
604
|
-
type: browser
|
605
|
-
name: Opera
|
606
|
-
short_name: OP
|
607
|
-
version: "11.60"
|
608
|
-
engine: Presto
|
609
|
-
device:
|
610
|
-
type: tv
|
611
|
-
brand: HX
|
612
|
-
model: HMS-1000S
|
613
|
-
os_family: GNU/Linux
|
614
|
-
browser_family: Opera
|
615
|
-
-
|
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
|
617
|
-
os:
|
618
|
-
name: GNU/Linux
|
619
|
-
short_name: LIN
|
620
|
-
version:
|
621
|
-
platform:
|
622
|
-
client:
|
623
|
-
type: browser
|
624
|
-
name: Opera
|
625
|
-
short_name: OP
|
626
|
-
version: "12.50"
|
627
|
-
engine: Presto
|
628
|
-
device:
|
629
|
-
type: tv
|
630
|
-
brand: HX
|
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
|
719
|
-
os_family: GNU/Linux
|
720
|
-
browser_family: Opera
|
721
|
-
-
|
722
|
-
user_agent: Opera/9.80 (Linux armv6l; U; NETRANGEMMH;HbbTV/1.1.1;CE-HTML/1.0;IKEA LF1V358; en) Presto/2.10.250 Version/11.60
|
723
|
-
os:
|
724
|
-
name: GNU/Linux
|
725
|
-
short_name: LIN
|
726
|
-
version:
|
727
|
-
platform: ARM
|
728
|
-
client:
|
729
|
-
type: browser
|
730
|
-
name: Opera
|
731
|
-
short_name: OP
|
732
|
-
version: "11.60"
|
733
|
-
engine: Presto
|
734
|
-
device:
|
735
|
-
type: tv
|
736
|
-
brand: IA
|
737
|
-
model: LF1V358
|
738
|
-
os_family: GNU/Linux
|
739
|
-
browser_family: Opera
|
740
|
-
-
|
741
|
-
user_agent: Opera/9.80 (Linux sh4; U; HbbTV/1.1.1 (; INTEK; Vantage Full HD Model;;;) hdplusSmartTV/1.0 (NETRANGEMMH;) Bee/3.2 CE-HTML/1.0; FXM-U2FsdGVkX19WaYSyGq70V2qt2C4bR92ULIOEtQrDKma1eRx3WQlWfuTO6eCHMYQm-END; en) Presto/2.10.250 Version/11.60
|
742
|
-
os:
|
743
|
-
name: GNU/Linux
|
744
|
-
short_name: LIN
|
745
|
-
version:
|
746
|
-
platform:
|
747
|
-
client:
|
748
|
-
type: browser
|
749
|
-
name: Opera
|
750
|
-
short_name: OP
|
751
|
-
version: "11.60"
|
752
|
-
engine: Presto
|
753
|
-
device:
|
754
|
-
type: tv
|
755
|
-
brand: IT
|
756
|
-
model: Vantage
|
757
|
-
os_family: GNU/Linux
|
758
|
-
browser_family: Opera
|
759
|
-
-
|
760
|
-
user_agent: Opera/9.80 (Linux sh4; U; HbbTV/1.1.1 (; INTEK; VT-100 HD+;;;) hdplusSmartTV/1.0 (NETRANGEMMH;) Bee/3.2 CE-HTML/1.0; en) Presto/2.10.250 Version/11.60
|
761
|
-
os:
|
762
|
-
name: GNU/Linux
|
763
|
-
short_name: LIN
|
764
|
-
version:
|
765
|
-
platform:
|
766
|
-
client:
|
767
|
-
type: browser
|
768
|
-
name: Opera
|
769
|
-
short_name: OP
|
770
|
-
version: "11.60"
|
771
|
-
engine: Presto
|
772
|
-
device:
|
773
|
-
type: tv
|
774
|
-
brand: IT
|
775
|
-
model: VT-100
|
776
|
-
os_family: GNU/Linux
|
777
|
-
browser_family: Opera
|
778
|
-
-
|
779
|
-
user_agent: Opera/9.80 (Linux sh4; U; HbbTV/1.1.1 (; INTEK; VT-100 HD+;;;) hdplusSmartTV/1.0 (NETRANGEMMH;) Bee/3.2 CE-HTML/1.0; FXM-U2FsdGVkX1+9IFast5+XgFhStntZ2aPC75KXhmr7DTyTjVYcbAaLpfmxnMmKiXRe-END; en) Presto/2.10.250 Version/11.60
|
780
|
-
os:
|
781
|
-
name: GNU/Linux
|
782
|
-
short_name: LIN
|
783
|
-
version:
|
784
|
-
platform:
|
785
|
-
client:
|
786
|
-
type: browser
|
787
|
-
name: Opera
|
788
|
-
short_name: OP
|
789
|
-
version: "11.60"
|
790
|
-
engine: Presto
|
791
|
-
device:
|
792
|
-
type: tv
|
793
|
-
brand: IT
|
794
|
-
model: VT-100
|
795
|
-
os_family: GNU/Linux
|
796
|
-
browser_family: Opera
|
797
|
-
-
|
798
|
-
user_agent: 'Mozilla/5.0 (;;;) AppleWebKit/534.6 HbbTV/1.1.1 (+DL+PVR; inverto; IDL-6640N Volksbox Essential; 1.0; 1.0;) hdplusinteraktiv/1.0 (NETRANGEMMH;) CE-HTML/1.0'
|
799
|
-
os: [ ]
|
800
|
-
client: null
|
801
|
-
device:
|
802
|
-
type: tv
|
803
|
-
brand: IV
|
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
|
815
|
-
os_family: Unknown
|
816
|
-
browser_family: Unknown
|
817
|
-
-
|
818
|
-
user_agent: 'Mozilla/5.0 (;;;) AppleWebKit/534.6 HbbTV/1.1.1 (+DL+PVR; inverto; IDL-6750N Volksbox II; 1.0; 1.0;) hdplusinteraktiv/1.0 (NETRANGEMMH;) CE-HTML/1.0'
|
819
|
-
os: [ ]
|
820
|
-
client: null
|
821
|
-
device:
|
822
|
-
type: tv
|
823
|
-
brand: IV
|
824
|
-
model: IDL-6750N Volksbox II
|
825
|
-
os_family: Unknown
|
826
|
-
browser_family: Unknown
|
827
|
-
-
|
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;)'
|
829
|
-
os: [ ]
|
830
|
-
client: null
|
831
|
-
device:
|
832
|
-
type: tv
|
833
|
-
brand: IV
|
834
|
-
model: 'QUANTUM - IDL9000'
|
835
|
-
os_family: Unknown
|
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
|
875
|
-
-
|
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 ;)
|
877
|
-
os:
|
878
|
-
name: GNU/Linux
|
879
|
-
short_name: LIN
|
880
|
-
version:
|
881
|
-
platform:
|
882
|
-
client:
|
883
|
-
type: browser
|
884
|
-
name: Safari
|
885
|
-
short_name: SF
|
886
|
-
version:
|
887
|
-
engine: WebKit
|
888
|
-
device:
|
889
|
-
type: tv
|
890
|
-
brand: LG
|
891
|
-
model: GLOBAL PLAT3
|
892
|
-
os_family: GNU/Linux
|
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
|
913
|
-
-
|
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
|
915
|
-
os:
|
916
|
-
name: GNU/Linux
|
917
|
-
short_name: LIN
|
918
|
-
version:
|
919
|
-
platform:
|
920
|
-
client:
|
921
|
-
type: browser
|
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
|
937
|
-
version:
|
938
|
-
platform: ARM
|
939
|
-
client:
|
940
|
-
type: browser
|
941
|
-
name: LG Browser
|
942
|
-
short_name: LG
|
943
|
-
version: "5.00.00"
|
944
|
-
engine: WebKit
|
945
|
-
device:
|
946
|
-
type: tv
|
947
|
-
brand: LG
|
948
|
-
model: NetCast
|
949
|
-
os_family: GNU/Linux
|
950
|
-
browser_family: Unknown
|
951
|
-
-
|
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 ;)
|
953
|
-
os:
|
954
|
-
name: GNU/Linux
|
955
|
-
short_name: LIN
|
956
|
-
version:
|
957
|
-
platform: ARM
|
958
|
-
client:
|
959
|
-
type: browser
|
960
|
-
name: Safari
|
961
|
-
short_name: SF
|
962
|
-
version: "5.0"
|
963
|
-
engine: WebKit
|
964
|
-
device:
|
965
|
-
type: tv
|
966
|
-
brand: LG
|
967
|
-
model: NetCast 3.0
|
968
|
-
os_family: GNU/Linux
|
969
|
-
browser_family: Safari
|
970
|
-
-
|
971
|
-
user_agent: Mozilla/5.0 (Unknown; Linux armv7l) AppleWebKit/537.1+ (KHTML, like Gecko) Safari/537.1+ HbbTV/1.1.1 ( ;LGE ;NetCast 4.0 ;03.10.81 ;1.0M ;)
|
972
|
-
os:
|
973
|
-
name: GNU/Linux
|
974
|
-
short_name: LIN
|
975
|
-
version:
|
976
|
-
platform: ARM
|
977
|
-
client:
|
978
|
-
type: browser
|
979
|
-
name: Safari
|
980
|
-
short_name: SF
|
981
|
-
version:
|
982
|
-
engine: WebKit
|
983
|
-
device:
|
984
|
-
type: tv
|
985
|
-
brand: LG
|
986
|
-
model: NetCast 4.0
|
987
|
-
os_family: GNU/Linux
|
988
|
-
browser_family: Safari
|
989
|
-
-
|
990
|
-
user_agent: LOEWE/TV HbbTV/1.1.1 (+PVR; Loewe; SL121; LOH;;) CE-HTML/1.0 SL121/16.16.0
|
991
|
-
os: [ ]
|
992
|
-
client: null
|
993
|
-
device:
|
994
|
-
type: tv
|
995
|
-
brand: LO
|
996
|
-
model: SL121
|
997
|
-
os_family: Unknown
|
998
|
-
browser_family: Unknown
|
999
|
-
-
|
1000
|
-
user_agent: LOEWE/TV HbbTV/1.1.1 CE-HTML/1.0 SL121/16.16.0
|
1001
|
-
os: [ ]
|
1002
|
-
client: null
|
1003
|
-
device:
|
1004
|
-
type: tv
|
1005
|
-
brand: LO
|
1006
|
-
model: SL121
|
1007
|
-
os_family: Unknown
|
1008
|
-
browser_family: Unknown
|
1009
|
-
-
|
1010
|
-
user_agent: LOEWE/TV HBBTV/1.0 CE-HTML/1.0 SL150/14.16.0
|
1011
|
-
os: [ ]
|
1012
|
-
client: null
|
1013
|
-
device:
|
1014
|
-
type: tv
|
1015
|
-
brand: LO
|
1016
|
-
model: SL150
|
1017
|
-
os_family: Unknown
|
1018
|
-
browser_family: Unknown
|
1019
|
-
-
|
1020
|
-
user_agent: Opera/9.80 (Linux sh4; U; HbbTV/1.1.1 (+PVR; Loewe; SL150; LOH/3.10;;) CE-HTML/1.0 Config(L:slv,CC:DEU); en) Presto/2.10.250 Version/11.60
|
1021
|
-
os:
|
1022
|
-
name: GNU/Linux
|
1023
|
-
short_name: LIN
|
1024
|
-
version:
|
1025
|
-
platform:
|
1026
|
-
client:
|
1027
|
-
type: browser
|
1028
|
-
name: Opera
|
1029
|
-
short_name: OP
|
1030
|
-
version: "11.60"
|
1031
|
-
engine: Presto
|
1032
|
-
device:
|
1033
|
-
type: tv
|
1034
|
-
brand: LO
|
1035
|
-
model: SL150
|
1036
|
-
os_family: GNU/Linux
|
1037
|
-
browser_family: Opera
|
1038
|
-
-
|
1039
|
-
user_agent: LOEWE/TV HbbTV/1.2.1 (+PVR; Loewe; SL220; LOH/4.00;;) CE-HTML/1.0 SL220/
|
1040
|
-
os: [ ]
|
1041
|
-
client: null
|
1042
|
-
device:
|
1043
|
-
type: tv
|
1044
|
-
brand: LO
|
1045
|
-
model: SL220
|
1046
|
-
os_family: Unknown
|
1047
|
-
browser_family: Unknown
|
1048
|
-
-
|
1049
|
-
user_agent: Opera/9.80 (Linux sh4; U; HbbTV/1.2.1 (+PVR; Loewe; SL220; LOH/4.00;;) CE-HTML/1.0 Config(L:deu,CC:CHE) NETRANGEMMH; en) Presto/2.10.250 Version/11.60
|
1050
|
-
os:
|
1051
|
-
name: GNU/Linux
|
1052
|
-
short_name: LIN
|
1053
|
-
version:
|
1054
|
-
platform:
|
1055
|
-
client:
|
1056
|
-
type: browser
|
1057
|
-
name: Opera
|
1058
|
-
short_name: OP
|
1059
|
-
version: "11.60"
|
1060
|
-
engine: Presto
|
1061
|
-
device:
|
1062
|
-
type: tv
|
1063
|
-
brand: LO
|
1064
|
-
model: SL220
|
1065
|
-
os_family: GNU/Linux
|
1066
|
-
browser_family: Opera
|
1067
|
-
-
|
1068
|
-
user_agent: Mozilla/5.0 (DirectFB; U; Linux armv6l; c) AppleWebKit/531.2+ (KHTML, like Gecko) Safari/531.2+ HbbTV/1.1.1 (;Metz;MMS;;;)
|
1069
|
-
os:
|
1070
|
-
name: GNU/Linux
|
1071
|
-
short_name: LIN
|
1072
|
-
version:
|
1073
|
-
platform: ARM
|
1074
|
-
client:
|
1075
|
-
type: browser
|
1076
|
-
name: Safari
|
1077
|
-
short_name: SF
|
1078
|
-
version:
|
1079
|
-
engine: WebKit
|
1080
|
-
device:
|
1081
|
-
type: tv
|
1082
|
-
brand: ME
|
1083
|
-
model:
|
1084
|
-
os_family: GNU/Linux
|
1085
|
-
browser_family: Safari
|
1086
|
-
-
|
1087
|
-
user_agent: HbbTV/1.1.1 (;MTK;MT5396;;;) ANTGalio/3.2.0.C341.06
|
1088
|
-
os:
|
1089
|
-
name: MTK / Nucleus
|
1090
|
-
short_name: MTK
|
1091
|
-
version:
|
1092
|
-
platform:
|
1093
|
-
client:
|
1094
|
-
type: browser
|
1095
|
-
name: ANTGalio
|
1096
|
-
short_name: AG
|
1097
|
-
version: "3.2.0"
|
1098
|
-
engine:
|
1099
|
-
device:
|
1100
|
-
type: tv
|
1101
|
-
brand: MK
|
1102
|
-
model: MT5396
|
1103
|
-
os_family: Real-time OS
|
1104
|
-
browser_family: Unknown
|
1105
|
-
-
|
1106
|
-
user_agent: HbbTV/1.2.1 (;MTK;MT5396;;;) ANTGalio/3.3.0.26.02.devel
|
1107
|
-
os:
|
1108
|
-
name: MTK / Nucleus
|
1109
|
-
short_name: MTK
|
1110
|
-
version:
|
1111
|
-
platform:
|
1112
|
-
client:
|
1113
|
-
type: browser
|
1114
|
-
name: ANTGalio
|
1115
|
-
short_name: AG
|
1116
|
-
version: "3.3.0.26.02"
|
1117
|
-
engine:
|
1118
|
-
device:
|
1119
|
-
type: tv
|
1120
|
-
brand: MK
|
1121
|
-
model: MT5396
|
1122
|
-
os_family: Real-time OS
|
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
|
1162
|
-
-
|
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
|
1164
|
-
os:
|
1165
|
-
name: GNU/Linux
|
1166
|
-
short_name: LIN
|
1167
|
-
version:
|
1168
|
-
platform:
|
1169
|
-
client:
|
1170
|
-
type: browser
|
1171
|
-
name: Opera
|
1172
|
-
short_name: OP
|
1173
|
-
version: "11.50"
|
1174
|
-
engine: Presto
|
1175
|
-
device:
|
1176
|
-
type: tv
|
1177
|
-
brand: PA
|
1178
|
-
model:
|
1179
|
-
os_family: GNU/Linux
|
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
|
1229
|
-
-
|
1230
|
-
user_agent: HbbTV/1.1.1 (;Panasonic;VIERA 2011;1.805;0071-7702 2000-0000;)
|
1231
|
-
os: [ ]
|
1232
|
-
client: null
|
1233
|
-
device:
|
1234
|
-
type: tv
|
1235
|
-
brand: PA
|
1236
|
-
model: VIERA 2011
|
1237
|
-
os_family: Unknown
|
1238
|
-
browser_family: Unknown
|
1239
|
-
-
|
1240
|
-
user_agent: HbbTV/1.1.1 (;Panasonic;VIERA 2012;1.210;0071-3403 2000-0000;)
|
1241
|
-
os: [ ]
|
1242
|
-
client: null
|
1243
|
-
device:
|
1244
|
-
type: tv
|
1245
|
-
brand: PA
|
1246
|
-
model: VIERA 2012
|
1247
|
-
os_family: Unknown
|
1248
|
-
browser_family: Unknown
|
1249
|
-
-
|
1250
|
-
user_agent: HbbTV/1.2.1 (;Panasonic;VIERA 2013;3.838;1101-0003 0004-0000;)
|
1251
|
-
os: [ ]
|
1252
|
-
client: null
|
1253
|
-
device:
|
1254
|
-
type: tv
|
1255
|
-
brand: PA
|
1256
|
-
model: VIERA 2013
|
1257
|
-
os_family: Unknown
|
1258
|
-
browser_family: Unknown
|
1259
|
-
-
|
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
|
1839
|
-
os:
|
1840
|
-
name: GNU/Linux
|
1841
|
-
short_name: LIN
|
1842
|
-
version:
|
1843
|
-
platform:
|
1844
|
-
client:
|
1845
|
-
type: browser
|
1846
|
-
name: Opera
|
1847
|
-
short_name: OP
|
1848
|
-
version: "12.10"
|
1849
|
-
engine: Presto
|
1850
|
-
device:
|
1851
|
-
type: tv
|
1852
|
-
brand: SH
|
1853
|
-
model: LE652
|
1854
|
-
os_family: GNU/Linux
|
1855
|
-
browser_family: Opera
|
1856
|
-
-
|
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
|
1858
|
-
os:
|
1859
|
-
name: GNU/Linux
|
1860
|
-
short_name: LIN
|
1861
|
-
version:
|
1862
|
-
platform:
|
1863
|
-
client:
|
1864
|
-
type: browser
|
1865
|
-
name: Opera
|
1866
|
-
short_name: OP
|
1867
|
-
version: "11.50"
|
1868
|
-
engine: Presto
|
1869
|
-
device:
|
1870
|
-
type: tv
|
1871
|
-
brand: SH
|
1872
|
-
model: LE737
|
1873
|
-
os_family: GNU/Linux
|
1874
|
-
browser_family: Opera
|
1875
|
-
-
|
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
|
1877
|
-
os:
|
1878
|
-
name: GNU/Linux
|
1879
|
-
short_name: LIN
|
1880
|
-
version:
|
1881
|
-
platform:
|
1882
|
-
client:
|
1883
|
-
type: browser
|
1884
|
-
name: Opera
|
1885
|
-
short_name: OP
|
1886
|
-
version: "12.10"
|
1887
|
-
engine: Presto
|
1888
|
-
device:
|
1889
|
-
type: tv
|
1890
|
-
brand: SH
|
1891
|
-
model: LE750
|
1892
|
-
os_family: GNU/Linux
|
1893
|
-
browser_family: Opera
|
1894
|
-
-
|
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
|
1896
|
-
os:
|
1897
|
-
name: GNU/Linux
|
1898
|
-
short_name: LIN
|
1899
|
-
version:
|
1900
|
-
platform:
|
1901
|
-
client:
|
1902
|
-
type: browser
|
1903
|
-
name: Opera
|
1904
|
-
short_name: OP
|
1905
|
-
version: "12.10"
|
1906
|
-
engine: Presto
|
1907
|
-
device:
|
1908
|
-
type: tv
|
1909
|
-
brand: SH
|
1910
|
-
model: LE752
|
1911
|
-
os_family: GNU/Linux
|
1912
|
-
browser_family: Opera
|
1913
|
-
-
|
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
|
1915
|
-
os:
|
1916
|
-
name: GNU/Linux
|
1917
|
-
short_name: LIN
|
1918
|
-
version:
|
1919
|
-
platform:
|
1920
|
-
client:
|
1921
|
-
type: browser
|
1922
|
-
name: Opera
|
1923
|
-
short_name: OP
|
1924
|
-
version: "12.00"
|
1925
|
-
engine: Presto
|
1926
|
-
device:
|
1927
|
-
type: tv
|
1928
|
-
brand: SH
|
1929
|
-
model: MB95
|
1930
|
-
os_family: GNU/Linux
|
1931
|
-
browser_family: Opera
|
1932
|
-
-
|
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
|
1934
|
-
os:
|
1935
|
-
name: GNU/Linux
|
1936
|
-
short_name: LIN
|
1937
|
-
version:
|
1938
|
-
platform:
|
1939
|
-
client:
|
1940
|
-
type: browser
|
1941
|
-
name: Opera
|
1942
|
-
short_name: OP
|
1943
|
-
version: "12.51"
|
1944
|
-
engine: Presto
|
1945
|
-
device:
|
1946
|
-
type: tv
|
1947
|
-
brand: SH
|
1948
|
-
model: Si2156LG32
|
1949
|
-
os_family: GNU/Linux
|
1950
|
-
browser_family: Opera
|
1951
|
-
-
|
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
|
1964
|
-
device:
|
1965
|
-
type: tv
|
1966
|
-
brand: SK
|
1967
|
-
model: 8K55 E680
|
1968
|
-
os_family: Android
|
1969
|
-
browser_family: Android Browser
|
1970
|
-
-
|
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
|
1972
|
-
os: [ ]
|
1973
|
-
client: null
|
1974
|
-
device:
|
1975
|
-
type: tv
|
1976
|
-
brand: SK
|
1977
|
-
model: HC7620
|
1978
|
-
os_family: Unknown
|
1979
|
-
browser_family: Unknown
|
1980
|
-
-
|
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)
|
1982
|
-
os:
|
1983
|
-
name: GNU/Linux
|
1984
|
-
short_name: LIN
|
1985
|
-
version:
|
1986
|
-
platform: ARM
|
1987
|
-
client:
|
1988
|
-
type: browser
|
1989
|
-
name: Opera
|
1990
|
-
short_name: OP
|
1991
|
-
version: "12.11"
|
1992
|
-
engine: Presto
|
1993
|
-
device:
|
1994
|
-
type: tv
|
1995
|
-
brand: SO
|
1996
|
-
model: BDP9G AXD
|
1997
|
-
os_family: GNU/Linux
|
1998
|
-
browser_family: Opera
|
1999
|
-
-
|
2000
|
-
user_agent: Opera/9.80 (Linux armv6l; Opera TV Store/5599; (SonyBDP/BDV13)) Presto/2.12.362 Version/12.11
|
2001
|
-
os:
|
2002
|
-
name: GNU/Linux
|
2003
|
-
short_name: LIN
|
2004
|
-
version:
|
2005
|
-
platform: ARM
|
2006
|
-
client:
|
2007
|
-
type: browser
|
2008
|
-
name: Opera
|
2009
|
-
short_name: OP
|
2010
|
-
version: "12.11"
|
2011
|
-
engine: Presto
|
2012
|
-
device:
|
2013
|
-
type: tv
|
2014
|
-
brand: SO
|
2015
|
-
model: Blu-ray Player
|
2016
|
-
os_family: GNU/Linux
|
2017
|
-
browser_family: Opera
|
2018
|
-
-
|
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)
|
2020
|
-
os:
|
2021
|
-
name: GNU/Linux
|
2022
|
-
short_name: LIN
|
2023
|
-
version:
|
2024
|
-
platform: ARM
|
2025
|
-
client:
|
2026
|
-
type: browser
|
2027
|
-
name: Opera
|
2028
|
-
short_name: OP
|
2029
|
-
version: "12.50"
|
2030
|
-
engine: Presto
|
2031
|
-
device:
|
2032
|
-
type: tv
|
2033
|
-
brand: SO
|
2034
|
-
model: KD-55X8500B
|
2035
|
-
os_family: GNU/Linux
|
2036
|
-
browser_family: Opera
|
2037
|
-
-
|
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)
|
2039
|
-
os:
|
2040
|
-
name: GNU/Linux
|
2041
|
-
short_name: LIN
|
2042
|
-
version:
|
2043
|
-
platform:
|
2044
|
-
client:
|
2045
|
-
type: browser
|
2046
|
-
name: Opera
|
2047
|
-
short_name: OP
|
2048
|
-
version: "11.60"
|
2049
|
-
engine: Presto
|
2050
|
-
device:
|
2051
|
-
type: tv
|
2052
|
-
brand: SO
|
2053
|
-
model: KDL-32EX550
|
2054
|
-
os_family: GNU/Linux
|
2055
|
-
browser_family: Opera
|
2056
|
-
-
|
2057
|
-
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
|
-
os:
|
2059
|
-
name: GNU/Linux
|
2060
|
-
short_name: LIN
|
2061
|
-
version:
|
2062
|
-
platform:
|
2063
|
-
client:
|
2064
|
-
type: browser
|
2065
|
-
name: Opera
|
2066
|
-
short_name: OP
|
2067
|
-
version: "11.00"
|
2068
|
-
engine: Presto
|
2069
|
-
device:
|
2070
|
-
type: tv
|
2071
|
-
brand: SO
|
2072
|
-
model: KDL32CX525
|
2073
|
-
os_family: GNU/Linux
|
2074
|
-
browser_family: Opera
|
2075
|
-
-
|
2076
|
-
user_agent: 'Opera/9.80 (Linux armv7l; U; HbbTV/1.1.1 (; Sony; KDL40HX758; PKG1.212EUA; 2013;);; en) Presto/2.10.287 Version/12.00'
|
2077
|
-
os:
|
2078
|
-
name: GNU/Linux
|
2079
|
-
short_name: LIN
|
2080
|
-
version:
|
2081
|
-
platform: ARM
|
2082
|
-
client:
|
2083
|
-
type: browser
|
2084
|
-
name: Opera
|
2085
|
-
short_name: OP
|
2086
|
-
version: "12.00"
|
2087
|
-
engine: Presto
|
2088
|
-
device:
|
2089
|
-
type: tv
|
2090
|
-
brand: SO
|
2091
|
-
model: KDL40HX758
|
2092
|
-
os_family: GNU/Linux
|
2093
|
-
browser_family: Opera
|
2094
|
-
-
|
2095
|
-
user_agent: 'Opera/9.80 (Linux armv7l; HbbTV/1.1.1 (; Sony; KDL42W805A; PKG3.105EUA; 2013;); ) Presto/2.12.362 Version/12.11'
|
2096
|
-
os:
|
2097
|
-
name: GNU/Linux
|
2098
|
-
short_name: LIN
|
2099
|
-
version:
|
2100
|
-
platform: ARM
|
2101
|
-
client:
|
2102
|
-
type: browser
|
2103
|
-
name: Opera
|
2104
|
-
short_name: OP
|
2105
|
-
version: "12.11"
|
2106
|
-
engine: Presto
|
2107
|
-
device:
|
2108
|
-
type: tv
|
2109
|
-
brand: SO
|
2110
|
-
model: KDL42W805
|
2111
|
-
os_family: GNU/Linux
|
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
|
2132
|
-
-
|
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'
|
2134
|
-
os:
|
2135
|
-
name: GNU/Linux
|
2136
|
-
short_name: LIN
|
2137
|
-
version:
|
2138
|
-
platform: ARM
|
2139
|
-
client:
|
2140
|
-
type: browser
|
2141
|
-
name: Opera
|
2142
|
-
short_name: OP
|
2143
|
-
version: "12.00"
|
2144
|
-
engine: Presto
|
2145
|
-
device:
|
2146
|
-
type: tv
|
2147
|
-
brand: SO
|
2148
|
-
model: KDL46EX650
|
2149
|
-
os_family: GNU/Linux
|
2150
|
-
browser_family: Opera
|
2151
|
-
-
|
2152
|
-
user_agent: 'Opera/9.80 (Linux mips; U; HbbTV/1.1.1 (; Sony; KDL55NX725; PKG4.012EUA; 2011;);; en) Presto/2.7.61 Version/11.00'
|
2153
|
-
os:
|
2154
|
-
name: GNU/Linux
|
2155
|
-
short_name: LIN
|
2156
|
-
version:
|
2157
|
-
platform:
|
2158
|
-
client:
|
2159
|
-
type: browser
|
2160
|
-
name: Opera
|
2161
|
-
short_name: OP
|
2162
|
-
version: "11.00"
|
2163
|
-
engine: Presto
|
2164
|
-
device:
|
2165
|
-
type: tv
|
2166
|
-
brand: SO
|
2167
|
-
model: KDL55NX725
|
2168
|
-
os_family: GNU/Linux
|
2169
|
-
browser_family: Opera
|
2170
|
-
-
|
2171
|
-
user_agent: 'Mozilla/5.0 (;;;) AppleWebKit/534.6 HbbTV/1.1.1 (+DL+PVR; smart; CX10; 1.0; 1.0;) CE-HTML/1.0'
|
2172
|
-
os: [ ]
|
2173
|
-
client: null
|
2174
|
-
device:
|
2175
|
-
type: tv
|
2176
|
-
brand: SR
|
2177
|
-
model: CX10
|
2178
|
-
os_family: Unknown
|
2179
|
-
browser_family: Unknown
|
2180
|
-
-
|
2181
|
-
user_agent: 'Mozilla/5.0 (;;;) AppleWebKit/534.6 HbbTV/1.1.1 (+DL+PVR; smart; VX10; 1.0; 1.0;) CE-HTML/1.0'
|
2182
|
-
os: [ ]
|
2183
|
-
client: null
|
2184
|
-
device:
|
2185
|
-
type: tv
|
2186
|
-
brand: SR
|
2187
|
-
model: VX10
|
2188
|
-
os_family: Unknown
|
2189
|
-
browser_family: Unknown
|
2190
|
-
-
|
2191
|
-
user_agent: 'Mozilla/5.0 (;;;) AppleWebKit/534.6 HbbTV/1.1.1 (+DL+PVR; smart; ZAPPIX HD+; 1.0; 1.0;) CE-HTML/1.0'
|
2192
|
-
os: [ ]
|
2193
|
-
client: null
|
2194
|
-
device:
|
2195
|
-
type: tv
|
2196
|
-
brand: SR
|
2197
|
-
model: ZAPPIX HD+
|
2198
|
-
os_family: Unknown
|
2199
|
-
browser_family: Unknown
|
2200
|
-
-
|
2201
|
-
user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; fr-fr; STOREX LinkBox Build/20120103) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
|
2202
|
-
os:
|
2203
|
-
name: Android
|
2204
|
-
short_name: AND
|
2205
|
-
version: "2.3.4"
|
2206
|
-
platform:
|
2207
|
-
client:
|
2208
|
-
type: browser
|
2209
|
-
name: Android Browser
|
2210
|
-
short_name: AN
|
2211
|
-
version:
|
2212
|
-
engine: WebKit
|
2213
|
-
device:
|
2214
|
-
type: tv
|
2215
|
-
brand: ST
|
2216
|
-
model: LinkBox
|
2217
|
-
os_family: Android
|
2218
|
-
browser_family: Android Browser
|
2219
|
-
-
|
2220
|
-
user_agent: 'Mozilla/5.0 (;;;) AppleWebKit/534.6 HbbTV/1.1.1 (+DL+PVR; selevision; Selevision EMC1000i; 1.0; 1.0;) CE-HTML/1.0'
|
2221
|
-
os: [ ]
|
2222
|
-
client: null
|
2223
|
-
device:
|
2224
|
-
type: tv
|
2225
|
-
brand: SV
|
2226
|
-
model: EMC1000i
|
2227
|
-
os_family: Unknown
|
2228
|
-
browser_family: Unknown
|
2229
|
-
-
|
2230
|
-
user_agent: 'Mozilla/5.0 (;;;) AppleWebKit/534.6 HbbTV/1.1.1 (+DL+PVR; selevision; Selevision EMC1000i; 1.0; 1.0;) hdplusinteraktiv/1.0 (NETRANGEMMH;) CE-HTML/1.0'
|
2231
|
-
os: [ ]
|
2232
|
-
client: null
|
2233
|
-
device:
|
2234
|
-
type: tv
|
2235
|
-
brand: SV
|
2236
|
-
model: EMC1000i
|
2237
|
-
os_family: Unknown
|
2238
|
-
browser_family: Unknown
|
2239
|
-
-
|
2240
|
-
user_agent: Opera/9.80 (Linux mips; U; NETRANGEMMH;HbbTV/1.1.1;CE-HTML/1.0;TCL LF1V042; en) Presto/2.10.287 Version/12.00
|
2241
|
-
os:
|
2242
|
-
name: GNU/Linux
|
2243
|
-
short_name: LIN
|
2244
|
-
version:
|
2245
|
-
platform:
|
2246
|
-
client:
|
2247
|
-
type: browser
|
2248
|
-
name: Opera
|
2249
|
-
short_name: OP
|
2250
|
-
version: "12.00"
|
2251
|
-
engine: Presto
|
2252
|
-
device:
|
2253
|
-
type: tv
|
2254
|
-
brand: TC
|
2255
|
-
model: LF1V042
|
2256
|
-
os_family: GNU/Linux
|
2257
|
-
browser_family: Opera
|
2258
|
-
-
|
2259
|
-
user_agent: Opera/9.80 (Linux armv6l; U; NETRANGEMMH;HbbTV/1.1.1;CE-HTML/1.0;TCL LF1V349; en) Presto/2.8.115 Version/11.10
|
2260
|
-
os:
|
2261
|
-
name: GNU/Linux
|
2262
|
-
short_name: LIN
|
2263
|
-
version:
|
2264
|
-
platform: ARM
|
2265
|
-
client:
|
2266
|
-
type: browser
|
2267
|
-
name: Opera
|
2268
|
-
short_name: OP
|
2269
|
-
version: "11.10"
|
2270
|
-
engine: Presto
|
2271
|
-
device:
|
2272
|
-
type: tv
|
2273
|
-
brand: TC
|
2274
|
-
model: LF1V349
|
2275
|
-
os_family: GNU/Linux
|
2276
|
-
browser_family: Opera
|
2277
|
-
-
|
2278
|
-
user_agent: Opera/9.80 (Linux mips; U; HbbTV/1.1.1 (; Vestel; MB95; 1.0; 1.0; ); en) Presto/2.10.287 Version/12.00 HbbTV/1.1.1 (; CUS:TELEFUNKEN; MB95; 2.1.4; 1.0;) CE-HTML/1.0 NETRANGEMMH iplayerV3
|
2279
|
-
os:
|
2280
|
-
name: GNU/Linux
|
2281
|
-
short_name: LIN
|
2282
|
-
version:
|
2283
|
-
platform:
|
2284
|
-
client:
|
2285
|
-
type: browser
|
2286
|
-
name: Opera
|
2287
|
-
short_name: OP
|
2288
|
-
version: "12.00"
|
2289
|
-
engine: Presto
|
2290
|
-
device:
|
2291
|
-
type: tv
|
2292
|
-
brand: TL
|
2293
|
-
model: MB95
|
2294
|
-
os_family: GNU/Linux
|
2295
|
-
browser_family: Opera
|
2296
|
-
-
|
2297
|
-
user_agent: Opera/9.80 (Linux armv6l; U; NETRANGEMMH;HbbTV/1.1.1;CE-HTML/1.0;THOMSON LF1V017; en) Presto/2.10.250 Version/11.60
|
2298
|
-
os:
|
2299
|
-
name: GNU/Linux
|
2300
|
-
short_name: LIN
|
2301
|
-
version:
|
2302
|
-
platform: ARM
|
2303
|
-
client:
|
2304
|
-
type: browser
|
2305
|
-
name: Opera
|
2306
|
-
short_name: OP
|
2307
|
-
version: "11.60"
|
2308
|
-
engine: Presto
|
2309
|
-
device:
|
2310
|
-
type: tv
|
2311
|
-
brand: TN
|
2312
|
-
model: LF1V017
|
2313
|
-
os_family: GNU/Linux
|
2314
|
-
browser_family: Opera
|
2315
|
-
-
|
2316
|
-
user_agent: Opera/9.80 (Linux armv6l; U; NETRANGEMMH;HbbTV/1.1.1;CE-HTML/1.0;THOM LF1V375; en) Presto/2.10.250 Version/11.60
|
2317
|
-
os:
|
2318
|
-
name: GNU/Linux
|
2319
|
-
short_name: LIN
|
2320
|
-
version:
|
2321
|
-
platform: ARM
|
2322
|
-
client:
|
2323
|
-
type: browser
|
2324
|
-
name: Opera
|
2325
|
-
short_name: OP
|
2326
|
-
version: "11.60"
|
2327
|
-
engine: Presto
|
2328
|
-
device:
|
2329
|
-
type: tv
|
2330
|
-
brand: TN
|
2331
|
-
model: LF1V375
|
2332
|
-
os_family: GNU/Linux
|
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
|
2349
|
-
-
|
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
|
2351
|
-
os:
|
2352
|
-
name: GNU/Linux
|
2353
|
-
short_name: LIN
|
2354
|
-
version:
|
2355
|
-
platform: ARM
|
2356
|
-
client:
|
2357
|
-
type: browser
|
2358
|
-
name: Opera
|
2359
|
-
short_name: OP
|
2360
|
-
version: "10.60"
|
2361
|
-
engine: Presto
|
2362
|
-
device:
|
2363
|
-
type: tv
|
2364
|
-
brand: TS
|
2365
|
-
model: 55WL863
|
2366
|
-
os_family: GNU/Linux
|
2367
|
-
browser_family: Opera
|
2368
|
-
-
|
2369
|
-
user_agent: Opera/9.80 (Linux armv7l ; U; HbbTV/1.1.1 (; TOSHIBA; 55ZL1; 19.7.61.14; 3; ) ; ToshibaTP/1.3.0 (+VIDEO_MP4+AUDIO_MPEG+AUDIO_MP4) ; de) Presto/2.6.33 Version/10.60
|
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: "10.60"
|
2380
|
-
engine: Presto
|
2381
|
-
device:
|
2382
|
-
type: tv
|
2383
|
-
brand: TS
|
2384
|
-
model: 55ZL1
|
2385
|
-
os_family: GNU/Linux
|
2386
|
-
browser_family: Opera
|
2387
|
-
-
|
2388
|
-
user_agent: HbbTV/1.1.1 (+DL;TechnoTrend Goerler;S-855;3.1.8.24.04.20.devel;;) CE-HTML/1.0 hdplusinteraktiv/1.0 (NETRANGEMMH;)
|
2389
|
-
os: [ ]
|
2390
|
-
client: null
|
2391
|
-
device:
|
2392
|
-
type: tv
|
2393
|
-
brand: TT
|
2394
|
-
model: S-855
|
2395
|
-
os_family: Unknown
|
2396
|
-
browser_family: Unknown
|
2397
|
-
-
|
2398
|
-
user_agent: Opera/9.80 (Linux sh4; U; HbbTV/1.1.1 (;;;;;); CE-HTML; TechniSat DigiCorder ISIO C; de) Presto/2.9.167 Version/11.50
|
2399
|
-
os:
|
2400
|
-
name: GNU/Linux
|
2401
|
-
short_name: LIN
|
2402
|
-
version:
|
2403
|
-
platform:
|
2404
|
-
client:
|
2405
|
-
type: browser
|
2406
|
-
name: Opera
|
2407
|
-
short_name: OP
|
2408
|
-
version: "11.50"
|
2409
|
-
engine: Presto
|
2410
|
-
device:
|
2411
|
-
type: tv
|
2412
|
-
brand: TX
|
2413
|
-
model: DigiCorder ISIO C
|
2414
|
-
os_family: GNU/Linux
|
2415
|
-
browser_family: Opera
|
2416
|
-
-
|
2417
|
-
user_agent: Opera/9.80 (Linux sh4; U; HbbTV/1.1.1 (;;;;;); CE-HTML; TechniSat DigiCorder ISIO S; de) Presto/2.9.167 Version/11.50
|
2418
|
-
os:
|
2419
|
-
name: GNU/Linux
|
2420
|
-
short_name: LIN
|
2421
|
-
version:
|
2422
|
-
platform:
|
2423
|
-
client:
|
2424
|
-
type: browser
|
2425
|
-
name: Opera
|
2426
|
-
short_name: OP
|
2427
|
-
version: "11.50"
|
2428
|
-
engine: Presto
|
2429
|
-
device:
|
2430
|
-
type: tv
|
2431
|
-
brand: TX
|
2432
|
-
model: DigiCorder ISIO S
|
2433
|
-
os_family: GNU/Linux
|
2434
|
-
browser_family: Opera
|
2435
|
-
-
|
2436
|
-
user_agent: Opera/9.80 (Linux sh4; U; HbbTV/1.1.1 (;;;;;); CE-HTML; TechniSat Digit ISIO C; de) Presto/2.9.167 Version/11.50
|
2437
|
-
os:
|
2438
|
-
name: GNU/Linux
|
2439
|
-
short_name: LIN
|
2440
|
-
version:
|
2441
|
-
platform:
|
2442
|
-
client:
|
2443
|
-
type: browser
|
2444
|
-
name: Opera
|
2445
|
-
short_name: OP
|
2446
|
-
version: "11.50"
|
2447
|
-
engine: Presto
|
2448
|
-
device:
|
2449
|
-
type: tv
|
2450
|
-
brand: TX
|
2451
|
-
model: Digit ISIO C
|
2452
|
-
os_family: GNU/Linux
|
2453
|
-
browser_family: Opera
|
2454
|
-
-
|
2455
|
-
user_agent: Opera/9.80 (Linux sh4; U; HbbTV/1.1.1 (;;;;;); CE-HTML; TechniSat Digit ISIO S; de) Presto/2.9.167 Version/11.50
|
2456
|
-
os:
|
2457
|
-
name: GNU/Linux
|
2458
|
-
short_name: LIN
|
2459
|
-
version:
|
2460
|
-
platform:
|
2461
|
-
client:
|
2462
|
-
type: browser
|
2463
|
-
name: Opera
|
2464
|
-
short_name: OP
|
2465
|
-
version: "11.50"
|
2466
|
-
engine: Presto
|
2467
|
-
device:
|
2468
|
-
type: tv
|
2469
|
-
brand: TX
|
2470
|
-
model: Digit ISIO S
|
2471
|
-
os_family: GNU/Linux
|
2472
|
-
browser_family: Opera
|
2473
|
-
-
|
2474
|
-
user_agent: Opera/9.80 (Linux i686; U; HbbTV/1.1.1 (;;;;;); CE-HTML; TechniSat MultyVision ISIO; de) Presto/2.9.167 Version/11.50
|
2475
|
-
os:
|
2476
|
-
name: GNU/Linux
|
2477
|
-
short_name: LIN
|
2478
|
-
version:
|
2479
|
-
platform: x86
|
2480
|
-
client:
|
2481
|
-
type: browser
|
2482
|
-
name: Opera
|
2483
|
-
short_name: OP
|
2484
|
-
version: "11.50"
|
2485
|
-
engine: Presto
|
2486
|
-
device:
|
2487
|
-
type: tv
|
2488
|
-
brand: TX
|
2489
|
-
model: MultyVision ISIO
|
2490
|
-
os_family: GNU/Linux
|
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
|
2507
|
-
-
|
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
|
2509
|
-
os:
|
2510
|
-
name: GNU/Linux
|
2511
|
-
short_name: LIN
|
2512
|
-
version:
|
2513
|
-
platform:
|
2514
|
-
client:
|
2515
|
-
type: browser
|
2516
|
-
name: Opera
|
2517
|
-
short_name: OP
|
2518
|
-
version: "12.00"
|
2519
|
-
engine: Presto
|
2520
|
-
device:
|
2521
|
-
type: tv
|
2522
|
-
brand: VT
|
2523
|
-
model: MB95
|
2524
|
-
os_family: GNU/Linux
|
2525
|
-
browser_family: Opera
|
2526
|
-
-
|
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
|
2528
|
-
os:
|
2529
|
-
name: GNU/Linux
|
2530
|
-
short_name: LIN
|
2531
|
-
version:
|
2532
|
-
platform: ARM
|
2533
|
-
client:
|
2534
|
-
type: browser
|
2535
|
-
name: Opera
|
2536
|
-
short_name: OP
|
2537
|
-
version: "11.10"
|
2538
|
-
engine: Presto
|
2539
|
-
device:
|
2540
|
-
type: tv
|
2541
|
-
brand: VW
|
2542
|
-
model: tv2n
|
2543
|
-
os_family: GNU/Linux
|
2544
|
-
browser_family: Opera
|
2545
|
-
-
|
2546
|
-
user_agent: Opera/9.80 (Linux mips; U; HbbTV/1.1.1 (; Opera Software; videowebtv; ; ; ); en) Presto/2.10.287 Version/12.00
|
2547
|
-
os:
|
2548
|
-
name: GNU/Linux
|
2549
|
-
short_name: LIN
|
2550
|
-
version:
|
2551
|
-
platform:
|
2552
|
-
client:
|
2553
|
-
type: browser
|
2554
|
-
name: Opera
|
2555
|
-
short_name: OP
|
2556
|
-
version: "12.00"
|
2557
|
-
engine: Presto
|
2558
|
-
device:
|
2559
|
-
type: tv
|
2560
|
-
brand: VW
|
2561
|
-
model: VideoWeb TV
|
2562
|
-
os_family: GNU/Linux
|
2563
|
-
browser_family: Opera
|
2564
|
-
-
|
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
|
2566
|
-
os:
|
2567
|
-
name: Google TV
|
2568
|
-
short_name: GTV
|
2569
|
-
version: "3.2"
|
2570
|
-
platform:
|
2571
|
-
client:
|
2572
|
-
type: browser
|
2573
|
-
name: Chrome
|
2574
|
-
short_name: CH
|
2575
|
-
version: "11.0.696.77"
|
2576
|
-
engine: WebKit
|
2577
|
-
device:
|
2578
|
-
type: tv
|
2579
|
-
brand: VZ
|
2580
|
-
model: VAP430
|
2581
|
-
os_family: Google TV
|
2582
|
-
browser_family: Chrome
|