fix xpath expressions for urban dictionary

This commit is contained in:
firebovine 2016-09-10 17:08:34 -04:00
parent 8d4dd3c515
commit baeb3ff911
1 changed files with 3 additions and 3 deletions

View File

@ -450,9 +450,9 @@ engines:
# - name : urbandictionary
# engine : xpath
# search_url : http://www.urbandictionary.com/define.php?term={query}
# url_xpath : //div[@class="word"]//a/@href
# title_xpath : //div[@class="word"]//a
# content_xpath : //div[@class="definition"]
# url_xpath : //*[@class="word"]/@href
# title_xpath : //*[@class="def-header"]
# content_xpath : //*[@class="meaning"]
# shortcut : ud
- name : yahoo