device_detector 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +4 -5
  3. data/CHANGELOG.md +3 -0
  4. data/README.md +5 -5
  5. data/Rakefile +13 -0
  6. data/lib/device_detector/version.rb +1 -1
  7. data/regexes/bots.yml +89 -2
  8. data/regexes/client/browser_engine.yml +3 -0
  9. data/regexes/client/browsers.yml +325 -76
  10. data/regexes/client/feed_readers.yml +6 -0
  11. data/regexes/client/libraries.yml +9 -0
  12. data/regexes/client/mobile_apps.yml +40 -1
  13. data/regexes/client/pim.yml +5 -0
  14. data/regexes/device/mobiles.yml +1607 -431
  15. data/regexes/oss.yml +1 -1
  16. data/regexes/vendorfragments.yml +1 -1
  17. data/spec/device_detector/concrete_user_agent_spec.rb +16 -17
  18. data/spec/device_detector/device_spec.rb +25 -25
  19. data/spec/device_detector/memory_cache_spec.rb +19 -19
  20. data/spec/device_detector/model_extractor_spec.rb +3 -3
  21. data/spec/device_detector/version_extractor_spec.rb +5 -6
  22. data/spec/device_detector_spec.rb +26 -26
  23. data/spec/fixtures/client/browser.yml +655 -322
  24. data/spec/fixtures/client/feed_reader.yml +39 -45
  25. data/spec/fixtures/client/library.yml +24 -11
  26. data/spec/fixtures/client/mediaplayer.yml +29 -28
  27. data/spec/fixtures/client/mobile_app.yml +100 -41
  28. data/spec/fixtures/client/pim.yml +32 -19
  29. data/spec/fixtures/detector/bots.yml +140 -23
  30. data/spec/fixtures/detector/camera.yml +2 -2
  31. data/spec/fixtures/detector/console.yml +3 -3
  32. data/spec/fixtures/detector/desktop.yml +312 -73
  33. data/spec/fixtures/detector/feature_phone.yml +48 -0
  34. data/spec/fixtures/detector/feed_reader.yml +141 -126
  35. data/spec/fixtures/detector/mediaplayer.yml +39 -38
  36. data/spec/fixtures/detector/mobile_apps.yml +86 -85
  37. data/spec/fixtures/detector/phablet.yml +715 -236
  38. data/spec/fixtures/detector/portable_media_player.yml +17 -0
  39. data/spec/fixtures/detector/smartphone-1.yml +3534 -3512
  40. data/spec/fixtures/detector/smartphone-10.yml +3848 -6286
  41. data/spec/fixtures/detector/smartphone-11.yml +5548 -3298
  42. data/spec/fixtures/detector/smartphone-12.yml +8655 -0
  43. data/spec/fixtures/detector/smartphone-2.yml +3645 -3625
  44. data/spec/fixtures/detector/smartphone-3.yml +4099 -4176
  45. data/spec/fixtures/detector/smartphone-4.yml +3861 -3865
  46. data/spec/fixtures/detector/smartphone-5.yml +3991 -4037
  47. data/spec/fixtures/detector/smartphone-6.yml +4074 -4047
  48. data/spec/fixtures/detector/smartphone-7.yml +4355 -4362
  49. data/spec/fixtures/detector/smartphone-8.yml +4087 -4136
  50. data/spec/fixtures/detector/smartphone-9.yml +4420 -4408
  51. data/spec/fixtures/detector/smartphone.yml +2900 -2904
  52. data/spec/fixtures/detector/tablet-1.yml +3946 -3912
  53. data/spec/fixtures/detector/tablet-2.yml +3593 -3617
  54. data/spec/fixtures/detector/tablet-3.yml +2738 -85
  55. data/spec/fixtures/detector/tablet.yml +3604 -3616
  56. data/spec/fixtures/detector/tv.yml +131 -51
  57. data/spec/fixtures/detector/unknown.yml +64 -27
  58. data/spec/fixtures/device/camera.yml +4 -3
  59. data/spec/fixtures/device/car_browser.yml +3 -2
  60. data/spec/fixtures/device/console.yml +15 -14
  61. metadata +4 -2
