diff --git a/searx/settings.yml b/searx/settings.yml index f502a6fc0..a339b0a91 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -964,6 +964,21 @@ engines: timeout: 8.0 disabled: true + - name: gabanza + engine: xpath + search_url: https://www.gabanza.com/search?query={query} + shortcut: gab + disabled: true + results_xpath: //div[contains(@class, "border-t")]/div/div + url_xpath: .//a/@href + title_xpath: ./a + content_xpath: .//p + about: + website: https://www.gabanza.com + use_official_api: false + require_api_key: false + results: HTML + - name: geizhals engine: geizhals shortcut: geiz