diff options
| author | Paolo Basso <basso.paolo99@gmail.com> | 2021-10-09 20:21:00 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2021-10-11 14:58:44 +0000 |
| commit | 64df011e2f99fceb16c861b28aff0ca5ea74f307 (patch) | |
| tree | 72df09204c6f62b1e8e9b849a3de6ffc512f7c10 /searx/settings.yml | |
| parent | 60edf2623d7c1a6b394638c6673c0d981674c570 (diff) | |
[mod] engines - add zlibrary engine
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index c599f04d3..8ad88e103 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -801,6 +801,17 @@ 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 + - name: library of congress engine: loc shortcut: loc |