From 4f12c951344d3363978f43b1e03353c750efe015 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Sun, 12 Jan 2014 18:48:01 +0100 Subject: [PATCH] [fix] urbandictionary html mods --- engines.cfg_sample | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engines.cfg_sample b/engines.cfg_sample index a001c225..f4f39805 100644 --- a/engines.cfg_sample +++ b/engines.cfg_sample @@ -64,9 +64,9 @@ 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/@href -title_xpath = //div[@id="entries"]//div[@class="word"]/span -content_xpath = //div[@id="entries"]//div[@class="text"]/div[@class="definition"] +url_xpath = //div[@class="word"]//a/@href +title_xpath = //div[@class="word"]//a +content_xpath = //div[@class="definition"] [yahoo] engine = xpath