@alitu/user-agents-v2-api 0.2.102 → 0.2.104

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.
@@ -3165,12 +3165,13 @@
3165
3165
  },
3166
3166
  {
3167
3167
  "name": "Overcast",
3168
- "pattern": "^Overcast/|^Overcast.*Apple Watch|^Overcast Player ",
3168
+ "pattern": "^Overcast/|^Overcast.*Apple Watch|^Overcast Player |^Watch/\\d+ CFNetwork/",
3169
3169
  "examples": [
3170
3170
  "Overcast/3.0 (+http://overcast.fm/; iOS podcast app)",
3171
3171
  "Overcast (+http://overcast.fm/; Apple Watch podcast app)",
3172
3172
  "Overcast/792 CFNetwork/1098.7 Darwin/19.0.0",
3173
- "Overcast Player 66271"
3173
+ "Overcast Player 66271",
3174
+ "Watch/1140 CFNetwork/3860.200.71 Darwin/25.1.0"
3174
3175
  ]
3175
3176
  },
3176
3177
  {
@@ -4068,11 +4069,14 @@
4068
4069
  },
4069
4070
  {
4070
4071
  "name": "Spreaker",
4071
- "pattern": "^Spreaker for Android|^Spreaker Custom App for (Android|iOS)|Spreaker/|^Spreaker \\d",
4072
+ "pattern": "^(SpreakerPodcast/|Spreaker Custom App for (Android|iOS) |Spreaker for Android |Spreaker )\\d",
4072
4073
  "examples": [
4073
- "Spreaker Custom App for Android 5.5.3 release:2021-04-08 device:phone (samsung SM-N986B; Android 12; it_IT)",
4074
+ "Spreaker 7.17.0 rv:1300 (iPhone8,4; iOS 15.8.3; en_CA)",
4075
+ "Spreaker for Android 4.10.5 release:2018-12-03 device:phone (google Pixel 6; Android 14; it_IT)",
4076
+ "SpreakerPodcast/1.0 (iOS/14.8.1; iPhone10,6; en_US)",
4077
+ "SpreakerPodcast/1.0 (Android/12; Google Pixel 4a; en_US)",
4074
4078
  "Spreaker Custom App for iOS 2.2.2 rv:6302 (iPhone15,3; iOS 18.1.1; en_US) SPKAudioPlayer",
4075
- "Spreaker 7.17.0 rv:1300 (iPhone8,4; iOS 15.8.3; en_CA)"
4079
+ "Spreaker Custom App for Android 5.5.3 release:2021-04-08 device:phone (samsung SM-N986B; Android 12; it_IT)"
4076
4080
  ]
4077
4081
  },
4078
4082
  {
@@ -4,6 +4,16 @@
4
4
  ],
5
5
  "$schema": "https://raw.githubusercontent.com/opawg/user-agents-v2/master/schemas/patterns.schema.json",
6
6
  "entries": [
7
+ {
8
+ "name": "7Siters Crawler",
9
+ "pattern": "^7Siters",
10
+ "examples": [
11
+ "7Siters/1.1 (+https://7ooo.ru/siters/)"
12
+ ],
13
+ "urls": [
14
+ "https://7ooo.ru/siters/"
15
+ ]
16
+ },
7
17
  {
8
18
  "name": "AAABot - unknown bot",
9
19
  "pattern": "AAABot",
@@ -37,8 +37,11 @@
37
37
  },
38
38
  {
39
39
  "name": "Apple Watch",
40
- "pattern": "watch|Watch OS",
41
- "category": "watch"
40
+ "pattern": "watch|Watch OS|^Watch/\\d+ CFNetwork/",
41
+ "category": "watch",
42
+ "examples": [
43
+ "Watch/1140 CFNetwork/3860.200.71 Darwin/25.1.0"
44
+ ]
42
45
  },
43
46
  {
44
47
  "name": "Apple iPod",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alitu/user-agents-v2-api",
3
- "version": "0.2.102",
3
+ "version": "0.2.104",
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": {