mirror of https://github.com/searxng/searxng.git
add voat.co engine
This commit is contained in:
parent
0724bd8168
commit
3007e4e451
|
@ -544,6 +544,18 @@ engines:
|
||||||
# See : http://mymemory.translated.net/doc/usagelimits.php
|
# See : http://mymemory.translated.net/doc/usagelimits.php
|
||||||
# api_key : ''
|
# 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/
|
#The blekko technology and team have joined IBM Watson! -> https://blekko.com/
|
||||||
# - name : blekko images
|
# - name : blekko images
|
||||||
# engine : blekko_images
|
# engine : blekko_images
|
||||||
|
|
Loading…
Reference in New Issue