summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-12-10 00:49:16 +0100
committerGitHub <noreply@github.com>2016-12-10 00:49:16 +0100
commitbe6ae81cb2dbe3a9524470c6e16fca699950ce61 (patch)
treeb0f0d92da72bade3fee30d3ec13c65aa0233a66d
parente12a137a2fd64bb6d3b073ce1a117cc8839717a7 (diff)
parent3007e4e451c8120521efea68f5807040e11b305f (diff)
Merge pull request #776 from asciimoo/voat-engine
add voat.co engine
-rw-r--r--searx/settings.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index 733341c31..ef703fba4 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -544,6 +544,18 @@ engines:
# See : http://mymemory.translated.net/doc/usagelimits.php
# api_key : ''
+ - name : voat
+ engine: xpath
+ shortcut: vo
+ categories: social media
+ search_url : https://voat.co/search?q={query}
+ url_xpath : //p[contains(@class, "title")]/a/@href
+ title_xpath : //p[contains(@class, "title")]/a
+ content_xpath : //span[@class="domain"]
+ timeout : 10.0
+ disabled : True
+
+
#The blekko technology and team have joined IBM Watson! -> https://blekko.com/
# - name : blekko images
# engine : blekko_images