diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2021-01-07 14:47:34 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-01-07 14:47:34 +0100 |
| commit | b0bb0a3a0f02cb9b496c734f609e0a1b8d70a337 (patch) | |
| tree | 495e64cf6ec5c183c971dc12a53a894e4d4d271e | |
| parent | 14a395a6718949015e53a0b593eaa2f28e43fd27 (diff) | |
[fix] Library Genesis links shifted by 1 #1998
Fixes: #1998
Suggested-by: @linuxmue
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
| -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 d31fbafc6..0a569e59c 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -492,7 +492,7 @@ engines: - name : library genesis engine : xpath search_url : http://libgen.rs/search.php?req={query} - url_xpath : //a[contains(@href,"bookfi.net")]/@href + url_xpath : //a[contains(@href,"bookfi.net/md5")]/@href title_xpath : //a[contains(@href,"book/")]/text()[1] content_xpath : //td/a[1][contains(@href,"=author")]/text() categories : general |