Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2014-05-21 00:22:06 +0400
committersgiehl <stefan@piwik.org>2014-05-21 00:22:06 +0400
commit31fbb0fdc2338c6650dd660a82cab1e276940ab1 (patch)
treed674d6f98a9676918b6906ef49ddd0fff4dd05b3 /core/DataFiles
parent97cd14ce7590fcf7abf2e898876f363867569674 (diff)
refs #5114 added detection for lookany
Diffstat (limited to 'core/DataFiles')
-rw-r--r--core/DataFiles/SearchEngines.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/DataFiles/SearchEngines.php b/core/DataFiles/SearchEngines.php
index 1254c81691..0b3da7cd1d 100644
--- a/core/DataFiles/SearchEngines.php
+++ b/core/DataFiles/SearchEngines.php
@@ -626,6 +626,9 @@ if (!isset($GLOBALS['Piwik_SearchEngines'])) {
'www.toile.com' => array('La Toile Du Québec (Google)', 'q', 'search?q={k}'),
'web.toile.com' => array('La Toile Du Québec (Google)'),
+ // LookAny
+ 'www.lookany.com' => array('LookAny', '/(?:search|images|videos)\/([^\/]+)/'),
+
// Looksmart
'www.looksmart.com' => array('Looksmart', 'key'),