mirror of
https://github.com/searxng/searxng
synced 2024-11-03 09:40:20 +00:00
Adding Urban Dictionary xpath engine
This commit is contained in:
parent
a8907224a1
commit
05206f86e3
@ -494,6 +494,14 @@ engines:
|
||||
engine : wolframalpha_noapi
|
||||
timeout: 6.0
|
||||
categories : science
|
||||
|
||||
- name : urbandictionary
|
||||
engine : xpath
|
||||
search_url : http://www.urbandictionary.com/define.php?term={query}
|
||||
url_xpath : //*[@class="word"]/@href
|
||||
title_xpath : //*[@class="word"]
|
||||
content_xpath : //*[@class="meaning"]
|
||||
shortcut : ud
|
||||
|
||||
- name : dictzone
|
||||
engine : dictzone
|
||||
|
Loading…
Reference in New Issue
Block a user