From cada89ee3648de6ca5b458aeacafe6c10d5230a2 Mon Sep 17 00:00:00 2001 From: Paolo Basso <12545838+paolobasso99@users.noreply.github.com> Date: Sun, 25 Jun 2023 18:32:15 +0200 Subject: [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 --- docs/dev/engines/online/zlibrary.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/dev/engines/online/zlibrary.rst (limited to 'docs/dev') diff --git a/docs/dev/engines/online/zlibrary.rst b/docs/dev/engines/online/zlibrary.rst new file mode 100644 index 000000000..fb197abff --- /dev/null +++ b/docs/dev/engines/online/zlibrary.rst @@ -0,0 +1,13 @@ +.. _zlibrary engine: + +========= +Z-Library +========= + +.. contents:: Contents + :depth: 2 + :local: + :backlinks: entry + +.. automodule:: searx.engines.zlibrary + :members: -- cgit v1.2.3