From 919991fcca2b19eab14dc40f61d43f47baa20435 Mon Sep 17 00:00:00 2001 From: Mark Beech Date: Thu, 4 Jun 2015 22:25:50 +0100 Subject: [PATCH] Added findxbot, SemrushBot, yoozBot --- README.md | 5 +++++ src/CrawlerDetect.php | 3 +++ tests/crawlers.txt | 5 ++++- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 66068e1..fdf8644 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,11 @@ Failing that, just create an issue with the user agent you have found, and we'll If you would like to use this with Laravel 5, please see [Laravel-Crawler-Detect](https://github.com/JayBizzle/Laravel-Crawler-Detect) ### Changelog +**v1.0.6** + - Added ['findxbot'](http://www.findxbot.com) + - Added ['SemrushBot'](http://www.semrush.com/bot.html) + - Added ['yoozBot'](http://yooz.ir) + **v1.0.5** - Added ['GigablastOpenSource'](https://github.com/gigablast/open-source-search-engine) - Added ['MegaIndex.ru'](http://megaindex.com/crawler) diff --git a/src/CrawlerDetect.php b/src/CrawlerDetect.php index 11c3c5a..9fded67 100644 --- a/src/CrawlerDetect.php +++ b/src/CrawlerDetect.php @@ -103,6 +103,7 @@ class CrawlerDetect 'findlink', 'FindLinks', 'findthatfile', + 'findxbot', 'Flamingo_SearchEngine', 'fluffy', 'fr-crawler', @@ -253,6 +254,7 @@ class CrawlerDetect 'SearchSight', 'seekbot', 'semanticdiscovery', + 'SemrushBot', 'Sensis Web Crawler', 'SEOChat::Bot', 'seokicks-robot', @@ -344,6 +346,7 @@ class CrawlerDetect 'yeti', 'YodaoBot', 'yoogliFetchAgent', + 'yoozBot', 'YoudaoBot', 'Zao', 'Zealbot', diff --git a/tests/crawlers.txt b/tests/crawlers.txt index 067db46..83dddfe 100644 --- a/tests/crawlers.txt +++ b/tests/crawlers.txt @@ -556,4 +556,7 @@ WeSEE:Ads/PageBot (http://www.wesee.com/bot/) Pingdom.com_bot_version_1.4_(http://www.pingdom.com/) Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler) GigablastOpenSource/1.0 -DuckDuckBot/1.0; (+http://duckduckgo.com/duckduckbot.html) \ No newline at end of file +DuckDuckBot/1.0; (+http://duckduckgo.com/duckduckbot.html) +Mozilla/5.0 (compatible; Findxbot/1.0; +http://www.findxbot.com) +Mozilla/5.0 (compatible; SemrushBot/0.98~bl; +http://www.semrush.com/bot.html) +Mozilla/5.0 (compatible; yoozBot-2.2; http://yooz.ir; info@yooz.ir) \ No newline at end of file