mirror of
https://github.com/searxng/searxng.git
synced 2024-11-05 09:00:02 +00:00
[fix] libgen.fun is down, switch to libgen.rs
Closes: https://github.com/searxng/searxng/issues/3178 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
6d31ca28b5
commit
be0d756ad5
1 changed files with 3 additions and 2 deletions
|
@ -1006,8 +1006,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
|
||||
|
|
Loading…
Reference in a new issue