Skip to content

Commit

Permalink
[fix] engine - offical URL moved to https://lingva.thedaviddelta.com/
Browse files Browse the repository at this point in the history
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: searxng#2718
Signed-off-by: Markus Heiser <[email protected]>
  • Loading branch information
return42 committed Dec 25, 2023
1 parent 2863b0f commit 8dfc1db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion searx/engines/lingva.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
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}"


Expand Down
2 changes: 1 addition & 1 deletion searx/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8dfc1db

Please sign in to comment.