From 43f5fcea80fb22dd82be1de6c9bd4a9b1e09a0d5 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Sat, 26 Oct 2013 13:46:46 +0200 Subject: [PATCH] [enh] urbandictionary xpath engine added --- engines.cfg_sample | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/engines.cfg_sample b/engines.cfg_sample index c68147d7..cf019ed8 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}