@@ -1,134 +1,193 @@
1
- -
1
+ ---
2
+ -
2
3
  user_agent: Pulse/4.0.5 (iPhone; iOS 7.0.6; Scale/2.00)
3
4
  client:
4
5
  type: mobile app
5
6
  name: Pulse
6
7
  version: "4.0.5"
7
- -
8
+ -
8
9
  user_agent: Mozilla/5.0 (Linux; Android 4.4.4; SM-G7509 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 MicroMessenger/6.0.2.56_r958800.520 NetType/WIFI
9
10
  client:
10
11
  type: mobile app
11
12
  name: WeChat
12
13
  version: "6.0.2.56.r958800.520"
13
- -
14
+ -
14
15
  user_agent: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; ZTE U807N Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 Weibo (ZTE-ZTE U807N__weibo__5.0.0__android__android4.0.4)
15
16
  client:
16
17
  type: mobile app
17
18
  name: Sina Weibo
18
19
  version: "5.0.0"
19
- -
20
+ -
20
21
  user_agent: FeedR/1.0 (Android)
21
22
  client:
22
23
  type: mobile app
23
24
  name: FeedR
24
25
  version: "1.0"
25
- -
26
+ -
26
27
  user_agent: Pinterest/3.3.3 CFNetwork/609.1.4 Darwin/13.0.0
27
28
  client:
28
29
  type: mobile app
29
30
  name: Pinterest
30
31
  version: "3.3.3"
31
- -
32
+ -
32
33
  user_agent: Instacast/5.0a8 CFNetwork/711.1.11 Darwin/13.4.0
33
34
  client:
34
35
  type: mobile app
35
36
  name: Instacast
36
- version: 5.0a8
37
- -
37
+ version: "5.0a8"
38
+ -
38
39
  user_agent: InstacastHD/1.1.2 CFNetwork/711.0.6 Darwin/14.0.0
39
40
  client:
40
41
  type: mobile app
41
42
  name: Instacast
42
- version: 1.1.2
43
- -
43
+ version: "1.1.2"
44
+ -
44
45
  user_agent: Podcasts/2.1.2
45
46
  client:
46
47
  type: mobile app
47
48
  name: Podcasts
48
- version: 2.1.2
49
- -
49
+ version: "2.1.2"
50
+ -
50
51
  user_agent: Shifty Jelly Pocket Casts, Android v4.4.3.1
51
52
  client:
52
53
  type: mobile app
53
54
  name: Pocket Casts
54
- version: 4.4.3.1
55
- -
55
+ version: "4.4.3.1"
56
+ -
56
57
  user_agent: Pocket Casts
57
58
  client:
58
59
  type: mobile app
59
60
  name: Pocket Casts
60
- version:
61
-
62
- -
61
+ version: ""
62
+ -
63
63
  user_agent: Mozilla/5.0 (Linux; U; en-us; BeyondPod)
64
64
  client:
65
65
  type: mobile app
66
66
  name: BeyondPod
67
- version:
68
- -
67
+ version: ""
68
+ -
69
69
  user_agent: AntennaPod/0.9.9.1
70
70
  client:
71
71
  type: mobile app
72
72
  name: AntennaPod
73
- version: 0.9.9.1
74
- -
73
+ version: "0.9.9.1"
74
+ -
75
75
  user_agent: AntennaPod/
76
76
  client:
77
77
  type: mobile app
78
78
  name: AntennaPod
79
- version:
80
-
81
- -
79
+ version: ""
80
+ -
82
81
  user_agent: Overcast/1.0 (+http://overcast.fm/; iOS podcast app)
83
82
  client:
84
83
  type: mobile app
85
84
  name: Overcast
86
- version: 1.0
87
- -
85
+ version: "1.0"
86
+ -
88
87
  user_agent: Podkicker/1.9.4
89
88
  client:
90
89
  type: mobile app
91
90
  name: Podkicker
92
- version: 1.9.4
93
- -
91
+ version: "1.9.4"
92
+ -
94
93
  user_agent: Podkicker Pro/1.9.4
95
94
  client:
96
95
  type: mobile app
97
96
  name: Podkicker
98
- version: 1.9.4
99
- -
97
+ version: "1.9.4"
98
+ -
100
99
  user_agent: Castro/64 CFNetwork/672.1.15 Darwin/14.0.0
101
100
  client:
102
101
  type: mobile app
103
102
  name: Castro
104
- version: 64
105
- -
103
+ version: "64"
104
+ -
106
105
  user_agent: Mozilla/5.0 (Linux; U; Windows NT 6.1; en-us; dream) DoggCatcher
107
106
  client:
108
107
  type: mobile app
109
108
  name: DoggCatcher
110
- version:
111
- -
109
+ version: ""
110
+ -
112
111
  user_agent: Mozilla/5.0 (Linux; U; Android 4.2.2; ja-jp; SOL22 Build/10.3.1.D.0.257) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 YJApp-ANDROID jp.co.yahoo.android.yjtop/3.15.1
113
112
  client:
114
113
  type: mobile app
115
114
  name: Yahoo! Japan
116
- version: 3.15.1
117
- -
115
+ version: "3.15.1"
116
+ -
118
117
  user_agent: RSSRadio/9220 (iPad;iOS;12.3.1)
119
118
  client:
120
119
  type: mobile app
121
120
  name: RSSRadio
122
- version: 9220
123
- -
121
+ version: "9220"
122
+ -
124
123
  user_agent: RSSRadio/9252
125
124
  client:
126
125
  type: mobile app
127
126
  name: RSSRadio
128
- version: 9252
129
- -
127
+ version: "9252"
128
+ -
130
129
  user_agent: RSSRadio/
131
130
  client:
132
131
  type: mobile app
133
132
  name: RSSRadio
134
- version:
133
+ version: ""
134
+ -
135
+ user_agent: Mozilla/5.0 (Linux; Android 7.0; JMM-AL00 Build/HONORJMM-AL00; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/62.0.3202.84 Mobile Safari/537.36 SogouSearch Android1.0 version3.0 AppVersion/6002
136
+ client:
137
+ type: mobile app
138
+ name: SogouSearch App
139
+ version: "3.0"
140
+ -
141
+ user_agent: Dalvik/2.1.0 (Linux; U; Android 6.0.1; MI 4LTE MIUI/V7.3.2.0.MXDCNDD) NewsArticle/5.1.3
142
+ client:
143
+ type: mobile app
144
+ name: NewsArticle App
145
+ version: "5.1.3"
146
+ -
147
+ user_agent: Mozilla/5.0 (Linux; Android 5.1; m2 note) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36 baidubrowser/5.3.4.0 (Baidu; P1 4.3.1) tieba/6.7.2 BMW
148
+ client:
149
+ type: mobile app
150
+ name: tieba
151
+ version: "6.7.2"
152
+ -
153
+ user_agent: com.douban.group/2.2.0(220) Mozilla/5.0 (Linux; U; Android 4.1.1; zh-cn; MI 2A Build/JRO03L) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30
154
+ client:
155
+ type: mobile app
156
+ name: douban App
157
+ version: "2.2.0"
158
+ -
159
+ user_agent: Mozilla/5.0 (Linux; Android 7.0; VIE-L09 Build/HUAWEIVIE-L09; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 BingWeb/6.9.25207603
160
+ client:
161
+ type: mobile app
162
+ name: BingWebApp
163
+ version: "6.9.25207603"
164
+ -
165
+ user_agent: Mozilla/5.0 (Linux; U; Android 4.1.2; fr-ca; LT30a Build/9.1.A.0.489) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 GSA/3.3.11.1069658.arm
166
+ client:
167
+ type: mobile app
168
+ name: Google Search App
169
+ version: "3.3.11.1069658"
170
+ -
171
+ user_agent: Mozilla/5.0 (Linux; U; Android 2.3.4; ru-ru; WT19i Build/4.0.2.A.0.58) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 Flipboard/2.1.2/854,2.1.2.854,2013-12-05 11:59, +0300
172
+ client:
173
+ type: mobile app
174
+ name: Flipboard App
175
+ version: "2.1.2"
176
+ -
177
+ user_agent: Mozilla/5.0 (Linux; Android 6.0.1; ASUS_Z011D Build/MMB29P; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/67.0.3396.87 Mobile Safari/537.36 Instagram 53.0.0.13.84 Android (23/6.0.1; 480dpi; 1080x1920; asus; ASUS_Z011D; ASUS_Z011; qcom; fr_FR; 116756948)
178
+ client:
179
+ type: mobile app
180
+ name: Instagram App
181
+ version: "53.0.0.13.84"
182
+ -
183
+ user_agent: TCL J706T_TD/1.0 Linux/3.4.5 Android/4.1.2 Release/08.27.2013 Browser/AppleWebKit534.30 Profile/MIDP-2.0 Configuration/CLDC-1.1 baiduboxapp/4.2 (Baidu; P1 4.1.2)
184
+ client:
185
+ type: mobile app
186
+ name: Baidu Box App
187
+ version: "4.2"
188
+ -
189
+ user_agent: Mozilla/5.0 (Linux; Android 4.4.4; GT-I9195I Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Crosswalk/14.43.343.17 Mobile Safari/537.36
190
+ client:
191
+ type: mobile app
192
+ name: CrosswalkApp
193
+ version: "14.43.343.17"
@@ -1,102 +1,115 @@
1
- -
1
+ ---
2
+ -
2
3
  user_agent: Outlook-Express/7.0 (MSIE 7.0; Windows NT 6.1; WOW64; Trident/6.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; AskTbORJ/5.15.9.29495; .NET4.0E; TmstmpExt)
3
4
  client:
4
5
  type: pim
5
6
  name: Outlook Express
6
7
  version: "7.0"
7
- -
8
+ -
8
9
  user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Win64; x64; Trident/7.0; .NET CLR 2.0.50727; SLCC2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3; .NET CLR 1.1.4322; FDM; Tablet PC 2.0; .NET4.0E; Microsoft Outlook 14.0.7113; ms-office; MSOffice 14)
9
10
  client:
10
11
  type: pim
11
12
  name: Microsoft Outlook
12
13
  version: "14.0.7113"
13
- -
14
+ -
14
15
  user_agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5
15
16
  client:
16
17
  type: pim
17
18
  name: Thunderbird
18
19
  version: "17.0.5"
19
- -
20
+ -
20
21
  user_agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 Lightning/2.6.4
21
22
  client:
22
23
  type: pim
23
24
  name: Thunderbird
24
25
  version: "24.4.0"
25
- -
26
+ -
26
27
  user_agent: Airmail 1.4 rv:238 (Macintosh; Mac OS X 10.9.2; hr_HR)
27
28
  client:
28
29
  type: pim
29
30
  name: Airmail
30
31
  version: "1.4"
31
- -
32
+ -
32
33
  user_agent: Airmail 1.3.3 rv:237 (Macintosh; Mac OS X 10.9.2; en_US)
33
34
  client:
34
35
  type: pim
35
36
  name: Airmail
36
37
  version: "1.3.3"
37
- -
38
+ -
38
39
  user_agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.4.0
39
40
  client:
40
41
  type: pim
41
42
  name: Thunderbird
42
43
  version: "24.4.0"
43
- -
44
+ -
44
45
  user_agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.4.0 Lightning/2.6.5
45
46
  client:
46
47
  type: pim
47
48
  name: Thunderbird
48
49
  version: "24.4.0"
49
- -
50
+ -
50
51
  user_agent: Mozilla/4.0 (compatible; Lotus-Notes/6.0; Windows-NT)
51
52
  client:
52
53
  type: pim
53
54
  name: Lotus Notes
54
55
  version: "6.0"
55
- -
56
+ -
56
57
  user_agent: Barca/2.8.4400
57
58
  client:
58
59
  type: pim
59
60
  name: Barca
60
61
  version: "2.8.4400"
61
- -
62
+ -
62
63
  user_agent: BarcaPro/1.4 L.1001
63
64
  client:
64
65
  type: pim
65
66
  name: Barca
66
67
  version: "1.4"
67
- -
68
+ -
68
69
  user_agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.8) Gecko/20100317 Postbox/1.1.3
69
70
  client:
70
71
  type: pim
71
72
  name: Postbox
72
73
  version: "1.1.3"
73
- -
74
+ -
74
75
  user_agent: Postbox 1.0b14 (Windows/2009072715)
75
76
  client:
76
77
  type: pim
77
78
  name: Postbox
78
79
  version: "1.0"
79
- -
80
+ -
80
81
  user_agent: MailBar/1.3.2 (Mac OS X Version 10.11.1 (Build 15B42))
81
82
  client:
82
83
  type: pim
83
84
  name: MailBar
84
- version: 1.3.2
85
- -
85
+ version: "1.3.2"
86
+ -
86
87
  user_agent: The Bat! 4.0.0.22
87
88
  client:
88
89
  type: pim
89
90
  name: The Bat!
90
91
  version: "4.0.0.22"
91
- -
92
+ -
92
93
  user_agent: The Bat! Voyager 4.0.18.4
93
94
  client:
94
95
  type: pim
95
96
  name: The Bat!
96
97
  version: "4.0.18.4"
97
- -
98
+ -
98
99
  user_agent: DAVdroid/1.6.2-ose (2017/06/23; dav4android; okhttp3) Android/7.0
99
100
  client:
100
101
  type: pim
101
102
  name: DAVdroid
102
- version: "1.6.2"
103
+ version: "1.6.2"
104
+ -
105
+ user_agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130823 Firefox/10.0.11esrpre Iceape/2.7.12
106
+ client:
107
+ type: pim
108
+ name: SeaMonkey
109
+ version: "2.7.12"
110
+ -
111
+ user_agent: Mozilla/5.0 (X11; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0 SeaMonkey/2.26a1 Lightning/3.1a1
112
+ client:
113
+ type: pim
114
+ name: SeaMonkey
115
+ version: "2.26"
@@ -84,6 +84,22 @@
84
84
  producer:
85
85
  name: Alexa Internet
86
86
  url: http://www.alexa.com
87
+ -
88
+ user_agent: Amazon Route 53 Health Check Service; ref:xxxxxxxx-xxxx-xxxxxxxxx-xxxxxxxxxxxx; report http://amzn.to/xxxxxxx
89
+ bot:
90
+ name: Amazon Route53 Health Check
91
+ category: Service Agent
92
+ producer:
93
+ name: Amazon Web Services
94
+ url: https://aws.amazon.com/
95
+ -
96
+ user_agent: Amazon-Route53-Health-Check-Service (ref b0eb04d5-cb5e-40e7-839b-558e52fc3f0d; report http://amzn.to/1vsZADi)
97
+ bot:
98
+ name: Amazon Route53 Health Check
99
+ category: Service Agent
100
+ producer:
101
+ name: Amazon Web Services
102
+ url: https://aws.amazon.com/
87
103
  -
88
104
  user_agent: AmorankSpider/0.1; +http://amorank.com/webcrawler.html
89
105
  bot:
@@ -480,6 +496,15 @@
480
496
  producer:
481
497
  name: Datadog
482
498
  url: https://www.datadoghq.com/
499
+ -
500
+ user_agent: Mozilla/5.0 (X11; Datanyze; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36
501
+ bot:
502
+ name: Datanyze
503
+ url: ""
504
+ category: Crawler
505
+ producer:
506
+ name: Datanyze
507
+ url: https://www.datanyze.com
483
508
  -
484
509
  user_agent: Mozilla/5.0 (compatible; Dataprovider/6.92; +https://www.dataprovider.com/)
485
510
  bot:
@@ -552,6 +577,15 @@
552
577
  producer:
553
578
  name: SEOmoz, Inc.
554
579
  url: http://moz.com/
580
+ -
581
+ user_agent: DuckDuckBot/1.0; (+http://duckduckgo.com/duckduckbot.html)
582
+ bot:
583
+ name: DuckDuckGo Bot
584
+ category: Search bot
585
+ url: https://duckduckgo.com/duckduckbot
586
+ producer:
587
+ name: DuckDuckGo
588
+ url: https://duckduckgo.com/
555
589
  -
556
590
  user_agent: Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)
557
591
  bot:
@@ -756,6 +790,18 @@
756
790
  producer:
757
791
  name: Flipboard
758
792
  url: http://flipboard.com/
793
+ -
794
+ user_agent: freshrss/0.8-dev (Linux; http://freshrss.org) SimplePie/1.4-dev-FreshRSS
795
+ bot:
796
+ name: FreshRSS
797
+ category: Feed Fetcher
798
+ url: https://freshrss.org/
799
+ -
800
+ user_agent: FreshRSS/1.12.0 (Linux; https://freshrss.org)
801
+ bot:
802
+ name: FreshRSS
803
+ category: Feed Fetcher
804
+ url: https://freshrss.org/
759
805
  -
760
806
  user_agent: COMODO SSL Checker
761
807
  bot:
@@ -824,6 +870,11 @@
824
870
  producer:
825
871
  name: Google Inc.
826
872
  url: http://www.google.com
873
+ -
874
+ user_agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon
875
+ bot:
876
+ name: Google Favicon
877
+ category: Crawler
827
878
  -
828
879
  user_agent: DoCoMo/2.0 P900i(c100;TB;W24H11) (compatible; ichiro/mobile goo; +http://search.goo.ne.jp/option/use/sub4/sub4-1/)
829
880
  bot:
@@ -1976,6 +2027,10 @@
1976
2027
  producer:
1977
2028
  name: Roihunter a.s.
1978
2029
  url: http://roihunter.com/
2030
+ -
2031
+ user_agent: RSSRadio (Push Notification Scanner;support@dorada.co.uk)
2032
+ bot:
2033
+ name: RSSRadio Bot
1979
2034
  -
1980
2035
  user_agent: Rainmeter WebParser plugin
1981
2036
  bot:
@@ -2054,6 +2109,24 @@
2054
2109
  producer:
2055
2110
  name: SISTRIX GmbH
2056
2111
  url: http://www.sistrix.de
2112
+ -
2113
+ user_agent: Mozilla/5.0 (compatible; SISTRIX Optimizer)
2114
+ bot:
2115
+ name: SISTRIX Optimizer
2116
+ category: Crawler
2117
+ url: https://optimizer.sistrix.com
2118
+ producer:
2119
+ name: SISTRIX GmbH
2120
+ url: http://www.sistrix.de
2121
+ -
2122
+ user_agent: Mozilla/5.0 (compatible; SISTRIX Optimizer; Uptime; +https://www.sistrix.com/faq/uptime)
2123
+ bot:
2124
+ name: SISTRIX Optimizer
2125
+ category: Crawler
2126
+ url: https://optimizer.sistrix.com
2127
+ producer:
2128
+ name: SISTRIX GmbH
2129
+ url: http://www.sistrix.de
2057
2130
  -
2058
2131
  user_agent: SSL Labs (https://www.ssllabs.com/about/assessment.html)
2059
2132
  bot:
@@ -2131,10 +2204,6 @@
2131
2204
  user_agent: Server Density Service Monitoring v2
2132
2205
  bot:
2133
2206
  name: Server Density
2134
- -
2135
- user_agent: RSSRadio (Push Notification Scanner;support@dorada.co.uk)
2136
- bot:
2137
- name: RSSRadio Bot
2138
2207
  -
2139
2208
  user_agent: Mozilla/5.0 (compatible; SeznamBot/3.1-test1; +http://fulltext.sblog.cz/)
2140
2209
  bot:
@@ -2216,15 +2285,6 @@
2216
2285
  producer:
2217
2286
  name: ""
2218
2287
  url: ""
2219
- -
2220
- user_agent: freshrss/0.8-dev (Linux; http://freshrss.org) SimplePie/1.4-dev-FreshRSS
2221
- bot:
2222
- name: SimplePie
2223
- url: http://www.simplepie.org
2224
- category: Feed Parser
2225
- producer:
2226
- name: ""
2227
- url: ""
2228
2288
  -
2229
2289
  user_agent: SimplePie/1.2.1-dev (Feed Parser; http://simplepie.org; Allow like Gecko) Build/20130514092120
2230
2290
  bot:
@@ -2354,6 +2414,13 @@
2354
2414
  producer:
2355
2415
  name: Tailrank Inc
2356
2416
  url: http://spinn3r.com
2417
+ -
2418
+ user_agent: Spotify/1.0
2419
+ bot:
2420
+ name: Spotify
2421
+ producer:
2422
+ name: Spotify
2423
+ url: https://www.spotify.com
2357
2424
  -
2358
2425
  user_agent: Mozilla/5.0 (compatible; SputnikBot/2.2)
2359
2426
  bot:
@@ -3128,16 +3195,66 @@
3128
3195
  producer:
3129
3196
  name: sqlmap
3130
3197
  url: http://sqlmap.org/
3131
- -
3132
- user_agent: Mozilla/5.0 zgrab/0.x
3198
+ -
3199
+ user_agent: 'BoardReader Blog Indexer(http://boardreader.com)'
3133
3200
  bot:
3134
- name: zgrab
3135
- category: Security Checker
3136
- url: https://github.com/zmap/zgrab
3137
-
3138
- user_agent: Spotify/1.0
3201
+ name: BoardReader Blog Indexer
3202
+ category: Crawler
3203
+ producer:
3204
+ name: BoardReader
3205
+ url: http://boardreader.com/
3206
+ -
3207
+ user_agent: 'Nuzzel'
3139
3208
  bot:
3140
- name: Spotify
3209
+ name: Nuzzel
3210
+ category: Crawler
3141
3211
  producer:
3142
- name: Spotify
3143
- url: https://www.spotify.com
3212
+ name: Nuzzel
3213
+ url: https://www.nuzzel.com/
3214
+ -
3215
+ user_agent: 'Mozilla/5.0 eCairn-Grabber/1.0 (+http://ecairn.com/grabber)'
3216
+ bot:
3217
+ name: eCairn-Grabber
3218
+ category: Crawler
3219
+ producer:
3220
+ name: eCairn
3221
+ url: https://ecairn.com
3222
+ -
3223
+ user_agent: 'Mozilla/5.0/Firefox/42.0 - nbertaupete95(at)gmail.com'
3224
+ bot:
3225
+ name: nbertaupete95
3226
+ category: Crawler
3227
+ -
3228
+ user_agent: 'Mozilla/5.0 (compatible; Twingly Recon; twingly.com)'
3229
+ bot:
3230
+ name: Twingly Recon
3231
+ category: Crawler
3232
+ producer:
3233
+ name: Twingly
3234
+ url: https://www.twingly.com
3235
+ -
3236
+ user_agent: 'Mozilla/5.0 (compatible; inoreader.com; 2 subscribers)'
3237
+ bot:
3238
+ name: inoreader
3239
+ category: Feed Reader
3240
+ url: https://www.inoreader.com
3241
+ -
3242
+ user_agent: 'Mozilla/5.0 (compatible; theoldreader.com; 1 subscribers; feed-id=aaa)'
3243
+ bot:
3244
+ name: theoldreader
3245
+ category: Feed Reader
3246
+ url: https://theoldreader.com
3247
+ -
3248
+ user_agent: 'The Knowledge AI'
3249
+ bot:
3250
+ name: The Knowledge AI
3251
+ category: Crawler
3252
+ -
3253
+ user_agent: shopify-partner-homepage-scraper
3254
+ bot:
3255
+ name: Shopify Partner
3256
+ category: Crawler
3257
+ url: https://www.shopify.com/partners
3258
+ producer:
3259
+ name: Shopify
3260
+ url: https://www.shopify.com/