Skip to content

Commit

Permalink
Pattern updates. Fix issue #280
Browse files Browse the repository at this point in the history
  • Loading branch information
omrilotan committed Dec 16, 2024
1 parent 5e840c7 commit 11cf4c9
Show file tree
Hide file tree
Showing 7 changed files with 98 additions and 33 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [5.1.18](https://github.com/omrilotan/isbot/compare/v5.1.17...v5.1.18)

- [Pattern] Pattern updates

## [5.1.17](https://github.com/omrilotan/isbot/compare/v5.1.16...v5.1.17)

- [Pattern] Pattern updates for better recognition
Expand Down
1 change: 1 addition & 0 deletions fixtures/crawlers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,7 @@ Trackable:
Trendiction Bot:
- Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.0; trendictionbot0.5.0; trendiction search; http://www.trendiction.de/bot; please let us know of any problems; web at trendiction.com) Gecko/20071127 Firefox/3.0.0.11
TurnitinBot:
- TurnitinBot (https://turnitin.com/robot/crawlerinfo.html)
- TurnitinBot/3.0 (http://www.turnitin.com/robot/crawlerinfo.html)
TweetedTimes Bot:
- TweetedTimes Bot/1.0 (Mozilla/5.0 Compatible, +http://tweetedtimes.com)
Expand Down
2 changes: 1 addition & 1 deletion fixtures/downloaded/downloaded
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Thu, 28 Nov 2024 17:17:31 GMT
Mon, 16 Dec 2024 12:35:11 GMT
3 changes: 2 additions & 1 deletion fixtures/downloaded/monperrus.json
Original file line number Diff line number Diff line change
Expand Up @@ -1158,5 +1158,6 @@
"meta-externalfetcher/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)",
"meta-externalfetcher/1.1",
"AcademicBotRTU (https://academicbot.rtu.lv; mailto:caps@rtu.lv)",
"Mozilla/5.0 (compatible; KeybaseBot; +https://keybase.io)"
"Mozilla/5.0 (compatible; KeybaseBot; +https://keybase.io)",
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 CookieHubScan/3.0"
]
118 changes: 88 additions & 30 deletions fixtures/downloaded/myip.ms.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isbot",
"version": "5.1.17",
"version": "5.1.18",
"description": "🤖/👨‍🦰 Recognise bots/crawlers/spiders using the user agent string.",
"keywords": [
"bot",
Expand Down
1 change: 1 addition & 0 deletions src/patterns.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
"classifier",
"cloudflare",
"convertify",
"cookiehubscan",
"crawl",
"cypress/",
"dareboost",
Expand Down

0 comments on commit 11cf4c9

Please sign in to comment.