From 1cb36bc72abf3dcfdaa633f6c8f626c60e24f9b6 Mon Sep 17 00:00:00 2001 From: Mark Beech Date: Thu, 14 Jan 2016 09:28:14 +0000 Subject: [PATCH] Add 'Yahoo Ad Monitoring' - closes #51 --- README.md | 3 +++ src/CrawlerDetect.php | 1 + tests/crawlers.txt | 4 +++- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c8636d..00c4bb0 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,9 @@ 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.1.2** + - Added ['Yahoo Ad Monitoring'](https://help.yahoo.com/kb/yahoo-ad-monitoring-SLN24857.html) + **v1.1.1** - Added 'Google Keyword Suggestion' diff --git a/src/CrawlerDetect.php b/src/CrawlerDetect.php index b4e2d76..8ecb550 100644 --- a/src/CrawlerDetect.php +++ b/src/CrawlerDetect.php @@ -271,6 +271,7 @@ class CrawlerDetect 'XML Sitemaps Generator', 'Y!J-ASR', 'yacy', + 'Yahoo Ad monitoring', 'Yahoo Link Preview', 'Yahoo! Slurp China', 'Yahoo! Slurp', diff --git a/tests/crawlers.txt b/tests/crawlers.txt index 2c86c45..bd64bbc 100644 --- a/tests/crawlers.txt +++ b/tests/crawlers.txt @@ -780,4 +780,6 @@ WebIndex Screaming Frog SEO Spider/3.3 Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko, Google Keyword Suggestion) Chrome/10.0.648.127 Safari/534.16 Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534+ (KHTML, like Gecko) BingPreview/1.0b -Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; Lumia 530) like Gecko BingPreview/1.0b \ No newline at end of file +Mozilla/5.0 (Windows Phone 8.1; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; NOKIA; Lumia 530) like Gecko BingPreview/1.0b +Mozilla/5.0 (compatible; Yahoo Ad monitoring; https://help.yahoo.com/kb/yahoo-ad-monitoring-SLN24857.html) +Mozilla/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit (KHTML, like Gecko) Mobile (compatible; Yahoo Ad monitoring; https://help.yahoo.com/kb/yahoo-ad-monitoring-SLN24857.html) \ No newline at end of file