diff options
author | Léon Tiekötter <leon@tiekoetter.com> | 2022-06-17 09:32:53 +0200 |
---|---|---|
committer | Léon Tiekötter <leon@tiekoetter.com> | 2022-06-17 09:32:53 +0200 |
commit | 6bdc66b70e3c3940d12e7507fad1fb31ec6ef5b4 (patch) | |
tree | 0296eb82d91699662cd261f075d8b34dce537371 /searx/settings.yml | |
parent | 36db2679c3105ce013e08e7daa012f820d22f276 (diff) | |
download | searxng-6bdc66b70e3c3940d12e7507fad1fb31ec6ef5b4.tar.gz searxng-6bdc66b70e3c3940d12e7507fad1fb31ec6ef5b4.zip |
[fix] mojeek engine: XPath
Update the XPath of the Mojeek engine.
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 4ade99a06..709e43627 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1585,8 +1585,8 @@ engines: search_url: https://www.mojeek.com/search?q={query}&s={pageno} results_xpath: //a[@class="ob"] url_xpath: ./@href - title_xpath: ./.. - content_xpath: ../../p[@class="s"] + title_xpath: ./h2 + content_xpath: ../p[@class="s"] suggestion_xpath: /html/body//div[@class="top-info"]/p[@class="top-info spell"]/a first_page_num: 0 page_size: 10 |