@alitu/user-agents-v2-api 0.2.24 → 0.2.26

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.
@@ -2990,6 +2990,14 @@
2990
2990
  "Podcastly"
2991
2991
  ]
2992
2992
  },
2993
+ {
2994
+ "name": "Podcatcher",
2995
+ "pattern": "^Podcatcher \\d",
2996
+ "examples": [
2997
+ "Podcatcher 1.3",
2998
+ "Podcatcher 1.3 (+https://podcatcher.net)"
2999
+ ]
3000
+ },
2993
3001
  {
2994
3002
  "name": "Podchaser",
2995
3003
  "pattern": "^Podchaser |^Podchaser-Parser",
@@ -865,6 +865,14 @@
865
865
  "Podcastics"
866
866
  ]
867
867
  },
868
+ {
869
+ "name": "Podcatcher Bot",
870
+ "pattern": "^Podcatcher Bot 1.0",
871
+ "examples": [
872
+ "Podcatcher Bot 1.0",
873
+ "Podcatcher Bot 1.0 (1 subscribers; +https://podcatcher.net)"
874
+ ]
875
+ },
868
876
  {
869
877
  "name": "PodCloud",
870
878
  "pattern": "podCloud",
@@ -1435,6 +1443,16 @@
1435
1443
  "examples": [
1436
1444
  "Zencastr/2.0"
1437
1445
  ]
1446
+ },
1447
+ {
1448
+ "name": "podwords",
1449
+ "pattern": "^podwordsbot/",
1450
+ "examples": [
1451
+ "podwordsbot/0.0.1 podwords"
1452
+ ],
1453
+ "urls": [
1454
+ "https://www.facebook.com/podwords"
1455
+ ]
1438
1456
  }
1439
1457
  ]
1440
1458
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alitu/user-agents-v2-api",
3
- "version": "0.2.24",
3
+ "version": "0.2.26",
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": {