summaryrefslogtreecommitdiff
path: root/engines.cfg_sample
diff options
context:
space:
mode:
Diffstat (limited to 'engines.cfg_sample')
-rw-r--r--engines.cfg_sample8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines.cfg_sample b/engines.cfg_sample
index c68147d78..cf019ed82 100644
--- a/engines.cfg_sample
+++ b/engines.cfg_sample
@@ -5,6 +5,7 @@ number_of_results = 1
[bing]
engine = bing
+language = en-us
[deviantart]
engine = deviantart
@@ -47,6 +48,13 @@ engine = startpage
engine = twitter
categories = social media
+[urbandictionary]
+engine = xpath
+search_url = http://www.urbandictionary.com/define.php?term={query}
+url_xpath = //div[@id="entries"]//div[@class="word"]//a
+title_xpath = //div[@id="entries"]//div[@class="word"]//span//text()
+content_xpath = //div[@id="entries"]//div[@class="text"]//div[@class="definition"]//text()
+
[yahoo]
engine = xpath
search_url = http://search.yahoo.com/search?p={query}