Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit baeb3ff9 authored by firebovine's avatar firebovine
Browse files

fix xpath expressions for urban dictionary

parent 8d4dd3c5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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