diff options
author | Alexandre Flament <alex@al-f.net> | 2020-12-08 20:33:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-08 20:33:53 +0100 |
commit | 42a194898baf96e15edeb9268fbec5ecd4423c09 (patch) | |
tree | 6466b53e94cc68cefda80f46fdad81bbfa79676b | |
parent | a77d8c8227baa4d9080cd98dffb0b37cbf5ac6bd (diff) | |
parent | b3032cf95374a3f3211c73313df1e8a68538a794 (diff) | |
download | searxng-42a194898baf96e15edeb9268fbec5ecd4423c09.tar.gz searxng-42a194898baf96e15edeb9268fbec5ecd4423c09.zip |
Merge pull request #2360 from dalf/update-libgen
[mod] libgen: update the URL to http://libgen.rs/
-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 412d0fd1f..132bf620b 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -491,7 +491,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() |