summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines.cfg_sample6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines.cfg_sample b/engines.cfg_sample
index a001c225e..f4f398051 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