@alitu/user-agents-v2-api 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/dist/index.js +65 -0
- package/dist/index.test.js +24 -0
- package/dist/user-agents-v2/apps.json +4061 -0
- package/dist/user-agents-v2/bots.json +1307 -0
- package/dist/user-agents-v2/browsers.json +94 -0
- package/dist/user-agents-v2/devices.json +198 -0
- package/dist/user-agents-v2/index.js +38 -0
- package/dist/user-agents-v2/libraries.json +521 -0
- package/dist/user-agents-v2/referrers.json +556 -0
- package/package.json +41 -0
|
@@ -0,0 +1,521 @@
|
|
|
1
|
+
{
|
|
2
|
+
"comments": [
|
|
3
|
+
"Look for User-Agent matches in this file order: 'bots', 'apps', 'libraries', 'browsers', and return the first entry matched, processing each entry in order in which they appear in the file.",
|
|
4
|
+
"If the match entry is from this file (i.e. not a bot), you can also match the User-Agent header against the 'devices' file to identity device and category."
|
|
5
|
+
],
|
|
6
|
+
"$schema": "https://raw.githubusercontent.com/opawg/user-agents-v2/master/schemas/patterns.schema.json",
|
|
7
|
+
"entries": [
|
|
8
|
+
{
|
|
9
|
+
"name": "AIOHTTP",
|
|
10
|
+
"description": "Asynchronous HTTP Client/Server for asyncio and Python",
|
|
11
|
+
"pattern": "^Python/\\d.*aiohttp/\\d",
|
|
12
|
+
"examples": [
|
|
13
|
+
"Python/3.10 aiohttp/3.9.3"
|
|
14
|
+
],
|
|
15
|
+
"urls": [
|
|
16
|
+
"https://docs.aiohttp.org/en/stable/"
|
|
17
|
+
],
|
|
18
|
+
"category": "bot"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"name": "AndroidDownloadManager",
|
|
22
|
+
"pattern": "^AndroidDownloadManager"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "Apache HttpClient",
|
|
26
|
+
"pattern": "Apache-HttpClient",
|
|
27
|
+
"examples": [
|
|
28
|
+
"Apache-HttpClient/4.5.3-SNAPSHOT (Java/1.8.0_73)"
|
|
29
|
+
],
|
|
30
|
+
"comments": "While the Apache HttpClient can also be used in an Android podcast player app, it's mostly seen today on the server-side (bots). Most Android apps use other HTTP libraries these days.",
|
|
31
|
+
"category": "bot"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "AppleCoreMedia",
|
|
35
|
+
"pattern": "^AppleCoreMedia/1",
|
|
36
|
+
"description": "AppleCoreMedia library",
|
|
37
|
+
"urls": [
|
|
38
|
+
"https://podnews.net/article/applecoremedia-user-agent"
|
|
39
|
+
],
|
|
40
|
+
"comments": "This is a library used by a number of apps when progressively downloading podcasts. It is not (just) Apple Podcasts, and should not be treated as an Apple Podcasts useragent",
|
|
41
|
+
"examples": [
|
|
42
|
+
"AppleCoreMedia/1.0.0.16G114 (iPod touch; U; CPU OS 12_4_2 like Mac OS X; en_us)",
|
|
43
|
+
"AppleCoreMedia/1.0.0.19A583 (Macintosh; U; Intel Mac OS X 10_15; en_us)",
|
|
44
|
+
"AppleCoreMedia/1.0.0.15G77 (iPhone; U; CPU OS 11_4_1 like Mac OS X; en_us)",
|
|
45
|
+
"AppleCoreMedia/1.0.0.17A860 (iPad; U; CPU OS 13_1_2 like Mac OS X; en_us)",
|
|
46
|
+
"AppleCoreMedia/1.0.0.16G78 (HomePod; U; CPU OS 12_4 like Mac OS X; en_us)",
|
|
47
|
+
"AppleCoreMedia/1.0.0.17J586 (Apple TV; U; CPU OS 13_0 like Mac OS X; en_us)"
|
|
48
|
+
]
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "aria2",
|
|
52
|
+
"description": "aria2 is a lightweight multi-protocol & multi-source command-line download utility",
|
|
53
|
+
"pattern": "^aria2/",
|
|
54
|
+
"examples": [
|
|
55
|
+
"aria2/1.36.0"
|
|
56
|
+
],
|
|
57
|
+
"urls": [
|
|
58
|
+
"https://aria2.github.io/"
|
|
59
|
+
],
|
|
60
|
+
"category": "bot"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "Armadillo",
|
|
64
|
+
"pattern": "^Armadillo/1",
|
|
65
|
+
"urls": [
|
|
66
|
+
"https://tech.scribd.com/blog/2021/android-audio-player-tutorial-with-armadillo.html"
|
|
67
|
+
],
|
|
68
|
+
"comments": "This is a library, and not an app",
|
|
69
|
+
"examples": [
|
|
70
|
+
"Armadillo/12.19 (Linux;Android 11) ExoPlayerLib/2.17.1"
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "Async Http Client (java)",
|
|
75
|
+
"description": "The AsyncHttpClient (AHC) library allows Java applications to easily execute HTTP requests and asynchronously process HTTP responses.",
|
|
76
|
+
"pattern": "^AHC/\\d+\\.\\d+",
|
|
77
|
+
"examples": [
|
|
78
|
+
"AHC/2.1",
|
|
79
|
+
"AHC/2.0"
|
|
80
|
+
],
|
|
81
|
+
"urls": [
|
|
82
|
+
"https://github.com/AsyncHttpClient/async-http-client",
|
|
83
|
+
"https://twitter.com/AsyncHttpClient"
|
|
84
|
+
],
|
|
85
|
+
"comments": "Android compat is not supported (https://github.com/AsyncHttpClient/async-http-client/issues?q=is%3Aissue+android), UAs found in https://github.com/AsyncHttpClient/async-http-client/blame/25e12bfd03f6375a91ca264a32588fbba7ab900c/client/src/main/resources/org/asynchttpclient/config/ahc-default.properties#L15",
|
|
86
|
+
"category": "bot"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "Axios (Node)",
|
|
90
|
+
"pattern": "^axios/",
|
|
91
|
+
"examples": [
|
|
92
|
+
"axios/0.26.1"
|
|
93
|
+
],
|
|
94
|
+
"category": "bot"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"name": "Bubble (no-code)",
|
|
98
|
+
"description": "The full-stack, no-code app builder for everyone",
|
|
99
|
+
"pattern": "^Bubble$",
|
|
100
|
+
"examples": [
|
|
101
|
+
"Bubble"
|
|
102
|
+
],
|
|
103
|
+
"urls": [
|
|
104
|
+
"https://bubble.io/"
|
|
105
|
+
],
|
|
106
|
+
"comments": "https://forum.bubble.io/t/upgrade-to-bubble-version-25-giving-all-external-api-calls-a-default-user-agent-if-they-dont-already-have-one-set/271309"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "Bun",
|
|
110
|
+
"description": "A fast all-in-one JavaScript runtime and toolkit",
|
|
111
|
+
"pattern": "^Bun/\\d",
|
|
112
|
+
"examples": [
|
|
113
|
+
"Bun/1.0.7"
|
|
114
|
+
],
|
|
115
|
+
"urls": [
|
|
116
|
+
"https://bun.sh/"
|
|
117
|
+
],
|
|
118
|
+
"category": "bot"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"name": "CarrierWave (ruby)",
|
|
122
|
+
"description": "Classier solution for file uploads for Rails, Sinatra and other Ruby web frameworks",
|
|
123
|
+
"pattern": "^CarrierWave/",
|
|
124
|
+
"examples": [
|
|
125
|
+
"CarrierWave/2.2.4"
|
|
126
|
+
],
|
|
127
|
+
"urls": [
|
|
128
|
+
"https://github.com/carrierwaveuploader/carrierwave/"
|
|
129
|
+
],
|
|
130
|
+
"category": "bot"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"name": "Colly",
|
|
134
|
+
"description": "Lightning Fast and Elegant Scraping Framework for Go",
|
|
135
|
+
"pattern": "github\\.com/gocolly",
|
|
136
|
+
"examples": [
|
|
137
|
+
"colly - https://github.com/gocolly/colly"
|
|
138
|
+
],
|
|
139
|
+
"urls": [
|
|
140
|
+
"https://github.com/gocolly/colly"
|
|
141
|
+
],
|
|
142
|
+
"category": "bot"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"name": "Dalvik",
|
|
146
|
+
"pattern": "^Dalvik[/ ]",
|
|
147
|
+
"examples": [
|
|
148
|
+
"Dalvik/2.1.0 (Linux; U; Android 9; SM-N950U Build/PPR1.180610.011)",
|
|
149
|
+
"Dalvik (Linux; U; Android 4.1.1;aries/JRO03L)"
|
|
150
|
+
]
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"name": "Dart",
|
|
154
|
+
"pattern": "^Dart/",
|
|
155
|
+
"examples": [
|
|
156
|
+
"Dart/2.18 (dart:io)"
|
|
157
|
+
],
|
|
158
|
+
"comments": "Default for the Dart programming language (Flutter uses Dart)",
|
|
159
|
+
"category": "bot"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"name": "Deno",
|
|
163
|
+
"pattern": "^Deno/",
|
|
164
|
+
"examples": [
|
|
165
|
+
"Deno/1.26.1"
|
|
166
|
+
],
|
|
167
|
+
"comments": "Default for the Deno JavaScript/TypeScript runtime",
|
|
168
|
+
"category": "bot"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"name": "Down (ruby)",
|
|
172
|
+
"description": "Streaming downloads using net/http, http.rb, HTTPX or wget",
|
|
173
|
+
"pattern": "^Down/\\d",
|
|
174
|
+
"examples": [
|
|
175
|
+
"Down/5.3.1"
|
|
176
|
+
],
|
|
177
|
+
"urls": [
|
|
178
|
+
"https://github.com/janko/down"
|
|
179
|
+
],
|
|
180
|
+
"category": "bot"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"name": "ffmpeg",
|
|
184
|
+
"pattern": "^Lavf/",
|
|
185
|
+
"comments": "ffmpeg is a library used within TuneIn, VLC, ffmpeg and other programs. This is the default useragent for the ffmpeg library.",
|
|
186
|
+
"category": "bot"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"name": "FileDownloader (Android)",
|
|
190
|
+
"pattern": "^FileDownloader/",
|
|
191
|
+
"examples": [
|
|
192
|
+
"FileDownloader/1.7.7"
|
|
193
|
+
],
|
|
194
|
+
"urls": [
|
|
195
|
+
"https://github.com/lingochamp/FileDownloader"
|
|
196
|
+
]
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"name": "git-annex",
|
|
200
|
+
"description": "Allows managing large files with git, without storing the file contents in git",
|
|
201
|
+
"pattern": "^git-annex",
|
|
202
|
+
"examples": [
|
|
203
|
+
"git-annex/10.20230407"
|
|
204
|
+
],
|
|
205
|
+
"urls": [
|
|
206
|
+
"https://git-annex.branchable.com/"
|
|
207
|
+
],
|
|
208
|
+
"category": "bot"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"name": "Go Http Client",
|
|
212
|
+
"pattern": "^Go-http-client",
|
|
213
|
+
"comments": "Default user-agent for Go programs",
|
|
214
|
+
"examples": [
|
|
215
|
+
"Go-http-client/2.0"
|
|
216
|
+
],
|
|
217
|
+
"urls": [
|
|
218
|
+
"https://pkg.go.dev/net/http"
|
|
219
|
+
],
|
|
220
|
+
"category": "bot"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"name": "Got (node)",
|
|
224
|
+
"pattern": "^got(/| \\()",
|
|
225
|
+
"examples": [
|
|
226
|
+
"got (https://github.com/sindresorhus/got)"
|
|
227
|
+
],
|
|
228
|
+
"urls": [
|
|
229
|
+
"https://play.google.com/store/apps/details?id=com.podimo&hl=en_US"
|
|
230
|
+
],
|
|
231
|
+
"comments": "Got is a HTTP library for NodeJs",
|
|
232
|
+
"category": "bot"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"name": "GStreamer",
|
|
236
|
+
"pattern": "^GStreamer|GStreamer/",
|
|
237
|
+
"examples": [
|
|
238
|
+
"amarok/2.8.0 (Phonon/4.7.80; Phonon-GStreamer/4.7.80)"
|
|
239
|
+
],
|
|
240
|
+
"comments": "User-facing Linux media playback apps like Amarok"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"name": "Guzzle",
|
|
244
|
+
"pattern": "^GuzzleHttp",
|
|
245
|
+
"description": "Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services.",
|
|
246
|
+
"urls": [
|
|
247
|
+
"https://docs.guzzlephp.org/"
|
|
248
|
+
],
|
|
249
|
+
"examples": [
|
|
250
|
+
"GuzzleHttp/7"
|
|
251
|
+
],
|
|
252
|
+
"category": "bot"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"name": "gvfs",
|
|
256
|
+
"pattern": "^gvfs"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"name": "hackney (elixir)",
|
|
260
|
+
"pattern": "^hackney/\\d",
|
|
261
|
+
"examples": [
|
|
262
|
+
"hackney/1.18.1"
|
|
263
|
+
],
|
|
264
|
+
"urls": [
|
|
265
|
+
"https://github.com/benoitc/hackney"
|
|
266
|
+
],
|
|
267
|
+
"category": "bot"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"name": "HTTP:Tiny",
|
|
271
|
+
"description": "A small, simple, correct HTTP/1.1 client (Perl)",
|
|
272
|
+
"pattern": "^HTTP-Tiny/",
|
|
273
|
+
"examples": [
|
|
274
|
+
"HTTP-Tiny/0.076"
|
|
275
|
+
],
|
|
276
|
+
"category": "bot"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"name": "http.rb",
|
|
280
|
+
"description": "HTTP (The Gem! a.k.a. http.rb) - a fast Ruby HTTP client with a chainable API, streaming support, and timeouts",
|
|
281
|
+
"pattern": "^http\\.rb/[\\d.]+",
|
|
282
|
+
"examples": [
|
|
283
|
+
"http.rb/5.1.0"
|
|
284
|
+
],
|
|
285
|
+
"urls": [
|
|
286
|
+
"https://github.com/httprb/http/"
|
|
287
|
+
],
|
|
288
|
+
"category": "bot"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"name": "Just Audio",
|
|
292
|
+
"description": "just_audio is a feature-rich audio player for Android, iOS, macOS, web, Linux and Windows (Flutter/Dart)",
|
|
293
|
+
"pattern": "^just_audio/",
|
|
294
|
+
"examples": [
|
|
295
|
+
"just_audio/3.6.2 (Linux;Android 9) ExoPlayerLib/2.13.1",
|
|
296
|
+
"just_audio/1.0.68 (Linux;Android 12) ExoPlayerLib/2.18.7"
|
|
297
|
+
],
|
|
298
|
+
"urls": [
|
|
299
|
+
"https://pub.dev/packages/just_audio"
|
|
300
|
+
]
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"name": "KaiOS Downloader",
|
|
304
|
+
"pattern": "KaiOS Downloader",
|
|
305
|
+
"comments": "This is the KaiOS Downloader library, and this could refer to any app on this platform",
|
|
306
|
+
"examples": [
|
|
307
|
+
"KaiOS Downloader"
|
|
308
|
+
]
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"name": "libsoup",
|
|
312
|
+
"pattern": "^libsoup/",
|
|
313
|
+
"examples": [
|
|
314
|
+
"libsoup/2.68.2"
|
|
315
|
+
], "urls": [
|
|
316
|
+
"https://libsoup.org/"
|
|
317
|
+
],
|
|
318
|
+
"description": "HTTP client/server library for GNOME"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"name": "lua-resty-http",
|
|
322
|
+
"description": "Lua HTTP client cosocket driver for OpenResty / ngx_lua.",
|
|
323
|
+
"pattern": "^lua-resty-http/\\d",
|
|
324
|
+
"examples": [
|
|
325
|
+
"lua-resty-http/0.07 (Lua) ngx_lua/10025"
|
|
326
|
+
],
|
|
327
|
+
"urls": [
|
|
328
|
+
"https://github.com/ledgetech/lua-resty-http"
|
|
329
|
+
],
|
|
330
|
+
"category": "bot"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"name": "Android License Verification Library",
|
|
334
|
+
"pattern": "^Android\\.LVLDM$",
|
|
335
|
+
"examples": [
|
|
336
|
+
"Android.LVLDM"
|
|
337
|
+
]
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"name": "node-fetch",
|
|
341
|
+
"pattern": "^node-fetch(/.*)?$",
|
|
342
|
+
"examples": [
|
|
343
|
+
"node-fetch/1.0 (+https://github.com/bitinn/node-fetch)",
|
|
344
|
+
"node-fetch"
|
|
345
|
+
],
|
|
346
|
+
"category": "bot"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"name": "okhttp",
|
|
350
|
+
"pattern": "okhttp",
|
|
351
|
+
"examples": [
|
|
352
|
+
"okhttp/3.11.0"
|
|
353
|
+
],
|
|
354
|
+
"category": "bot"
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"name": "PRDownloader",
|
|
358
|
+
"description": "A file downloader library for Android with pause and resume support",
|
|
359
|
+
"pattern": "^PRDownloader$",
|
|
360
|
+
"examples": [
|
|
361
|
+
"PRDownloader"
|
|
362
|
+
],
|
|
363
|
+
"urls": [
|
|
364
|
+
"https://github.com/amitshekhariitbhu/PRDownloader"
|
|
365
|
+
]
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"name": "python-httpx",
|
|
369
|
+
"pattern": "^python-httpx/",
|
|
370
|
+
"examples": [
|
|
371
|
+
"python-httpx/0.18.2"
|
|
372
|
+
],
|
|
373
|
+
"urls": [
|
|
374
|
+
"https://www.python-httpx.org/"
|
|
375
|
+
],
|
|
376
|
+
"category": "bot"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"name": "react-native-track-player",
|
|
380
|
+
"pattern": "^react-native-track-player/",
|
|
381
|
+
"examples": [
|
|
382
|
+
"react-native-track-player/0.5.1 (Linux;Android 12) ExoPlayerLib/2.18.1"
|
|
383
|
+
],
|
|
384
|
+
"urls": [
|
|
385
|
+
"https://github.com/doublesymmetry/react-native-track-player"
|
|
386
|
+
],
|
|
387
|
+
"description": "A fully fledged audio module created for music apps. Provides audio playback, external media controls, chromecast support, background mode and more!",
|
|
388
|
+
"comments": "Must match before exoplayer"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"name": "Request (node)",
|
|
392
|
+
"pattern": "request\\.js",
|
|
393
|
+
"category": "bot"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"name": "reqwest (rust)",
|
|
397
|
+
"pattern": "^reqwest/\\d",
|
|
398
|
+
"urls": [
|
|
399
|
+
"https://docs.rs/reqwest/latest/reqwest/"
|
|
400
|
+
],
|
|
401
|
+
"examples": [
|
|
402
|
+
"reqwest/0.9.19"
|
|
403
|
+
]
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"name": "resty (go)",
|
|
407
|
+
"description": "Simple HTTP and REST client library for Go",
|
|
408
|
+
"pattern": "^go-resty/\\d",
|
|
409
|
+
"examples": [
|
|
410
|
+
"go-resty/2.10.0 (https://github.com/go-resty/resty)"
|
|
411
|
+
],
|
|
412
|
+
"urls": [
|
|
413
|
+
"https://github.com/go-resty/resty"
|
|
414
|
+
],
|
|
415
|
+
"category": "bot"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"name": "resty-requests (lua)",
|
|
419
|
+
"pattern": "^resty-requests",
|
|
420
|
+
"urls": [
|
|
421
|
+
"https://github.com/tokers/lua-resty-requests"
|
|
422
|
+
],
|
|
423
|
+
"examples": [
|
|
424
|
+
"resty-requests"
|
|
425
|
+
],
|
|
426
|
+
"category": "bot"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"name": "ruby",
|
|
430
|
+
"pattern": "^Ruby",
|
|
431
|
+
"comments": "The generic Ruby user-agent."
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"name": "rest-client (ruby)",
|
|
435
|
+
"pattern": "^rest-client/.*ruby/",
|
|
436
|
+
"description": "A simple HTTP and REST client for Ruby, inspired by Sinatra",
|
|
437
|
+
"comments": "Found mostly coming from Amazon IPs",
|
|
438
|
+
"examples": [
|
|
439
|
+
"rest-client/2.0.2 (linux-gnu x86_64) ruby/2.6.8p205"
|
|
440
|
+
],
|
|
441
|
+
"urls": [
|
|
442
|
+
"https://github.com/rest-client/rest-client"
|
|
443
|
+
],
|
|
444
|
+
"category": "bot"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"name": "Safari View Service (SFSafariViewController)",
|
|
448
|
+
"pattern": "^SafariViewService/",
|
|
449
|
+
"examples": [
|
|
450
|
+
"SafariViewService/8614.1.25.0.31 CFNetwork/1390 Darwin/22.0.0"
|
|
451
|
+
]
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"name": "Scrapy (python)",
|
|
455
|
+
"pattern": "^Scrapy/",
|
|
456
|
+
"examples": [
|
|
457
|
+
"Scrapy/2.9.0 (+https://scrapy.org)"
|
|
458
|
+
],
|
|
459
|
+
"urls": [
|
|
460
|
+
"https://scrapy.org"
|
|
461
|
+
],
|
|
462
|
+
"category": "bot"
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"name": "stagefright",
|
|
466
|
+
"pattern": "stagefright/",
|
|
467
|
+
"comments": "(android)"
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"name": "Symfony (php)",
|
|
471
|
+
"pattern": "^Symfony HttpClient[/ ]",
|
|
472
|
+
"examples": [
|
|
473
|
+
"Symfony HttpClient/Curl",
|
|
474
|
+
"Symfony HttpClient (Curl)"
|
|
475
|
+
],
|
|
476
|
+
"category": "bot"
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"name": "undici (node)",
|
|
480
|
+
"pattern": "^undici$",
|
|
481
|
+
"examples": [
|
|
482
|
+
"undici"
|
|
483
|
+
],
|
|
484
|
+
"category": "bot",
|
|
485
|
+
"urls": [
|
|
486
|
+
"https://github.com/nodejs/undici"
|
|
487
|
+
]
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"name": "urllib (python)",
|
|
491
|
+
"pattern": "^(Python-urllib|python-urllib3)/",
|
|
492
|
+
"examples": [
|
|
493
|
+
"Python-urllib/3.9",
|
|
494
|
+
"python-urllib3/1.26.7"
|
|
495
|
+
],
|
|
496
|
+
"category": "bot"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"name": "ExoPlayer (Android)",
|
|
500
|
+
"pattern": " ExoPlayerLib/",
|
|
501
|
+
"examples": [
|
|
502
|
+
"yourApplicationName/2.21.9 (Linux;Android 11) ExoPlayerLib/2.14.0",
|
|
503
|
+
"ExoPlayerLib/2.14.0 (Linux; Android 12) ExoPlayerLib/2.14.0"
|
|
504
|
+
],
|
|
505
|
+
"urls": [
|
|
506
|
+
"https://github.com/google/ExoPlayer"
|
|
507
|
+
],
|
|
508
|
+
"comments": "Must match after react-native-track-player. Unable to track down where everyone is copying yourApplicationName from, there are several small exoplayer examples with similar code."
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"name": "ESP32 HTTP Client",
|
|
512
|
+
"pattern": "^ESP32 HTTP Client/",
|
|
513
|
+
"examples": [
|
|
514
|
+
"ESP32 HTTP Client/1.0"
|
|
515
|
+
],
|
|
516
|
+
"urls": [
|
|
517
|
+
"https://github.com/espressif/arduino-esp32"
|
|
518
|
+
]
|
|
519
|
+
}
|
|
520
|
+
]
|
|
521
|
+
}
|