Skip to content

Commit 6447259

Browse files
committed
They came from... Behind
1 parent b245678 commit 6447259

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [5.1.5](https://github.com/omrilotan/isbot/compare/v5.1.4...v5.1.5)
4+
5+
- Add substring "watch" to pattern
6+
37
## [5.1.4](https://github.com/omrilotan/isbot/compare/v5.1.3...v5.1.4)
48

59
- Recognise search providers inapp browsers

fixtures/crawlers.yml

+3
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,11 @@ DuckDuckGo:
203203
- DDG-Android-3.1.0
204204
- ddg_android/5.90.0 (com.duckduckgo.mobile.android; Android API 28)
205205
- ddg_android/5.90.0 (com.duckduckgo.mobile.android; Android API 30)
206+
- DuckDuckBot-Https/1.1; (+https://duckduckgo.com/duckduckbot)
206207
- DuckDuckBot/1.0; (+http://duckduckgo.com/duckduckbot.html)
208+
- DuckDuckBot/1.1; (+http://duckduckgo.com/duckduckbot.html)
207209
- DuckDuckGo/0 CFNetwork/1126 Darwin/19.5.0
210+
- DuckDuckGo/5 (com.duckduckgo.mobile.android; android api 33)
208211
- Mozilla/5.0 (compatible; DuckDuckBot-Https/1.1; https://duckduckgo.com/duckduckbot)
209212
- Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)
210213
DuckDuckGo Bot:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "isbot",
3-
"version": "5.1.4",
3+
"version": "5.1.5",
44
"description": "🤖/👨‍🦰 Recognise bots/crawlers/spiders using the user agent string.",
55
"keywords": [
66
"bot",

src/patterns.json

+1
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156
"url",
157157
"virtuoso",
158158
"wappalyzer",
159+
"watch",
159160
"webglance",
160161
"webkit2png",
161162
"whatcms/",

0 commit comments

Comments
 (0)