mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[feat] engine: re-enables z-library (zlibrary-global.se)
- re-enables z-library as the new domain zlibrary-global.se is now available
from the open web. The announcement of the domain:
https://www.reddit.com/r/zlibrary/comments/13whe08/mod_note_zlibraryglobalse_domain_is_officially/
It is an official domain, it requires to log in to the "personal" subdomain
only to download files, but the search works.
- changes the result template of zlibrary to paper.html, filling the appropriate fields
- implements language filtering for zlibrary
- implement zlibrary custom filters (engine traits)
- refactor and document the zlibrary engine
This commit is contained in:
parent
cb92767f19
commit
cada89ee36
5 changed files with 808 additions and 78 deletions
|
|
@ -909,19 +909,11 @@ engines:
|
|||
require_api_key: false
|
||||
results: HTML
|
||||
|
||||
# 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: z-library
|
||||
engine: zlibrary
|
||||
shortcut: zlib
|
||||
categories: files
|
||||
timeout: 7.0
|
||||
|
||||
- name: library of congress
|
||||
engine: loc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue