|
@@ -109,13 +109,14 @@ engines:
|
109
|
109
|
# shortcut : unc
|
110
|
110
|
# url : https://uncyclopedia.wikia.com/
|
111
|
111
|
|
112
|
|
- - name : urbandictionary
|
113
|
|
- engine : xpath
|
114
|
|
- search_url : http://www.urbandictionary.com/define.php?term={query}
|
115
|
|
- url_xpath : //div[@class="word"]//a/@href
|
116
|
|
- title_xpath : //div[@class="word"]//a
|
117
|
|
- content_xpath : //div[@class="definition"]
|
118
|
|
- shortcut : ud
|
|
112
|
+# tmp suspended - too slow, too many errors
|
|
113
|
+# - name : urbandictionary
|
|
114
|
+# engine : xpath
|
|
115
|
+# search_url : http://www.urbandictionary.com/define.php?term={query}
|
|
116
|
+# url_xpath : //div[@class="word"]//a/@href
|
|
117
|
+# title_xpath : //div[@class="word"]//a
|
|
118
|
+# content_xpath : //div[@class="definition"]
|
|
119
|
+# shortcut : ud
|
119
|
120
|
|
120
|
121
|
- name : yahoo
|
121
|
122
|
engine : yahoo
|