diff options
author | Paolo Basso <12545838+paolobasso99@users.noreply.github.com> | 2023-06-25 18:32:15 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-07-07 21:36:51 +0200 |
commit | cada89ee3648de6ca5b458aeacafe6c10d5230a2 (patch) | |
tree | a23c198c3634f5e81435af53a53967b4ff635401 /searx/sxng_locales.py | |
parent | cb92767f192c474c2bb7d9ff04f2f61518eaf2e8 (diff) | |
download | searxng-cada89ee3648de6ca5b458aeacafe6c10d5230a2.tar.gz searxng-cada89ee3648de6ca5b458aeacafe6c10d5230a2.zip |
[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
Diffstat (limited to 'searx/sxng_locales.py')
-rw-r--r-- | searx/sxng_locales.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/sxng_locales.py b/searx/sxng_locales.py index 2cbf2fcc2..399d029ee 100644 --- a/searx/sxng_locales.py +++ b/searx/sxng_locales.py @@ -41,6 +41,7 @@ sxng_locales = ( ('es-US', 'Español', 'Estados Unidos', 'Spanish', '\U0001f1fa\U0001f1f8'), ('et', 'Eesti', '', 'Estonian', '\U0001f310'), ('et-EE', 'Eesti', 'Eesti', 'Estonian', '\U0001f1ea\U0001f1ea'), + ('fa', 'فارسی', '', 'Persian', '\U0001f310'), ('fi', 'Suomi', '', 'Finnish', '\U0001f310'), ('fi-FI', 'Suomi', 'Suomi', 'Finnish', '\U0001f1eb\U0001f1ee'), ('fr', 'Français', '', 'French', '\U0001f310'), |