@alitu/user-agents-v2-api 0.2.96 → 0.2.97

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.
@@ -1579,9 +1579,10 @@
1579
1579
  },
1580
1580
  {
1581
1581
  "name": "Everand",
1582
- "pattern": "^Everand/\\d",
1582
+ "pattern": "^Everand/\\d|^everand-android/",
1583
1583
  "examples": [
1584
- "Everand/167 CFNetwork/1568.200.51 Darwin/24.1.0"
1584
+ "Everand/167 CFNetwork/1568.200.51 Darwin/24.1.0",
1585
+ "everand-android/15.18 (Linux;Android 14) AndroidXMedia3/1.4.1"
1585
1586
  ],
1586
1587
  "urls": [
1587
1588
  "https://apps.apple.com/us/app/everand-ebooks-and-audiobooks/id542557212"
@@ -2577,10 +2578,11 @@
2577
2578
  },
2578
2579
  {
2579
2580
  "name": "KidsPod",
2580
- "pattern": "^KidspodMobileClient/",
2581
+ "pattern": "^KidspodMobileClient/|^KidsPod/",
2581
2582
  "examples": [
2582
2583
  "KidspodMobileClient/111 CFNetwork/1465.2 Darwin/23.0.0",
2583
- "KidspodMobileClient/111 CFNetwork/1408.0.4 Darwin/22.5.0"
2584
+ "KidspodMobileClient/111 CFNetwork/1408.0.4 Darwin/22.5.0",
2585
+ "KidsPod/1.0"
2584
2586
  ],
2585
2587
  "urls": [
2586
2588
  "https://kidspod.app/"
@@ -4467,6 +4469,13 @@
4467
4469
  "https://getupcast.app/"
4468
4470
  ]
4469
4471
  },
4472
+ {
4473
+ "name": "Updates",
4474
+ "pattern": "^Updates/",
4475
+ "examples": [
4476
+ "Updates/1.10 (+https://getupdates.app/; iOS podcast app)"
4477
+ ]
4478
+ },
4470
4479
  {
4471
4480
  "name": "uTorrent",
4472
4481
  "pattern": "^uTorrent|BTWebClient",
@@ -772,6 +772,13 @@
772
772
  ],
773
773
  "comments": "Found on MacOS 13 (Ventura) and higher e.g. when right-clicking an enclosure link from Safari and choosing Share..."
774
774
  },
775
+ {
776
+ "name": "magic-podcast-downloader",
777
+ "pattern": "^magic-podcast-downloader/",
778
+ "examples": [
779
+ "magic-podcast-downloader/1.0"
780
+ ]
781
+ },
775
782
  {
776
783
  "name": "MauiBot",
777
784
  "pattern": "^MauiBot",
@@ -1083,6 +1090,20 @@
1083
1090
  "PodchaserParser/2.0 (https://podchaser.com)"
1084
1091
  ]
1085
1092
  },
1093
+ {
1094
+ "name": "PodcastBulkDownloader",
1095
+ "pattern": "^PodcastBulkDownloader/",
1096
+ "examples": [
1097
+ "PodcastBulkDownloader/0.10.1"
1098
+ ]
1099
+ },
1100
+ {
1101
+ "name": "PodcastDownloader",
1102
+ "pattern": " PodcastDownloader/",
1103
+ "examples": [
1104
+ "Mozilla/5.0 (compatible; PodcastDownloader/1.0)"
1105
+ ]
1106
+ },
1086
1107
  {
1087
1108
  "name": "PodCloud",
1088
1109
  "pattern": "podCloud",
@@ -1379,6 +1400,13 @@
1379
1400
  "Mozilla/5.0 (compatible; RidderBot/1.0; bot@ridder.co)"
1380
1401
  ]
1381
1402
  },
1403
+ {
1404
+ "name": "RSS Audio Downloader",
1405
+ "pattern": "^rss-audio-downloader/",
1406
+ "examples": [
1407
+ "rss-audio-downloader/1.1 (+https://example.invalid)"
1408
+ ]
1409
+ },
1382
1410
  {
1383
1411
  "name": "RSS to Telegram",
1384
1412
  "pattern": "^RSStT",
@@ -1390,6 +1418,13 @@
1390
1418
  "RSStT/2.2.1 RSS Reader"
1391
1419
  ]
1392
1420
  },
1421
+ {
1422
+ "name": "rssfeedfetcher",
1423
+ "pattern": "^rssfeedfetcher ",
1424
+ "examples": [
1425
+ "rssfeedfetcher libfetch/2.0"
1426
+ ]
1427
+ },
1393
1428
  {
1394
1429
  "name": "RSSRadio",
1395
1430
  "pattern": "^RSSRadio \\("
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alitu/user-agents-v2-api",
3
- "version": "0.2.96",
3
+ "version": "0.2.97",
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": {