mirror of
https://github.com/searxng/searxng
synced 2024-11-03 09:40:20 +00:00
[fix] mojeek engine: XPath
Update the XPath of the Mojeek engine.
This commit is contained in:
parent
36db2679c3
commit
6bdc66b70e
@ -1585,8 +1585,8 @@ engines:
|
|||||||
search_url: https://www.mojeek.com/search?q={query}&s={pageno}
|
search_url: https://www.mojeek.com/search?q={query}&s={pageno}
|
||||||
results_xpath: //a[@class="ob"]
|
results_xpath: //a[@class="ob"]
|
||||||
url_xpath: ./@href
|
url_xpath: ./@href
|
||||||
title_xpath: ./..
|
title_xpath: ./h2
|
||||||
content_xpath: ../../p[@class="s"]
|
content_xpath: ../p[@class="s"]
|
||||||
suggestion_xpath: /html/body//div[@class="top-info"]/p[@class="top-info spell"]/a
|
suggestion_xpath: /html/body//div[@class="top-info"]/p[@class="top-info spell"]/a
|
||||||
first_page_num: 0
|
first_page_num: 0
|
||||||
page_size: 10
|
page_size: 10
|
||||||
|
Loading…
Reference in New Issue
Block a user