Adding Urban Dictionary xpath engine

This commit is contained in:
Lorenzo J. Lucchini 2016-07-07 00:41:59 +02:00 committed by firebovine
parent a8907224a1
commit 05206f86e3
1 changed files with 8 additions and 0 deletions

View File

@ -494,6 +494,14 @@ engines:
engine : wolframalpha_noapi
timeout: 6.0
categories : science
- name : urbandictionary
engine : xpath
search_url : http://www.urbandictionary.com/define.php?term={query}
url_xpath : //*[@class="word"]/@href
title_xpath : //*[@class="word"]
content_xpath : //*[@class="meaning"]
shortcut : ud
- name : dictzone
engine : dictzone