device_detector 1.0.2 → 1.0.6
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/.rubocop.yml +49 -0
- data/.ruby-version +1 -0
- data/.travis.yml +5 -6
- data/CHANGELOG.md +11 -0
- data/README.md +8 -7
- data/Rakefile +7 -4
- data/device_detector.gemspec +1 -0
- data/lib/device_detector/bot.rb +2 -2
- data/lib/device_detector/browser.rb +364 -0
- data/lib/device_detector/client.rb +11 -2
- data/lib/device_detector/device.rb +1168 -22
- data/lib/device_detector/memory_cache.rb +5 -5
- 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 +148 -116
- data/lib/device_detector/parser.rb +22 -9
- data/lib/device_detector/version.rb +1 -1
- data/lib/device_detector/version_extractor.rb +10 -2
- data/lib/device_detector.rb +73 -40
- data/regexes/bots.yml +909 -59
- data/regexes/client/browser_engine.yml +14 -2
- data/regexes/client/browsers.yml +1356 -241
- data/regexes/client/feed_readers.yml +10 -10
- data/regexes/client/libraries.yml +75 -1
- data/regexes/client/mediaplayers.yml +39 -3
- data/regexes/client/mobile_apps.yml +524 -45
- data/regexes/client/pim.yml +55 -2
- data/regexes/device/cameras.yml +6 -6
- data/regexes/device/car_browsers.yml +23 -3
- data/regexes/device/consoles.yml +9 -3
- data/regexes/device/mobiles.yml +16903 -3199
- data/regexes/device/notebooks.yml +114 -0
- data/regexes/device/portable_media_player.yml +20 -3
- data/regexes/device/shell_tv.yml +117 -0
- data/regexes/device/televisions.yml +440 -35
- data/regexes/oss.yml +603 -165
- data/regexes/vendorfragments.yml +6 -2
- data/spec/device_detector/concrete_user_agent_spec.rb +38 -51
- data/spec/device_detector/detector_fixtures_spec.rb +36 -37
- data/spec/device_detector/device_spec.rb +52 -56
- data/spec/device_detector/memory_cache_spec.rb +19 -19
- data/spec/device_detector/model_extractor_spec.rb +3 -3
- data/spec/device_detector/version_extractor_spec.rb +5 -6
- data/spec/device_detector_spec.rb +26 -26
- data/spec/fixtures/client/browser.yml +2617 -555
- data/spec/fixtures/client/feed_reader.yml +34 -52
- data/spec/fixtures/client/library.yml +129 -38
- data/spec/fixtures/client/mediaplayer.yml +59 -28
- data/spec/fixtures/client/mobile_app.yml +589 -20
- data/spec/fixtures/client/pim.yml +92 -19
- data/spec/fixtures/detector/bots.yml +1749 -458
- data/spec/fixtures/detector/camera.yml +30 -24
- data/spec/fixtures/detector/car_browser.yml +199 -3
- data/spec/fixtures/detector/console.yml +107 -45
- data/spec/fixtures/detector/desktop.yml +3216 -758
- data/spec/fixtures/detector/feature_phone.yml +935 -181
- data/spec/fixtures/detector/feed_reader.yml +181 -193
- data/spec/fixtures/detector/mediaplayer.yml +157 -60
- data/spec/fixtures/detector/mobile_apps.yml +914 -136
- data/spec/fixtures/detector/peripheral.yml +271 -0
- data/spec/fixtures/detector/phablet.yml +5593 -1533
- data/spec/fixtures/detector/portable_media_player.yml +398 -32
- data/spec/fixtures/detector/smart_display.yml +183 -9
- data/spec/fixtures/detector/smart_speaker.yml +60 -0
- data/spec/fixtures/detector/smartphone-1.yml +3930 -4239
- data/spec/fixtures/detector/smartphone-10.yml +3985 -7366
- data/spec/fixtures/detector/smartphone-11.yml +5083 -3784
- data/spec/fixtures/detector/smartphone-12.yml +8989 -0
- data/spec/fixtures/detector/smartphone-13.yml +9412 -0
- data/spec/fixtures/detector/smartphone-14.yml +9477 -0
- data/spec/fixtures/detector/smartphone-15.yml +9281 -0
- data/spec/fixtures/detector/smartphone-16.yml +9678 -0
- data/spec/fixtures/detector/smartphone-17.yml +9965 -0
- data/spec/fixtures/detector/smartphone-18.yml +9806 -0
- data/spec/fixtures/detector/smartphone-19.yml +9965 -0
- data/spec/fixtures/detector/smartphone-2.yml +6670 -4375
- data/spec/fixtures/detector/smartphone-20.yml +9710 -0
- data/spec/fixtures/detector/smartphone-21.yml +8693 -0
- data/spec/fixtures/detector/smartphone-22.yml +10178 -0
- data/spec/fixtures/detector/smartphone-23.yml +9453 -0
- data/spec/fixtures/detector/smartphone-24.yml +9843 -0
- data/spec/fixtures/detector/smartphone-25.yml +9703 -0
- data/spec/fixtures/detector/smartphone-26.yml +10007 -0
- data/spec/fixtures/detector/smartphone-27.yml +4927 -0
- data/spec/fixtures/detector/smartphone-3.yml +4656 -4711
- data/spec/fixtures/detector/smartphone-4.yml +3518 -4479
- data/spec/fixtures/detector/smartphone-5.yml +3805 -4803
- data/spec/fixtures/detector/smartphone-6.yml +3745 -4693
- data/spec/fixtures/detector/smartphone-7.yml +3721 -4645
- data/spec/fixtures/detector/smartphone-8.yml +4564 -4699
- data/spec/fixtures/detector/smartphone-9.yml +3897 -4888
- data/spec/fixtures/detector/smartphone.yml +3154 -4141
- data/spec/fixtures/detector/tablet-1.yml +4742 -4576
- data/spec/fixtures/detector/tablet-2.yml +3803 -4731
- data/spec/fixtures/detector/tablet-3.yml +6210 -2309
- data/spec/fixtures/detector/tablet-4.yml +9062 -0
- data/spec/fixtures/detector/tablet-5.yml +9273 -0
- data/spec/fixtures/detector/tablet-6.yml +4588 -0
- data/spec/fixtures/detector/tablet.yml +3629 -4613
- data/spec/fixtures/detector/tv-1.yml +2501 -0
- data/spec/fixtures/detector/tv.yml +8856 -2064
- data/spec/fixtures/detector/unknown.yml +412 -587
- data/spec/fixtures/detector/wearable.yml +915 -0
- data/spec/fixtures/device/camera.yml +4 -3
- data/spec/fixtures/device/car_browser.yml +9 -2
- data/spec/fixtures/device/console.yml +15 -14
- data/spec/fixtures/device/notebook.yml +7 -0
- data/spec/fixtures/parser/oss.yml +1392 -21
- data/spec/fixtures/parser/vendorfragments.yml +57 -51
- metadata +70 -4
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
---
|
|
2
|
+
-
|
|
2
3
|
user_agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.21 (KHTML, like Gecko) akregator/4.11.5 Safari/537.21
|
|
3
4
|
os:
|
|
4
5
|
name: GNU/Linux
|
|
5
|
-
|
|
6
|
-
version:
|
|
6
|
+
version: ""
|
|
7
7
|
platform: x64
|
|
8
8
|
client:
|
|
9
9
|
type: feed reader
|
|
@@ -11,28 +11,27 @@
|
|
|
11
11
|
version: "4.11.5"
|
|
12
12
|
device:
|
|
13
13
|
type: desktop
|
|
14
|
-
brand:
|
|
15
|
-
model:
|
|
14
|
+
brand: ""
|
|
15
|
+
model: ""
|
|
16
16
|
os_family: GNU/Linux
|
|
17
17
|
browser_family: Unknown
|
|
18
|
-
-
|
|
18
|
+
-
|
|
19
19
|
user_agent: Akregator/4.12.3; syndication SUSE
|
|
20
20
|
os:
|
|
21
21
|
name: SUSE
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
platform:
|
|
22
|
+
version: ""
|
|
23
|
+
platform: ""
|
|
25
24
|
client:
|
|
26
25
|
type: feed reader
|
|
27
26
|
name: Akregator
|
|
28
27
|
version: "4.12.3"
|
|
29
28
|
device:
|
|
30
29
|
type: desktop
|
|
31
|
-
brand:
|
|
32
|
-
model:
|
|
30
|
+
brand: ""
|
|
31
|
+
model: ""
|
|
33
32
|
os_family: GNU/Linux
|
|
34
33
|
browser_family: Unknown
|
|
35
|
-
-
|
|
34
|
+
-
|
|
36
35
|
user_agent: Akregator/1.2.9; librss/remnants
|
|
37
36
|
os: [ ]
|
|
38
37
|
client:
|
|
@@ -40,12 +39,12 @@
|
|
|
40
39
|
name: Akregator
|
|
41
40
|
version: "1.2.9"
|
|
42
41
|
device:
|
|
43
|
-
type:
|
|
44
|
-
brand:
|
|
45
|
-
model:
|
|
42
|
+
type: ""
|
|
43
|
+
brand: ""
|
|
44
|
+
model: ""
|
|
46
45
|
os_family: Unknown
|
|
47
46
|
browser_family: Unknown
|
|
48
|
-
-
|
|
47
|
+
-
|
|
49
48
|
user_agent: Apple-PubSub/65.28
|
|
50
49
|
os: [ ]
|
|
51
50
|
client:
|
|
@@ -53,97 +52,108 @@
|
|
|
53
52
|
name: Apple PubSub
|
|
54
53
|
version: "65.28"
|
|
55
54
|
device:
|
|
56
|
-
type:
|
|
57
|
-
brand:
|
|
58
|
-
model:
|
|
55
|
+
type: ""
|
|
56
|
+
brand: ""
|
|
57
|
+
model: ""
|
|
59
58
|
os_family: Unknown
|
|
60
59
|
browser_family: Unknown
|
|
61
|
-
-
|
|
60
|
+
-
|
|
62
61
|
user_agent: FeedDemon/4.5 (http://www.feeddemon.com/; Microsoft Windows)
|
|
63
62
|
os:
|
|
64
63
|
name: Windows
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
platform:
|
|
64
|
+
version: ""
|
|
65
|
+
platform: ""
|
|
68
66
|
client:
|
|
69
67
|
type: feed reader
|
|
70
68
|
name: FeedDemon
|
|
71
69
|
version: "4.5"
|
|
72
70
|
device:
|
|
73
71
|
type: desktop
|
|
74
|
-
brand:
|
|
75
|
-
model:
|
|
72
|
+
brand: ""
|
|
73
|
+
model: ""
|
|
76
74
|
os_family: Windows
|
|
77
75
|
browser_family: Unknown
|
|
78
|
-
-
|
|
76
|
+
-
|
|
79
77
|
user_agent: FeedDemon/4.5 (http://www.feeddemon.com/; Microsoft Windows XP)
|
|
80
78
|
os:
|
|
81
79
|
name: Windows
|
|
82
|
-
short_name: WIN
|
|
83
80
|
version: "XP"
|
|
84
|
-
platform:
|
|
81
|
+
platform: ""
|
|
85
82
|
client:
|
|
86
83
|
type: feed reader
|
|
87
84
|
name: FeedDemon
|
|
88
85
|
version: "4.5"
|
|
89
86
|
device:
|
|
90
87
|
type: desktop
|
|
91
|
-
brand:
|
|
92
|
-
model:
|
|
88
|
+
brand: ""
|
|
89
|
+
model: ""
|
|
93
90
|
os_family: Windows
|
|
94
91
|
browser_family: Unknown
|
|
95
|
-
-
|
|
92
|
+
-
|
|
96
93
|
user_agent: FeeddlerPro/2.4 CFNetwork/672.0.8 Darwin/14.0.0
|
|
97
94
|
os:
|
|
98
95
|
name: iOS
|
|
99
|
-
short_name: IOS
|
|
100
96
|
version: "7.0"
|
|
101
|
-
platform:
|
|
97
|
+
platform: ""
|
|
102
98
|
client:
|
|
103
99
|
type: feed reader
|
|
104
100
|
name: Feeddler RSS Reader
|
|
105
101
|
version: "2.4"
|
|
106
102
|
device:
|
|
107
|
-
type:
|
|
108
|
-
brand:
|
|
109
|
-
model:
|
|
103
|
+
type: ""
|
|
104
|
+
brand: Apple
|
|
105
|
+
model: ""
|
|
110
106
|
os_family: iOS
|
|
111
107
|
browser_family: Unknown
|
|
112
|
-
-
|
|
108
|
+
-
|
|
113
109
|
user_agent: FeeddlerRSS/2.4 CFNetwork/548.1.4 Darwin/11.0.0
|
|
114
110
|
os:
|
|
115
111
|
name: iOS
|
|
116
|
-
short_name: IOS
|
|
117
112
|
version: "5.1"
|
|
118
|
-
platform:
|
|
113
|
+
platform: ""
|
|
119
114
|
client:
|
|
120
115
|
type: feed reader
|
|
121
116
|
name: Feeddler RSS Reader
|
|
122
117
|
version: "2.4"
|
|
123
118
|
device:
|
|
124
|
-
type:
|
|
125
|
-
brand:
|
|
126
|
-
model:
|
|
119
|
+
type: ""
|
|
120
|
+
brand: Apple
|
|
121
|
+
model: ""
|
|
127
122
|
os_family: iOS
|
|
128
123
|
browser_family: Unknown
|
|
129
|
-
-
|
|
124
|
+
-
|
|
130
125
|
user_agent: FeeddlerRSS 2.4 (iPad; iPhone OS 5.1.1; en_US)
|
|
131
126
|
os:
|
|
132
127
|
name: iOS
|
|
133
|
-
short_name: IOS
|
|
134
128
|
version: "5.1.1"
|
|
135
|
-
platform:
|
|
129
|
+
platform: ""
|
|
136
130
|
client:
|
|
137
131
|
type: feed reader
|
|
138
132
|
name: Feeddler RSS Reader
|
|
139
133
|
version: "2.4"
|
|
140
134
|
device:
|
|
141
135
|
type: tablet
|
|
142
|
-
brand:
|
|
136
|
+
brand: Apple
|
|
143
137
|
model: iPad
|
|
144
138
|
os_family: iOS
|
|
145
139
|
browser_family: Unknown
|
|
146
|
-
-
|
|
140
|
+
-
|
|
141
|
+
user_agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/602.1 (KHTML, like Gecko) QuiteRSS/0.18.12 Safari/602.1
|
|
142
|
+
os:
|
|
143
|
+
name: Windows
|
|
144
|
+
version: "7"
|
|
145
|
+
platform: ""
|
|
146
|
+
client:
|
|
147
|
+
type: feed reader
|
|
148
|
+
name: QuiteRSS
|
|
149
|
+
version: "0.18.12"
|
|
150
|
+
device:
|
|
151
|
+
type: desktop
|
|
152
|
+
brand: ""
|
|
153
|
+
model: ""
|
|
154
|
+
os_family: Windows
|
|
155
|
+
browser_family: Unknown
|
|
156
|
+
-
|
|
147
157
|
user_agent: JetBrains Omea Reader 2.2 (http://www.jetbrains.com/omea/reader/)
|
|
148
158
|
os: [ ]
|
|
149
159
|
client:
|
|
@@ -151,97 +161,92 @@
|
|
|
151
161
|
name: JetBrains Omea Reader
|
|
152
162
|
version: "2.2"
|
|
153
163
|
device:
|
|
154
|
-
type:
|
|
155
|
-
brand:
|
|
156
|
-
model:
|
|
164
|
+
type: ""
|
|
165
|
+
brand: ""
|
|
166
|
+
model: ""
|
|
157
167
|
os_family: Unknown
|
|
158
168
|
browser_family: Unknown
|
|
159
|
-
-
|
|
169
|
+
-
|
|
160
170
|
user_agent: Liferea/1.6.4 (Linux; en_US.UTF-8; http://liferea.sf.net/)
|
|
161
171
|
os:
|
|
162
172
|
name: GNU/Linux
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
platform:
|
|
173
|
+
version: ""
|
|
174
|
+
platform: ""
|
|
166
175
|
client:
|
|
167
176
|
type: feed reader
|
|
168
177
|
name: Liferea
|
|
169
178
|
version: "1.6.4"
|
|
170
179
|
device:
|
|
171
180
|
type: desktop
|
|
172
|
-
brand:
|
|
173
|
-
model:
|
|
181
|
+
brand: ""
|
|
182
|
+
model: ""
|
|
174
183
|
os_family: GNU/Linux
|
|
175
184
|
browser_family: Unknown
|
|
176
|
-
-
|
|
185
|
+
-
|
|
177
186
|
user_agent: Liferea/1.10-RC1 (Linux; en_GB.UTF-8; http://liferea.sf.net/)
|
|
178
187
|
os:
|
|
179
188
|
name: GNU/Linux
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
platform:
|
|
189
|
+
version: ""
|
|
190
|
+
platform: ""
|
|
183
191
|
client:
|
|
184
192
|
type: feed reader
|
|
185
193
|
name: Liferea
|
|
186
194
|
version: "1.10"
|
|
187
195
|
device:
|
|
188
196
|
type: desktop
|
|
189
|
-
brand:
|
|
190
|
-
model:
|
|
197
|
+
brand: ""
|
|
198
|
+
model: ""
|
|
191
199
|
os_family: GNU/Linux
|
|
192
200
|
browser_family: Unknown
|
|
193
|
-
-
|
|
201
|
+
-
|
|
194
202
|
user_agent: Liferea/1.10.6 (Linux; en_US.UTF8; http://liferea.sf.net/) AppleWebKit (KHTML, like Gecko)
|
|
195
203
|
os:
|
|
196
204
|
name: GNU/Linux
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
platform:
|
|
205
|
+
version: ""
|
|
206
|
+
platform: ""
|
|
200
207
|
client:
|
|
201
208
|
type: feed reader
|
|
202
209
|
name: Liferea
|
|
203
210
|
version: "1.10.6"
|
|
204
211
|
device:
|
|
205
212
|
type: desktop
|
|
206
|
-
brand:
|
|
207
|
-
model:
|
|
213
|
+
brand: ""
|
|
214
|
+
model: ""
|
|
208
215
|
os_family: GNU/Linux
|
|
209
216
|
browser_family: Unknown
|
|
210
|
-
-
|
|
217
|
+
-
|
|
211
218
|
user_agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/6.0 NetNewsWire/4.0.0
|
|
212
219
|
os:
|
|
213
220
|
name: Mac
|
|
214
|
-
short_name: MAC
|
|
215
221
|
version: "10.9.2"
|
|
216
|
-
platform:
|
|
222
|
+
platform: ""
|
|
217
223
|
client:
|
|
218
224
|
type: feed reader
|
|
219
225
|
name: NetNewsWire
|
|
220
226
|
version: "4.0.0"
|
|
221
227
|
device:
|
|
222
228
|
type: desktop
|
|
223
|
-
brand:
|
|
224
|
-
model:
|
|
229
|
+
brand: Apple
|
|
230
|
+
model: ""
|
|
225
231
|
os_family: Mac
|
|
226
232
|
browser_family: Unknown
|
|
227
|
-
-
|
|
233
|
+
-
|
|
228
234
|
user_agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) NetNewsWire/3.3.2
|
|
229
235
|
os:
|
|
230
236
|
name: Mac
|
|
231
|
-
short_name: MAC
|
|
232
237
|
version: "10.9.2"
|
|
233
|
-
platform:
|
|
238
|
+
platform: ""
|
|
234
239
|
client:
|
|
235
240
|
type: feed reader
|
|
236
241
|
name: NetNewsWire
|
|
237
242
|
version: "3.3.2"
|
|
238
243
|
device:
|
|
239
244
|
type: desktop
|
|
240
|
-
brand:
|
|
241
|
-
model:
|
|
245
|
+
brand: Apple
|
|
246
|
+
model: ""
|
|
242
247
|
os_family: Mac
|
|
243
248
|
browser_family: Unknown
|
|
244
|
-
-
|
|
249
|
+
-
|
|
245
250
|
user_agent: Breaker/v315 (subscribers=9999; feed-id=123456; url=https://www.breaker.audio/url-slug-to-podcast)
|
|
246
251
|
os: [ ]
|
|
247
252
|
client:
|
|
@@ -254,66 +259,27 @@
|
|
|
254
259
|
model: ""
|
|
255
260
|
os_family: Unknown
|
|
256
261
|
browser_family: Unknown
|
|
257
|
-
-
|
|
262
|
+
-
|
|
258
263
|
user_agent: NetNewsWire/4.0.0 (Mac OS X; http://netnewswireapp.com/mac/; gzip-happy)
|
|
259
264
|
os:
|
|
260
265
|
name: Mac
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
platform:
|
|
266
|
+
version: ""
|
|
267
|
+
platform: ""
|
|
264
268
|
client:
|
|
265
269
|
type: feed reader
|
|
266
270
|
name: NetNewsWire
|
|
267
271
|
version: "4.0.0"
|
|
268
272
|
device:
|
|
269
273
|
type: desktop
|
|
270
|
-
brand:
|
|
271
|
-
model:
|
|
272
|
-
os_family: Mac
|
|
273
|
-
browser_family: Unknown
|
|
274
|
-
|
|
275
|
-
-
|
|
276
|
-
user_agent: Downcast/2.9.11 (Mac OS X Version 10.11.3 (Build 15D21))
|
|
277
|
-
os:
|
|
278
|
-
name: Mac
|
|
279
|
-
short_name: MAC
|
|
280
|
-
version: "10.11.3"
|
|
281
|
-
platform:
|
|
282
|
-
client:
|
|
283
|
-
type: feed reader
|
|
284
|
-
name: Downcast
|
|
285
|
-
version: "2.9.11"
|
|
286
|
-
device:
|
|
287
|
-
type: desktop
|
|
288
|
-
brand: AP
|
|
289
|
-
model:
|
|
274
|
+
brand: Apple
|
|
275
|
+
model: ""
|
|
290
276
|
os_family: Mac
|
|
291
277
|
browser_family: Unknown
|
|
292
|
-
|
|
293
|
-
-
|
|
294
|
-
user_agent: Downcast/2.9.11 (iPhone; iOS 9.2; Scale/2.00)
|
|
295
|
-
os:
|
|
296
|
-
name: iOS
|
|
297
|
-
short_name: IOS
|
|
298
|
-
version: "9.2"
|
|
299
|
-
platform:
|
|
300
|
-
client:
|
|
301
|
-
type: feed reader
|
|
302
|
-
name: Downcast
|
|
303
|
-
version: "2.9.11"
|
|
304
|
-
device:
|
|
305
|
-
type: smartphone
|
|
306
|
-
brand: AP
|
|
307
|
-
model: iPhone
|
|
308
|
-
os_family: iOS
|
|
309
|
-
browser_family: Unknown
|
|
310
|
-
|
|
311
|
-
-
|
|
278
|
+
-
|
|
312
279
|
user_agent: newsbeuter/2.7 (Linux x86_64)
|
|
313
280
|
os:
|
|
314
281
|
name: GNU/Linux
|
|
315
|
-
|
|
316
|
-
version:
|
|
282
|
+
version: ""
|
|
317
283
|
platform: x64
|
|
318
284
|
client:
|
|
319
285
|
type: feed reader
|
|
@@ -321,67 +287,63 @@
|
|
|
321
287
|
version: "2.7"
|
|
322
288
|
device:
|
|
323
289
|
type: desktop
|
|
324
|
-
brand:
|
|
325
|
-
model:
|
|
290
|
+
brand: ""
|
|
291
|
+
model: ""
|
|
326
292
|
os_family: GNU/Linux
|
|
327
293
|
browser_family: Unknown
|
|
328
|
-
-
|
|
294
|
+
-
|
|
329
295
|
user_agent: NewsBlur iPhone App v3.6
|
|
330
296
|
os:
|
|
331
297
|
name: iOS
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
platform:
|
|
298
|
+
version: ""
|
|
299
|
+
platform: ""
|
|
335
300
|
client:
|
|
336
301
|
type: feed reader
|
|
337
302
|
name: NewsBlur Mobile App
|
|
338
303
|
version: "3.6"
|
|
339
304
|
device:
|
|
340
305
|
type: smartphone
|
|
341
|
-
brand:
|
|
306
|
+
brand: Apple
|
|
342
307
|
model: iPhone
|
|
343
308
|
os_family: iOS
|
|
344
309
|
browser_family: Unknown
|
|
345
|
-
-
|
|
310
|
+
-
|
|
346
311
|
user_agent: NewsBlur iPad App v3.6
|
|
347
312
|
os:
|
|
348
313
|
name: iOS
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
platform:
|
|
314
|
+
version: ""
|
|
315
|
+
platform: ""
|
|
352
316
|
client:
|
|
353
317
|
type: feed reader
|
|
354
318
|
name: NewsBlur Mobile App
|
|
355
319
|
version: "3.6"
|
|
356
320
|
device:
|
|
357
321
|
type: tablet
|
|
358
|
-
brand:
|
|
322
|
+
brand: Apple
|
|
359
323
|
model: iPad
|
|
360
324
|
os_family: iOS
|
|
361
325
|
browser_family: Unknown
|
|
362
|
-
-
|
|
326
|
+
-
|
|
363
327
|
user_agent: NewsBlur/4.0.1 CFNetwork/672.1.13 Darwin/14.0.0
|
|
364
328
|
os:
|
|
365
329
|
name: iOS
|
|
366
|
-
short_name: IOS
|
|
367
330
|
version: "7.1"
|
|
368
|
-
platform:
|
|
331
|
+
platform: ""
|
|
369
332
|
client:
|
|
370
333
|
type: feed reader
|
|
371
334
|
name: NewsBlur
|
|
372
335
|
version: "4.0.1"
|
|
373
336
|
device:
|
|
374
|
-
type:
|
|
375
|
-
brand:
|
|
376
|
-
model:
|
|
337
|
+
type: ""
|
|
338
|
+
brand: Apple
|
|
339
|
+
model: ""
|
|
377
340
|
os_family: iOS
|
|
378
341
|
browser_family: Unknown
|
|
379
|
-
-
|
|
342
|
+
-
|
|
380
343
|
user_agent: newsbeuter/2.4 (Linux 3.2.0-23-generic; i686; http://www.newsbeuter.org/) libcurl/7.22.0 GnuTLS/2.12.14 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
|
|
381
344
|
os:
|
|
382
345
|
name: GNU/Linux
|
|
383
|
-
|
|
384
|
-
version:
|
|
346
|
+
version: ""
|
|
385
347
|
platform: x86
|
|
386
348
|
client:
|
|
387
349
|
type: feed reader
|
|
@@ -389,50 +351,47 @@
|
|
|
389
351
|
version: "2.4"
|
|
390
352
|
device:
|
|
391
353
|
type: desktop
|
|
392
|
-
brand:
|
|
393
|
-
model:
|
|
354
|
+
brand: ""
|
|
355
|
+
model: ""
|
|
394
356
|
os_family: GNU/Linux
|
|
395
357
|
browser_family: Unknown
|
|
396
|
-
-
|
|
358
|
+
-
|
|
397
359
|
user_agent: Pulp/1.5.2 (iPad; http://www.acrylicapps.com/pulp/)
|
|
398
360
|
os:
|
|
399
361
|
name: iOS
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
platform:
|
|
362
|
+
version: ""
|
|
363
|
+
platform: ""
|
|
403
364
|
client:
|
|
404
365
|
type: feed reader
|
|
405
366
|
name: Pulp
|
|
406
367
|
version: "1.5.2"
|
|
407
368
|
device:
|
|
408
369
|
type: tablet
|
|
409
|
-
brand:
|
|
370
|
+
brand: Apple
|
|
410
371
|
model: iPad
|
|
411
372
|
os_family: iOS
|
|
412
373
|
browser_family: Unknown
|
|
413
|
-
-
|
|
374
|
+
-
|
|
414
375
|
user_agent: ReadKit/2.4.0 (Mac OS X Version 10.9.2 (Build 13C64))
|
|
415
376
|
os:
|
|
416
377
|
name: Mac
|
|
417
|
-
short_name: MAC
|
|
418
378
|
version: "10.9.2"
|
|
419
|
-
platform:
|
|
379
|
+
platform: ""
|
|
420
380
|
client:
|
|
421
381
|
type: feed reader
|
|
422
382
|
name: ReadKit
|
|
423
383
|
version: "2.4.0"
|
|
424
384
|
device:
|
|
425
385
|
type: desktop
|
|
426
|
-
brand:
|
|
427
|
-
model:
|
|
386
|
+
brand: Apple
|
|
387
|
+
model: ""
|
|
428
388
|
os_family: Mac
|
|
429
389
|
browser_family: Unknown
|
|
430
|
-
-
|
|
390
|
+
-
|
|
431
391
|
user_agent: ReadKit/7017 CFNetwork/673.2.1 Darwin/13.1.0 (x86_64) (MacBookPro10%2C1)
|
|
432
392
|
os:
|
|
433
393
|
name: Mac
|
|
434
|
-
|
|
435
|
-
version: "10.9"
|
|
394
|
+
version: "10.9.2"
|
|
436
395
|
platform: x64
|
|
437
396
|
client:
|
|
438
397
|
type: feed reader
|
|
@@ -440,28 +399,27 @@
|
|
|
440
399
|
version: "7017"
|
|
441
400
|
device:
|
|
442
401
|
type: desktop
|
|
443
|
-
brand:
|
|
444
|
-
model:
|
|
402
|
+
brand: Apple
|
|
403
|
+
model: MacBook Pro 15" (2012-2013)
|
|
445
404
|
os_family: Mac
|
|
446
405
|
browser_family: Unknown
|
|
447
|
-
-
|
|
406
|
+
-
|
|
448
407
|
user_agent: Reeder/3.2 CFNetwork/672.1.12 Darwin/14.0.0
|
|
449
408
|
os:
|
|
450
409
|
name: iOS
|
|
451
|
-
short_name: IOS
|
|
452
410
|
version: "7.1"
|
|
453
|
-
platform:
|
|
411
|
+
platform: ""
|
|
454
412
|
client:
|
|
455
413
|
type: feed reader
|
|
456
414
|
name: Reeder
|
|
457
415
|
version: "3.2"
|
|
458
416
|
device:
|
|
459
|
-
type:
|
|
460
|
-
brand:
|
|
461
|
-
model:
|
|
417
|
+
type: ""
|
|
418
|
+
brand: Apple
|
|
419
|
+
model: ""
|
|
462
420
|
os_family: iOS
|
|
463
421
|
browser_family: Unknown
|
|
464
|
-
-
|
|
422
|
+
-
|
|
465
423
|
user_agent: RssBandit/1.9.0.1002
|
|
466
424
|
os: [ ]
|
|
467
425
|
client:
|
|
@@ -469,59 +427,57 @@
|
|
|
469
427
|
name: RSS Bandit
|
|
470
428
|
version: "1.9.0.1002"
|
|
471
429
|
device:
|
|
472
|
-
type:
|
|
473
|
-
brand:
|
|
474
|
-
model:
|
|
430
|
+
type: ""
|
|
431
|
+
brand: ""
|
|
432
|
+
model: ""
|
|
475
433
|
os_family: Unknown
|
|
476
434
|
browser_family: Unknown
|
|
477
|
-
-
|
|
435
|
+
-
|
|
478
436
|
user_agent: RssBandit/1.9.0.1002 (.NET CLR 2.0.50727.7512; WinNT 6.2.9200.0; http://www.rssbandit.org)
|
|
479
437
|
os:
|
|
480
438
|
name: Windows
|
|
481
|
-
short_name: WIN
|
|
482
439
|
version: "NT"
|
|
483
|
-
platform:
|
|
440
|
+
platform: ""
|
|
484
441
|
client:
|
|
485
442
|
type: feed reader
|
|
486
443
|
name: RSS Bandit
|
|
487
444
|
version: "1.9.0.1002"
|
|
488
445
|
device:
|
|
489
446
|
type: desktop
|
|
490
|
-
brand:
|
|
491
|
-
model:
|
|
447
|
+
brand: ""
|
|
448
|
+
model: ""
|
|
492
449
|
os_family: Windows
|
|
493
450
|
browser_family: Unknown
|
|
494
|
-
-
|
|
451
|
+
-
|
|
495
452
|
user_agent: RSS Junkie Daemon
|
|
496
453
|
os: [ ]
|
|
497
454
|
client:
|
|
498
455
|
type: feed reader
|
|
499
456
|
name: RSS Junkie
|
|
500
|
-
version:
|
|
457
|
+
version: ""
|
|
501
458
|
device:
|
|
502
|
-
type:
|
|
503
|
-
brand:
|
|
504
|
-
model:
|
|
459
|
+
type: ""
|
|
460
|
+
brand: ""
|
|
461
|
+
model: ""
|
|
505
462
|
os_family: Unknown
|
|
506
463
|
browser_family: Unknown
|
|
507
|
-
-
|
|
464
|
+
-
|
|
508
465
|
user_agent: RSSOwl/2.2.1.201312301314 (Windows; U; en)
|
|
509
466
|
os:
|
|
510
467
|
name: Windows
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
platform:
|
|
468
|
+
version: ""
|
|
469
|
+
platform: ""
|
|
514
470
|
client:
|
|
515
471
|
type: feed reader
|
|
516
472
|
name: RSSOwl
|
|
517
473
|
version: "2.2.1.201312301314"
|
|
518
474
|
device:
|
|
519
475
|
type: desktop
|
|
520
|
-
brand:
|
|
521
|
-
model:
|
|
476
|
+
brand: ""
|
|
477
|
+
model: ""
|
|
522
478
|
os_family: Windows
|
|
523
479
|
browser_family: Unknown
|
|
524
|
-
-
|
|
480
|
+
-
|
|
525
481
|
user_agent: RSSOwl/2.2.1.201312301316 (X11; U; en)
|
|
526
482
|
os: [ ]
|
|
527
483
|
client:
|
|
@@ -529,8 +485,40 @@
|
|
|
529
485
|
name: RSSOwl
|
|
530
486
|
version: "2.2.1.201312301316"
|
|
531
487
|
device:
|
|
532
|
-
type:
|
|
533
|
-
brand:
|
|
534
|
-
model:
|
|
488
|
+
type: ""
|
|
489
|
+
brand: ""
|
|
490
|
+
model: ""
|
|
535
491
|
os_family: Unknown
|
|
536
492
|
browser_family: Unknown
|
|
493
|
+
-
|
|
494
|
+
user_agent: Evergreen (macOS; RSS Reader; https://ranchero.com/evergreen/)
|
|
495
|
+
os:
|
|
496
|
+
name: Mac
|
|
497
|
+
version: ""
|
|
498
|
+
platform: ""
|
|
499
|
+
client:
|
|
500
|
+
type: feed reader
|
|
501
|
+
name: NetNewsWire
|
|
502
|
+
version: ""
|
|
503
|
+
device:
|
|
504
|
+
type: desktop
|
|
505
|
+
brand: Apple
|
|
506
|
+
model: ""
|
|
507
|
+
os_family: Mac
|
|
508
|
+
browser_family: Unknown
|
|
509
|
+
-
|
|
510
|
+
user_agent: NetNewsWire (macOS; RSS Reader; https://ranchero.com/netnewswire/)
|
|
511
|
+
os:
|
|
512
|
+
name: Mac
|
|
513
|
+
version: ""
|
|
514
|
+
platform: ""
|
|
515
|
+
client:
|
|
516
|
+
type: feed reader
|
|
517
|
+
name: NetNewsWire
|
|
518
|
+
version: ""
|
|
519
|
+
device:
|
|
520
|
+
type: desktop
|
|
521
|
+
brand: Apple
|
|
522
|
+
model: ""
|
|
523
|
+
os_family: Mac
|
|
524
|
+
browser_family: Unknown
|