ソースを参照

[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,7 +62,6 @@ def response(resp):
62 62
         # append result
63 63
         results.append({'url': href,
64 64
                         'title': title,
65
-                        'thumbnail': thumbnail,
66 65
                         'img_src': thumbnail,
67 66
                         'content': content})
68 67