follow up changes in etymonline XPATH engine

dependabot/pip/master/sphinx-6.1.3
Noémi Ványi 6 years ago
parent eea2e8e5f3
commit 5eeb3f2f01

@ -192,10 +192,9 @@ engines:
engine : xpath
paging : True
search_url : http://etymonline.com/?search={query}&p={pageno}
url_xpath : //dt/a[1]/@href
title_xpath : //dt
content_xpath : //dd
suggestion_xpath : //a[@class="crossreference"]
url_xpath : //a[contains(@class, "word--")]/@href
title_xpath : //p[contains(@class, "word__name--")]/text()
content_xpath : //section[contains(@class, "word__defination")]/object
first_page_num : 0
shortcut : et
disabled : True

Loading…
Cancel
Save