diff options
author | Alexandre Flament <alex@al-f.net> | 2020-12-07 10:19:34 +0100 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2020-12-07 10:19:34 +0100 |
commit | b3032cf95374a3f3211c73313df1e8a68538a794 (patch) | |
tree | 3dc3deeda0e9a2d7790a1ee92e050f965d9203e5 /searx | |
parent | cdceec1cbb2ca894572396e0a68c2d09b0769231 (diff) | |
download | searxng-b3032cf95374a3f3211c73313df1e8a68538a794.tar.gz searxng-b3032cf95374a3f3211c73313df1e8a68538a794.zip |
[mod] libgen: update the URL to http://libgen.rs/
https://libgen.is actually redirect to http://libgen.rs/
It seems there is no HTTPS version:
* https://www.wikidata.org/wiki/Q22017206
* https://librarygenesis.net/
Diffstat (limited to 'searx')
-rw-r--r-- | searx/settings.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 04b658e0a..9fd9a11cc 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -490,7 +490,7 @@ engines: - name : library genesis engine : xpath - search_url : https://libgen.is/search.php?req={query} + search_url : http://libgen.rs/search.php?req={query} url_xpath : //a[contains(@href,"bookfi.net")]/@href title_xpath : //a[contains(@href,"book/")]/text()[1] content_xpath : //td/a[1][contains(@href,"=author")]/text() |