mirror of
https://github.com/searxng/searxng.git
synced 2024-11-20 03:10:10 +01:00
[mod] engine mod - urbandictionary suspended
This commit is contained in:
parent
a8a0de644d
commit
c55f03baea
@ -109,13 +109,14 @@ engines:
|
|||||||
# shortcut : unc
|
# shortcut : unc
|
||||||
# url : https://uncyclopedia.wikia.com/
|
# url : https://uncyclopedia.wikia.com/
|
||||||
|
|
||||||
- name : urbandictionary
|
# tmp suspended - too slow, too many errors
|
||||||
engine : xpath
|
# - name : urbandictionary
|
||||||
search_url : http://www.urbandictionary.com/define.php?term={query}
|
# engine : xpath
|
||||||
url_xpath : //div[@class="word"]//a/@href
|
# search_url : http://www.urbandictionary.com/define.php?term={query}
|
||||||
title_xpath : //div[@class="word"]//a
|
# url_xpath : //div[@class="word"]//a/@href
|
||||||
content_xpath : //div[@class="definition"]
|
# title_xpath : //div[@class="word"]//a
|
||||||
shortcut : ud
|
# content_xpath : //div[@class="definition"]
|
||||||
|
# shortcut : ud
|
||||||
|
|
||||||
- name : yahoo
|
- name : yahoo
|
||||||
engine : yahoo
|
engine : yahoo
|
||||||
|
Loading…
Reference in New Issue
Block a user