2
0
mirror of https://github.com/searx/searx synced 2025-09-04 00:15:46 +00:00

Merge pull request #2360 from dalf/update-libgen

[mod] libgen: update the URL to http://libgen.rs/
This commit is contained in:
Alexandre Flament
2020-12-08 20:33:53 +01:00
committed by GitHub

View File

@@ -491,7 +491,7 @@ engines:
- name : library genesis - name : library genesis
engine : xpath 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 url_xpath : //a[contains(@href,"bookfi.net")]/@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()