mirror of
https://github.com/searxng/searxng.git
synced 2024-11-19 19:00:10 +01:00
Merge pull request #1937 from BoxingOctopus/fix/disable_zlib
Disabling zlibrary due to z-lib.org domain seizure
This commit is contained in:
commit
117f69fa13
@ -890,16 +890,19 @@ engines:
|
|||||||
require_api_key: false
|
require_api_key: false
|
||||||
results: HTML
|
results: HTML
|
||||||
|
|
||||||
- name: z-library
|
# Disabling zlibrary due to z-lib.org domain seizure
|
||||||
engine: zlibrary
|
# https://github.com/searxng/searxng/pull/1937
|
||||||
shortcut: zlib
|
#
|
||||||
categories: files
|
# - name: z-library
|
||||||
timeout: 3.0
|
# engine: zlibrary
|
||||||
# choose base_url, otherwise engine will do it at initialization time
|
# shortcut: zlib
|
||||||
# base_url: https://b-ok.cc
|
# categories: files
|
||||||
# base_url: https://de1lib.org
|
# timeout: 3.0
|
||||||
# base_url: https://booksc.eu # does not have cover preview
|
# # choose base_url, otherwise engine will do it at initialization time
|
||||||
# base_url: https://booksc.org # does not have cover preview
|
# # 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
|
- name: library of congress
|
||||||
engine: loc
|
engine: loc
|
||||||
|
Loading…
Reference in New Issue
Block a user