From 8dfc1dbc5c0ed4968a7111909dc597a755cc94c6 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 24 Dec 2023 13:03:06 +0100 Subject: [fix] engine - offical URL moved to https://lingva.thedaviddelta.com/ The ML top-level domain has been removed from Freenom ... moved the official instance to https://lingva.thedaviddelta.com [1] To test use translation syntax: !lv en-de Alternative front-end for Google Translate [1] https://fosstodon.org/@thedaviddelta/111376540936289966 Closes: https://github.com/searxng/searxng/issues/2718 Signed-off-by: Markus Heiser --- searx/engines/lingva.py | 2 +- searx/settings.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/searx/engines/lingva.py b/searx/engines/lingva.py index bf51b705..12449971 100644 --- a/searx/engines/lingva.py +++ b/searx/engines/lingva.py @@ -16,7 +16,7 @@ about = { engine_type = 'online_dictionary' categories = ['general'] -url = "https://lingva.ml" +url = "https://lingva.thedaviddelta.com/" search_url = "{url}/api/v1/{from_lang}/{to_lang}/{query}" diff --git a/searx/settings.yml b/searx/settings.yml index 0c461f9e..5f1f7f22 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1034,7 +1034,7 @@ engines: engine: lingva shortcut: lv # set lingva instance in url, by default it will use the official instance - # url: https://lingva.ml + # url: https://lingva.thedaviddelta.com/ - name: lobste.rs engine: xpath -- cgit v1.2.3