Skip to content

Commit

Permalink
They came from... Behind
Browse files Browse the repository at this point in the history
  • Loading branch information
omrilotan committed Apr 25, 2024
1 parent b245678 commit 6447259
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
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.5](https://github.com/omrilotan/isbot/compare/v5.1.4...v5.1.5)

- Add substring "watch" to pattern

## [5.1.4](https://github.com/omrilotan/isbot/compare/v5.1.3...v5.1.4)

- Recognise search providers inapp browsers
Expand Down
3 changes: 3 additions & 0 deletions fixtures/crawlers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,11 @@ DuckDuckGo:
- DDG-Android-3.1.0
- ddg_android/5.90.0 (com.duckduckgo.mobile.android; Android API 28)
- ddg_android/5.90.0 (com.duckduckgo.mobile.android; Android API 30)
- DuckDuckBot-Https/1.1; (+https://duckduckgo.com/duckduckbot)
- DuckDuckBot/1.0; (+http://duckduckgo.com/duckduckbot.html)
- DuckDuckBot/1.1; (+http://duckduckgo.com/duckduckbot.html)
- DuckDuckGo/0 CFNetwork/1126 Darwin/19.5.0
- DuckDuckGo/5 (com.duckduckgo.mobile.android; android api 33)
- Mozilla/5.0 (compatible; DuckDuckBot-Https/1.1; https://duckduckgo.com/duckduckbot)
- Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)
DuckDuckGo Bot:
Expand Down
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.4",
"version": "5.1.5",
"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 @@ -156,6 +156,7 @@
"url",
"virtuoso",
"wappalyzer",
"watch",
"webglance",
"webkit2png",
"whatcms/",
Expand Down

0 comments on commit 6447259

Please sign in to comment.