forked from zaclys/searxng
Merge pull request #520 from return42/fix-genesis-http
[fix] enigne library genesis - remove 'enable_http: true'
This commit is contained in:
commit
95c296646c
|
@ -801,7 +801,6 @@ engines:
|
||||||
|
|
||||||
- name: library genesis
|
- name: library genesis
|
||||||
engine: xpath
|
engine: xpath
|
||||||
enable_http: true
|
|
||||||
search_url: https://libgen.rs/search.php?req={query}
|
search_url: https://libgen.rs/search.php?req={query}
|
||||||
url_xpath: //a[contains(@href,"bookfi.net/md5")]/@href
|
url_xpath: //a[contains(@href,"bookfi.net/md5")]/@href
|
||||||
title_xpath: //a[contains(@href,"book/")]/text()[1]
|
title_xpath: //a[contains(@href,"book/")]/text()[1]
|
||||||
|
|
Loading…
Reference in New Issue