From 2a7d337d36e74d399a16f44163a71d2f89005958 Mon Sep 17 00:00:00 2001 From: ange Date: Thu, 1 Feb 2024 22:43:16 +0100 Subject: [PATCH] feat(SearXNG): bump to latest --- searxng/config/settings.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/searxng/config/settings.yml b/searxng/config/settings.yml index 8fb9701..9aa9a9a 100644 --- a/searxng/config/settings.yml +++ b/searxng/config/settings.yml @@ -83,7 +83,6 @@ server: method: "GET" default_http_headers: X-Content-Type-Options: nosniff - X-XSS-Protection: 1; mode=block X-Download-Options: noopen X-Robots-Tag: noindex, nofollow Referrer-Policy: no-referrer @@ -794,6 +793,12 @@ engines: require_api_key: false results: JSON + - name: goodreads + engine: goodreads + shortcut: good + timeout: 4.0 + disabled: true + - name: google engine: google shortcut: go @@ -988,8 +993,9 @@ engines: - name: library genesis engine: xpath - search_url: https://libgen.fun/search.php?req={query} - url_xpath: //a[contains(@href,"get.php?md5")]/@href + # search_url: https://libgen.is/search.php?req={query} + search_url: https://libgen.rs/search.php?req={query} + url_xpath: //a[contains(@href,"book/index.php?md5")]/@href title_xpath: //a[contains(@href,"book/")]/text()[1] content_xpath: //td/a[1][contains(@href,"=author")]/text() categories: files