@alitu/user-agents-v2-api 0.2.98 → 0.2.100

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.
@@ -4278,6 +4278,16 @@
4278
4278
  "https://www.telmate.com/wp-content/uploads/2017/05/TEL-DS-TelmateDevices-8.5x11-SMALL-r8.pdf"
4279
4279
  ]
4280
4280
  },
4281
+ {
4282
+ "name": "TPR: Texas Public Radio",
4283
+ "pattern": "TPRPublicRadioApp",
4284
+ "examples": [
4285
+ "TPRPublicRadioApp/6.3.13 (SM-A326U; Android 13)"
4286
+ ],
4287
+ "urls": [
4288
+ "https://play.google.com/store/apps/details?id=com.skyblue.pra.tpr&hl=en_US"
4289
+ ]
4290
+ },
4281
4291
  {
4282
4292
  "name": "The Athletic",
4283
4293
  "pattern": "(^theathletic-| theathletic-)",
@@ -64,6 +64,14 @@
64
64
  ],
65
65
  "comments": "Stats are available within the Alexa skills dashboard."
66
66
  },
67
+ {
68
+ "name": "AliyunSecBot",
69
+ "pattern": "AliyunSecBot",
70
+ "description": "Alibaba web crawler.",
71
+ "examples": [
72
+ "AliyunSecBot/Aliyun (AliyunSecBot@service.alibaba.com)"
73
+ ]
74
+ },
67
75
  {
68
76
  "name": "AlignaBot",
69
77
  "pattern": "^Alignabot",
@@ -1008,6 +1016,13 @@
1008
1016
  "PlayerFM/1.0 Podcast Sync (0 subscribers; url=https://player.fm/series/series-2567872)"
1009
1017
  ]
1010
1018
  },
1019
+ {
1020
+ "name": "PodBean Feed Reader",
1021
+ "pattern": "^PodbeanFeedReader",
1022
+ "examples": [
1023
+ "PodbeanFeedReader/6.0 (Feed Parser; http://www.podbean.com/; Allow like Gecko) Build/20251103053444"
1024
+ ]
1025
+ },
1011
1026
  {
1012
1027
  "name": "Podbean Importer",
1013
1028
  "pattern": "^Podbean Importer",
@@ -1335,6 +1350,13 @@
1335
1350
  "description": "PodwatchPro is a podcast analytics software. This user agent is for crawling podcast data.",
1336
1351
  "urls": ["https://www.agma-mmc.de/media-analyse/ma-podcast"]
1337
1352
  },
1353
+ {
1354
+ "name": "private-podcast-puller",
1355
+ "pattern": "private-podcast-puller",
1356
+ "examples": [
1357
+ "private-podcast-puller/0.1"
1358
+ ]
1359
+ },
1338
1360
  {
1339
1361
  "name": "Puppeteer",
1340
1362
  "pattern": " HeadlessChrome/\\d",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alitu/user-agents-v2-api",
3
- "version": "0.2.98",
3
+ "version": "0.2.100",
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": {