diff options
author | Noémi Ványi <sitbackandwait@gmail.com> | 2016-12-02 20:34:00 +0100 |
---|---|---|
committer | Noémi Ványi <sitbackandwait@gmail.com> | 2016-12-02 20:34:00 +0100 |
commit | 3007e4e451c8120521efea68f5807040e11b305f (patch) | |
tree | 30a57e932fe9e7d7b01165ce209ecbd1195d0dae /searx | |
parent | 0724bd8168789be42964b9cb5cdd030d62f0d2d1 (diff) | |
download | searxng-3007e4e451c8120521efea68f5807040e11b305f.tar.gz searxng-3007e4e451c8120521efea68f5807040e11b305f.zip |
add voat.co engine
Diffstat (limited to 'searx')
-rw-r--r-- | searx/settings.yml | 12 |
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 |