@alitu/user-agents-v2-api 0.2.87 → 0.2.89

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.
@@ -2870,10 +2870,11 @@
2870
2870
  },
2871
2871
  {
2872
2872
  "name": "Metacast",
2873
- "pattern": "^Metacast/",
2873
+ "pattern": "^Metacast/| \\+metacast\\.app",
2874
2874
  "examples": [
2875
2875
  "Metacast/0.73.5 (ios)",
2876
- "Metacast/1.2.0 (android)"
2876
+ "Metacast/1.2.0 (android)",
2877
+ "Mozilla/5.0 (compatible; Metacast/1.0 +metacast.app)"
2877
2878
  ],
2878
2879
  "urls": [
2879
2880
  "https://metacast.app/"
@@ -3392,9 +3393,10 @@
3392
3393
  {
3393
3394
  "name": "poddl - podcast downloader",
3394
3395
  "description": "a cross platform command line podcast downloader for downloading all, individual, or a range of podcast episodes from an RSS feed.",
3395
- "pattern": "poddl - podcast downloader",
3396
+ "pattern": "poddl - (podcast downloader|https://github.com/freshe/poddl)",
3396
3397
  "examples": [
3397
- "poddl - podcast downloader"
3398
+ "poddl - podcast downloader",
3399
+ "poddl - https://github.com/freshe/poddl"
3398
3400
  ],
3399
3401
  "urls": [
3400
3402
  "https://www.fredrikblank.com/poddl/",
@@ -1193,6 +1193,13 @@
1193
1193
  "Mozilla/5.0 (compatible; Podtail/2.0; +https://podtail.com/)"
1194
1194
  ]
1195
1195
  },
1196
+ {
1197
+ "name": "Podtrac Feed Scanner",
1198
+ "pattern": "^Podtrac Feed Scanner",
1199
+ "examples": [
1200
+ "Podtrac Feed Scanner"
1201
+ ]
1202
+ },
1196
1203
  {
1197
1204
  "name": "Podverse Feed Parser",
1198
1205
  "pattern": "^Podverse/Feed Parser",
@@ -1236,6 +1243,17 @@
1236
1243
  "https://pptr.dev/"
1237
1244
  ]
1238
1245
  },
1246
+ {
1247
+ "name": "Pyannote",
1248
+ "pattern": "^pyannoteAI",
1249
+ "examples": [
1250
+ "pyannoteAI",
1251
+ "pyannoteAI/2025.19.1-021f79d.production"
1252
+ ],
1253
+ "urls": [
1254
+ "https://www.pyannote.ai/"
1255
+ ]
1256
+ },
1239
1257
  {
1240
1258
  "name": "python-requests",
1241
1259
  "pattern": "python-requests"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alitu/user-agents-v2-api",
3
- "version": "0.2.87",
3
+ "version": "0.2.89",
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": {