diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-11-10 21:29:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-10 21:29:45 +0100 |
| commit | 117f69fa138ab5a50932ac673bf9f88033cbba33 (patch) | |
| tree | 14963e7c93f67da3ea910526eeaae592817d4b3a | |
| parent | ee4475ff4b7f1d7d687606664c3b1dd4cafe5a99 (diff) | |
| parent | 408200c87e1c2ed2f526805a474d45bab3c4ea7d (diff) | |
Merge pull request #1937 from BoxingOctopus/fix/disable_zlib
Disabling zlibrary due to z-lib.org domain seizure
| -rw-r--r-- | searx/settings.yml | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 59df409a8..21793124d 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -890,16 +890,19 @@ engines: require_api_key: false results: HTML - - name: z-library - engine: zlibrary - shortcut: zlib - categories: files - timeout: 3.0 - # choose base_url, otherwise engine will do it at initialization time - # base_url: https://b-ok.cc - # base_url: https://de1lib.org - # base_url: https://booksc.eu # does not have cover preview - # base_url: https://booksc.org # does not have cover preview + # Disabling zlibrary due to z-lib.org domain seizure + # https://github.com/searxng/searxng/pull/1937 + # + # - name: z-library + # engine: zlibrary + # shortcut: zlib + # categories: files + # timeout: 3.0 + # # choose base_url, otherwise engine will do it at initialization time + # # base_url: https://b-ok.cc + # # base_url: https://de1lib.org + # # base_url: https://booksc.eu # does not have cover preview + # # base_url: https://booksc.org # does not have cover preview - name: library of congress engine: loc |