display if an engine does not support https

Closes #302
This commit is contained in:
Noémi Ványi 2020-12-09 17:33:18 +01:00
parent 42a194898b
commit 3a63dfbdd7
10 changed files with 46 additions and 11 deletions

View file

@ -15,6 +15,7 @@ categories = ['general']
url = 'https://api.mymemory.translated.net/get?q={query}&langpair={from_lang}|{to_lang}{key}'
web_url = 'https://mymemory.translated.net/en/{from_lang}/{to_lang}/{query}'
weight = 100
https_support = True
parser_re = re.compile('.*?([a-z]+)-([a-z]+) (.{2,})$', re.I)
api_key = ''