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