diff options
| author | Vipul <finn02@disroot.org> | 2019-09-14 12:37:39 +0000 |
|---|---|---|
| committer | Vipul <finn02@disroot.org> | 2019-12-22 13:04:46 +0000 |
| commit | ee6781d777f3a95f6e1c23499ecbc7257d5e35ec (patch) | |
| tree | 1062083c13c611fc69522bca5cd7c224166a7903 /searx | |
| parent | 8e62f7600f4582b913c92d56ffbafc22e37abe3b (diff) | |
[Fix] Libgen engine
Libgen has switched to new domain (i.e https://libgen.is) with TLS
support and older domain (i.e. http://libgen.io) is no longer
accessible. See, https://en.wikipedia.org/wiki/Library_Genesis, for more
information.
Resolves: #1693
Diffstat (limited to 'searx')
| -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 cf2b13e08..539049ea0 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -407,7 +407,7 @@ engines: - name : library genesis engine : xpath - search_url : http://libgen.io/search.php?req={query} + search_url : https://libgen.is/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() |