瀏覽代碼

[fix] framalibre : remove result['thumbnail'] (not used)

Dalf 8 年之前
父節點
當前提交
c233bf0df9
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. 0
    1
      searx/engines/framalibre.py

+ 0
- 1
searx/engines/framalibre.py 查看文件

62
         # append result
62
         # append result
63
         results.append({'url': href,
63
         results.append({'url': href,
64
                         'title': title,
64
                         'title': title,
65
-                        'thumbnail': thumbnail,
66
                         'img_src': thumbnail,
65
                         'img_src': thumbnail,
67
                         'content': content})
66
                         'content': content})
68
 
67