Browse Source

[fix] lingva: redirect and parsing error

Bnyro 1 year ago
parent
commit
11c0651ef4
2 changed files with 2 additions and 4 deletions
  1. 1 3
      searx/engines/lingva.py
  2. 1 1
      searx/settings.yml

+ 1 - 3
searx/engines/lingva.py

@@ -16,7 +16,7 @@ about = {
 engine_type = 'online_dictionary'
 engine_type = 'online_dictionary'
 categories = ['general']
 categories = ['general']
 
 
-url = "https://lingva.thedaviddelta.com/"
+url = "https://lingva.thedaviddelta.com"
 search_url = "{url}/api/v1/{from_lang}/{to_lang}/{query}"
 search_url = "{url}/api/v1/{from_lang}/{to_lang}/{query}"
 
 
 
 
@@ -48,8 +48,6 @@ def response(resp):
     infobox = ""
     infobox = ""
 
 
     for translation in info["extraTranslations"]:
     for translation in info["extraTranslations"]:
-        infobox += f"<b>{translation['type']}</b>"
-
         for word in translation["list"]:
         for word in translation["list"]:
             infobox += f"<dl><dt>{word['word']}</dt>"
             infobox += f"<dl><dt>{word['word']}</dt>"
 
 

+ 1 - 1
searx/settings.yml

@@ -1044,7 +1044,7 @@ engines:
     engine: lingva
     engine: lingva
     shortcut: lv
     shortcut: lv
     # set lingva instance in url, by default it will use the official instance
     # set lingva instance in url, by default it will use the official instance
-    # url: https://lingva.thedaviddelta.com/
+    # url: https://lingva.thedaviddelta.com
 
 
   - name: lobste.rs
   - name: lobste.rs
     engine: xpath
     engine: xpath