diff --git a/searx/engines/framalibre.py b/searx/engines/framalibre.py index f2eecdc..146cdae 100644 --- a/searx/engines/framalibre.py +++ b/searx/engines/framalibre.py @@ -62,7 +62,6 @@ def response(resp): # append result results.append({'url': href, 'title': title, - 'thumbnail': thumbnail, 'img_src': thumbnail, 'content': content})