crawler-user-agents 1.0.148 → 1.0.150

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.
package/README.md CHANGED
@@ -6,7 +6,9 @@ This repository contains a list of of HTTP user-agents used by robots, crawlers,
6
6
  * Go package: <https://pkg.go.dev/github.com/monperrus/crawler-user-agents>
7
7
  * PyPi package: <https://pypi.org/project/crawler-user-agents/>
8
8
 
9
- Each `pattern` is a regular expression. It should work out-of-the-box wih your favorite regex library:
9
+ Each `pattern` is a regular expression. It should work out-of-the-box wih your favorite regex library.
10
+
11
+ If you use this project in a commercial product, [please sponsor it](https://github.com/sponsors/monperrus).
10
12
 
11
13
  ## Install
12
14
 
@@ -4414,6 +4414,14 @@
4414
4414
  ],
4415
4415
  "url": "https://openai.com/bot"
4416
4416
  },
4417
+ {
4418
+ "pattern": "OAI-SearchBot",
4419
+ "addition_date": "2024/09/24",
4420
+ "instances": [
4421
+ "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; OAI-SearchBot/1.0; +https://openai.com/searchbot"
4422
+ ],
4423
+ "url": "https://platform.openai.com/docs/bots"
4424
+ },
4417
4425
  {
4418
4426
  "pattern": "YandexRenderResourcesBot\\/",
4419
4427
  "addition_date": "2023/08/16",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crawler-user-agents",
3
- "version": "1.0.148",
3
+ "version": "1.0.150",
4
4
  "main": "crawler-user-agents.json",
5
5
  "typings": "./index.d.ts",
6
6
  "author": "Martin Monperrus <martin.monperrus@gnieh.org>",