Skip to content

Commit

Permalink
Update patterns
Browse files Browse the repository at this point in the history
Add new crawlers:
- add "caam crwlr"

Corresponds to upstream v1.3.1
  • Loading branch information
x-way committed Jan 28, 2025
1 parent 3401ca7 commit 862d1cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion crawlers.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package crawlerdetect

// auto-generated based on https://raw.githubusercontent.com/JayBizzle/Crawler-Detect/v1.3.0/raw/Crawlers.txt
// auto-generated based on https://raw.githubusercontent.com/JayBizzle/Crawler-Detect/v1.3.1/raw/Crawlers.txt
var crawlers = []string{
` YLT`,
`^Aether`,
Expand Down Expand Up @@ -205,6 +205,7 @@ var crawlers = []string{
`Butterfly\/`,
`BuzzSumo`,
`CAAM\/[0-9]`,
`caam dot crwlr at gmail dot com`,
`CakePHP`,
`Calculon`,
`Canary%20Mail`,
Expand Down
2 changes: 1 addition & 1 deletion exclusions.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package crawlerdetect

// auto-generated based on https://raw.githubusercontent.com/JayBizzle/Crawler-Detect/v1.3.0/raw/Exclusions.txt
// auto-generated based on https://raw.githubusercontent.com/JayBizzle/Crawler-Detect/v1.3.1/raw/Exclusions.txt
var exclusions = []string{
`Safari.[\d\.]*`,
`Firefox.[\d\.]*`,
Expand Down
1 change: 1 addition & 0 deletions testdata/crawlers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2416,6 +2416,7 @@ Mozilla/5.0 (compatible; Feedwind/3.0; +http://feed.mikle.com/support/descriptio
Mozilla/5.0 (Macintosh; Intel Mac OS X 1068) AppleWebKit/534.50 (KHTML like Gecko) Version/5.1 Instapaper/4.0 (+http://www.instapaper.com/)
Mozilla/5.0 (compatible; Keywords Research; http://www.check-domains.com/keyword-research/keywords-adwords.php)
CAAM/0.1 (CAAM; caam dot crwlr at gmail dot com)
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0/5.0 ((Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0; caam dot crwlr at gmail dot com)
i2kconnect/"1.7.0"
resolver/0.1.12 (+http://github.com/andris9/resolver)
DangDang
Expand Down

0 comments on commit 862d1cc

Please sign in to comment.