diff options
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 42c484ff3..ee0735fef 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -313,6 +313,7 @@ engines: - name: bing engine: bing shortcut: bi + disabled: true - name: bing images engine: bing_images @@ -479,7 +480,6 @@ engines: - name: duckduckgo engine: duckduckgo shortcut: ddg - disabled: true - name: duckduckgo images engine: duckduckgo_images @@ -1539,10 +1539,10 @@ engines: paging: true categories: [general, web] search_url: https://www.mojeek.com/search?q={query}&s={pageno} - results_xpath: /html/body//div[@class="results"]/ul[@class="results-standard"]/li - url_xpath: ./h2/a/@href - title_xpath: ./h2 - content_xpath: ./p[@class="s"] + results_xpath: //a[@class="ob"] + url_xpath: ./@href + title_xpath: ./.. + 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 @@ -1689,7 +1689,7 @@ engines: paging: true first_page_num: 0 search_url: https://search.brave.com/search?q={query}&offset={pageno}&spellcheck=1 - url_xpath: //div[@class="snippet fdb"]/a/@href + url_xpath: //a[@class="result-header"]/@href title_xpath: //span[@class="snippet-title"] content_xpath: //p[1][@class="snippet-description"] suggestion_xpath: //div[@class="text-gray h6"]/a |