[fix] urbandictionary html mods

This commit is contained in:
asciimoo 2014-01-12 18:48:01 +01:00
parent fe32bc4120
commit 4f12c95134
1 changed files with 3 additions and 3 deletions

View File

@ -64,9 +64,9 @@ categories = social media
[urbandictionary] [urbandictionary]
engine = xpath engine = xpath
search_url = http://www.urbandictionary.com/define.php?term={query} search_url = http://www.urbandictionary.com/define.php?term={query}
url_xpath = //div[@id="entries"]//div[@class="word"]/a/@href url_xpath = //div[@class="word"]//a/@href
title_xpath = //div[@id="entries"]//div[@class="word"]/span title_xpath = //div[@class="word"]//a
content_xpath = //div[@id="entries"]//div[@class="text"]/div[@class="definition"] content_xpath = //div[@class="definition"]
[yahoo] [yahoo]
engine = xpath engine = xpath