[enh] urbandictionary xpath engine added

This commit is contained in:
asciimoo 2013-10-26 13:46:46 +02:00
parent 5d764f95cf
commit 43f5fcea80
1 changed files with 8 additions and 0 deletions

View File

@ -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}