@alitu/user-agents-v2-api 0.2.16 → 0.2.17

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.
@@ -433,9 +433,13 @@
433
433
  },
434
434
  {
435
435
  "name": "Audacy",
436
- "pattern": "^Radio\\.com/",
436
+ "pattern": "^Radio\\.com/|^Audacy \\d",
437
+ "urls": [
438
+ "https://play.google.com/store/apps/details?id=com.radiocom&hl=en_US"
439
+ ],
437
440
  "examples": [
438
- "Radio.com/12.2.0 (com.cbsradio.cbsradioplayer; build:1; iOS 14.6.0) Alamofire/4.8.1"
441
+ "Radio.com/12.2.0 (com.cbsradio.cbsradioplayer; build:1; iOS 14.6.0) Alamofire/4.8.1",
442
+ "Audacy 16.11.0 / Android"
439
443
  ]
440
444
  },
441
445
  {
@@ -845,6 +845,16 @@
845
845
  "Podcast%20Archiver/3000000003 CFNetwork/1406.0.4 Darwin/22.4.0"
846
846
  ]
847
847
  },
848
+ {
849
+ "name": "Podcast Archiver (janw)",
850
+ "pattern": "^podcast-archiver/v\\d",
851
+ "urls": [
852
+ "https://github.com/janw/podcast-archiver"
853
+ ],
854
+ "examples": [
855
+ "podcast-archiver/v1.7.1 (https://github.com/janw/podcast-archiver)"
856
+ ]
857
+ },
848
858
  {
849
859
  "name": "PodCloud",
850
860
  "pattern": "podCloud",
@@ -1204,6 +1214,16 @@
1204
1214
  "SupportingCast"
1205
1215
  ]
1206
1216
  },
1217
+ {
1218
+ "name": "Taddy Podcast API",
1219
+ "pattern": "^Taddy Podcast API ",
1220
+ "urls": [
1221
+ "https://taddy.org/developers"
1222
+ ],
1223
+ "examples": [
1224
+ "Taddy Podcast API (https://taddy.org/developers)"
1225
+ ]
1226
+ },
1207
1227
  {
1208
1228
  "name": "Timpi search crawler",
1209
1229
  "pattern": "Timpibot/",
@@ -1243,6 +1263,16 @@
1243
1263
  "Triton Digital Podcast Sync"
1244
1264
  ]
1245
1265
  },
1266
+ {
1267
+ "name": "TurnitinBot",
1268
+ "pattern": "^Turnitin \\(",
1269
+ "urls": [
1270
+ "https://www.turnitin.com/robot/crawlerinfo.html"
1271
+ ],
1272
+ "examples": [
1273
+ "Turnitin (https://bit.ly/2UvnfoQ)"
1274
+ ]
1275
+ },
1246
1276
  {
1247
1277
  "name": "Twingly Bot",
1248
1278
  "pattern": "Twingly Recon;",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alitu/user-agents-v2-api",
3
- "version": "0.2.16",
3
+ "version": "0.2.17",
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": {