@alitu/user-agents-v2-api 0.2.39 → 0.2.40

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.
@@ -2790,6 +2790,16 @@
2790
2790
  "Megaphone.fm"
2791
2791
  ]
2792
2792
  },
2793
+ {
2794
+ "name": "MegaSeg",
2795
+ "pattern": "^MegaSeg/\\d",
2796
+ "examples": [
2797
+ "MegaSeg/6.3.2b11"
2798
+ ],
2799
+ "urls": [
2800
+ "https://www.megaseg.com/"
2801
+ ]
2802
+ },
2793
2803
  {
2794
2804
  "name": "Menucast",
2795
2805
  "pattern": "^Menucast/",
@@ -3105,9 +3115,10 @@
3105
3115
  },
3106
3116
  {
3107
3117
  "name": "Overhaul",
3108
- "pattern": "^Podcast Overhaul/",
3118
+ "pattern": "^Podcast Overhaul/|^Overhaul FM/",
3109
3119
  "examples": [
3110
- "Podcast Overhaul/4.1.1 iOS/16.1.1 +https://www.podcastoverhaul.com/"
3120
+ "Podcast Overhaul/4.1.1 iOS/16.1.1 +https://www.podcastoverhaul.com/",
3121
+ "Overhaul FM/2.0 SM-P615/13 +https://overhaul.fm"
3111
3122
  ],
3112
3123
  "urls": [
3113
3124
  "https://www.overhaul.fm/"
@@ -4171,6 +4182,17 @@
4171
4182
  "https://syok.my/"
4172
4183
  ]
4173
4184
  },
4185
+ {
4186
+ "name": "Tatori",
4187
+ "pattern": "^Tatori/\\d",
4188
+ "examples": [
4189
+ "Tatori/96 CFNetwork/3826.400.120 Darwin/24.3.0"
4190
+ ],
4191
+ "urls": [
4192
+ "https://tatori.justinandrews.net/",
4193
+ "https://apps.apple.com/us/app/tatori-podcasts-audiobooks/id1398063696"
4194
+ ]
4195
+ },
4174
4196
  {
4175
4197
  "name": "TED",
4176
4198
  "pattern": "^TED |^TED/",
@@ -4334,6 +4356,16 @@
4334
4356
  "Ubook Player"
4335
4357
  ]
4336
4358
  },
4359
+ {
4360
+ "name": "Upcast",
4361
+ "pattern": "^Upcast/\\d",
4362
+ "examples": [
4363
+ "Upcast/1.0 (+https://getupcast.app/; iOS podcast app)"
4364
+ ],
4365
+ "urls": [
4366
+ "https://getupcast.app/"
4367
+ ]
4368
+ },
4337
4369
  {
4338
4370
  "name": "uTorrent",
4339
4371
  "pattern": "^uTorrent|BTWebClient",
@@ -251,6 +251,16 @@
251
251
  "Mozilla/5.0 (compatible; bne.es_bot; https://www.bne.es/es/colecciones/archivo-web-espanola/aviso-webmasters) Firefox/129.0.1"
252
252
  ]
253
253
  },
254
+ {
255
+ "name": "Buck Media Monitoring",
256
+ "pattern": "^Buck/\\d",
257
+ "examples": [
258
+ "Buck/2.4.2; (+https://app.hypefactors.com/media-monitoring/about.html)"
259
+ ],
260
+ "urls": [
261
+ "https://app.hypefactors.com/media-monitoring/about.html"
262
+ ]
263
+ },
254
264
  {
255
265
  "name": "Bullhorn Crawler",
256
266
  "pattern": "^BullhornCrawler/",
@@ -282,6 +292,16 @@
282
292
  "CaptivateBot/PodcastImporter 1.0"
283
293
  ]
284
294
  },
295
+ {
296
+ "name": "Cartesia.ai bot",
297
+ "pattern": "^Cartesia\\.ai",
298
+ "examples": [
299
+ "Cartesia.ai"
300
+ ],
301
+ "urls": [
302
+ "https://cartesia.ai/"
303
+ ]
304
+ },
285
305
  {
286
306
  "name": "CastFeedValidator",
287
307
  "pattern": "^CastFeedValidator/",
@@ -1368,6 +1388,17 @@
1368
1388
  "https://www.speechmatics.com/"
1369
1389
  ]
1370
1390
  },
1391
+ {
1392
+ "name": "Speech is Cheap",
1393
+ "pattern": "speechischeap\\.com",
1394
+ "examples": [
1395
+ "To be transcribed with Speech is Cheap (https://speechischeap.com)",
1396
+ "speechischeap.com"
1397
+ ],
1398
+ "urls": [
1399
+ "https://speechischeap.com/"
1400
+ ]
1401
+ },
1371
1402
  {
1372
1403
  "name": "Spotify cache service",
1373
1404
  "pattern": "^Spotify/1\\.0$",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alitu/user-agents-v2-api",
3
- "version": "0.2.39",
3
+ "version": "0.2.40",
4
4
  "description": "API for identifying User-Agent strings using OPAWG's user-agents-v2 lists.",
5
5
  "main": "dist/index.js",
6
6
  "repository": {