feat(SearXNG): bump to latest
This commit is contained in:
parent
f6af1454be
commit
2a7d337d36
@ -83,7 +83,6 @@ server:
|
|||||||
method: "GET"
|
method: "GET"
|
||||||
default_http_headers:
|
default_http_headers:
|
||||||
X-Content-Type-Options: nosniff
|
X-Content-Type-Options: nosniff
|
||||||
X-XSS-Protection: 1; mode=block
|
|
||||||
X-Download-Options: noopen
|
X-Download-Options: noopen
|
||||||
X-Robots-Tag: noindex, nofollow
|
X-Robots-Tag: noindex, nofollow
|
||||||
Referrer-Policy: no-referrer
|
Referrer-Policy: no-referrer
|
||||||
@ -794,6 +793,12 @@ engines:
|
|||||||
require_api_key: false
|
require_api_key: false
|
||||||
results: JSON
|
results: JSON
|
||||||
|
|
||||||
|
- name: goodreads
|
||||||
|
engine: goodreads
|
||||||
|
shortcut: good
|
||||||
|
timeout: 4.0
|
||||||
|
disabled: true
|
||||||
|
|
||||||
- name: google
|
- name: google
|
||||||
engine: google
|
engine: google
|
||||||
shortcut: go
|
shortcut: go
|
||||||
@ -988,8 +993,9 @@ engines:
|
|||||||
|
|
||||||
- name: library genesis
|
- name: library genesis
|
||||||
engine: xpath
|
engine: xpath
|
||||||
search_url: https://libgen.fun/search.php?req={query}
|
# search_url: https://libgen.is/search.php?req={query}
|
||||||
url_xpath: //a[contains(@href,"get.php?md5")]/@href
|
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]
|
title_xpath: //a[contains(@href,"book/")]/text()[1]
|
||||||
content_xpath: //td/a[1][contains(@href,"=author")]/text()
|
content_xpath: //td/a[1][contains(@href,"=author")]/text()
|
||||||
categories: files
|
categories: files
|
||||||
|
Loading…
Reference in New Issue
Block a user