diff options
Diffstat (limited to 'searx/engines/scanr_structures.py')
| -rw-r--r-- | searx/engines/scanr_structures.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/searx/engines/scanr_structures.py b/searx/engines/scanr_structures.py index ad27079dd..7a5415e54 100644 --- a/searx/engines/scanr_structures.py +++ b/searx/engines/scanr_structures.py @@ -77,8 +77,7 @@ def response(resp): { 'url': url + 'structure/' + result['id'], 'title': result['label'], - # 'thumbnail': thumbnail, - 'img_src': thumbnail, + 'thumbnail': thumbnail, 'content': html_to_text(content), } ) |