commit: c233bf0df9e1eda57a21dc507fded636f1e772d0
parent: f5128c7cb96d7564cc7bebeae13a319557b84aaa
Author: Dalf <alex@al-f.net>
Date: Sat, 8 Apr 2017 23:32:00 +0200
[fix] framalibre : remove result['thumbnail'] (not used)
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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})