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

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.
@@ -3404,19 +3404,6 @@
3404
3404
  "PodCruncher/3.7.1 CFNetwork/978.0.7 Darwin/18.7.0"
3405
3405
  ]
3406
3406
  },
3407
- {
3408
- "name": "poddl - podcast downloader",
3409
- "description": "a cross platform command line podcast downloader for downloading all, individual, or a range of podcast episodes from an RSS feed.",
3410
- "pattern": "poddl - (podcast downloader|https://github.com/freshe/poddl)",
3411
- "examples": [
3412
- "poddl - podcast downloader",
3413
- "poddl - https://github.com/freshe/poddl"
3414
- ],
3415
- "urls": [
3416
- "https://www.fredrikblank.com/poddl/",
3417
- "https://github.com/freshe/poddl"
3418
- ]
3419
- },
3420
3407
  {
3421
3408
  "name": "Podeo",
3422
3409
  "pattern": "^Podeo/",
@@ -1136,6 +1136,19 @@
1136
1136
  "PodderBot/1.0"
1137
1137
  ]
1138
1138
  },
1139
+ {
1140
+ "name": "poddl - podcast downloader",
1141
+ "description": "a cross platform command line podcast downloader for downloading all, individual, or a range of podcast episodes from an RSS feed.",
1142
+ "pattern": "poddl - (podcast downloader|https://github.com/freshe/poddl)",
1143
+ "examples": [
1144
+ "poddl - podcast downloader",
1145
+ "poddl - https://github.com/freshe/poddl"
1146
+ ],
1147
+ "urls": [
1148
+ "https://www.fredrikblank.com/poddl/",
1149
+ "https://github.com/freshe/poddl"
1150
+ ]
1151
+ },
1139
1152
  {
1140
1153
  "name": "Podfollow",
1141
1154
  "pattern": "podfollowbot/",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alitu/user-agents-v2-api",
3
- "version": "0.2.97",
3
+ "version": "0.2.98",
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": {