Skip to content

Commit

Permalink
Merge pull request #9 from JayBizzle/develop
Browse files Browse the repository at this point in the history
Added findxbot, SemrushBot, yoozBot
  • Loading branch information
JayBizzle committed Jun 4, 2015
2 parents 5e08197 + 919991f commit da8df1d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 3 additions & 0 deletions src/CrawlerDetect.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ class CrawlerDetect
'findlink',
'FindLinks',
'findthatfile',
'findxbot',
'Flamingo_SearchEngine',
'fluffy',
'fr-crawler',
Expand Down Expand Up @@ -253,6 +254,7 @@ class CrawlerDetect
'SearchSight',
'seekbot',
'semanticdiscovery',
'SemrushBot',
'Sensis Web Crawler',
'SEOChat::Bot',
'seokicks-robot',
Expand Down Expand Up @@ -344,6 +346,7 @@ class CrawlerDetect
'yeti',
'YodaoBot',
'yoogliFetchAgent',
'yoozBot',
'YoudaoBot',
'Zao',
'Zealbot',
Expand Down
5 changes: 4 additions & 1 deletion tests/crawlers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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; [email protected])

0 comments on commit da8df1d

Please sign in to comment.