crawler-user-agents 1.0.148 → 1.0.149
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 +3 -1
- package/package.json +1 -1
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
|
|