diff options
author | Ryan Draga <ryan.draga@boxingoctop.us> | 2022-11-06 10:26:36 -0500 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2022-11-10 21:18:21 +0100 |
commit | 408200c87e1c2ed2f526805a474d45bab3c4ea7d (patch) | |
tree | 14963e7c93f67da3ea910526eeaae592817d4b3a /searx/settings.yml | |
parent | ee4475ff4b7f1d7d687606664c3b1dd4cafe5a99 (diff) | |
download | searxng-408200c87e1c2ed2f526805a474d45bab3c4ea7d.tar.gz searxng-408200c87e1c2ed2f526805a474d45bab3c4ea7d.zip |
[fix] disabling zlibrary due to z-lib.org domain seizure
Diffstat (limited to 'searx/settings.yml')
-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 |