commit: c55f03baea1dbc49f3e53bbd8326702b8011d6c7
parent: a8a0de644dd0ae0ebbaf3e202b1821f2d17262d9
Author: Adam Tauber <asciimoo@gmail.com>
Date: Mon, 24 Mar 2014 12:02:37 +0100
[mod] engine mod - urbandictionary suspended
Diffstat:
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/searx/settings.yml b/searx/settings.yml
@@ -109,13 +109,14 @@ engines:
# shortcut : unc
# url : https://uncyclopedia.wikia.com/
- - name : urbandictionary
- engine : xpath
- search_url : http://www.urbandictionary.com/define.php?term={query}
- url_xpath : //div[@class="word"]//a/@href
- title_xpath : //div[@class="word"]//a
- content_xpath : //div[@class="definition"]
- shortcut : ud
+# tmp suspended - too slow, too many errors
+# - name : urbandictionary
+# engine : xpath
+# search_url : http://www.urbandictionary.com/define.php?term={query}
+# url_xpath : //div[@class="word"]//a/@href
+# title_xpath : //div[@class="word"]//a
+# content_xpath : //div[@class="definition"]
+# shortcut : ud
- name : yahoo
engine : yahoo