mirror of https://github.com/searxng/searxng.git
remove thumbnail from results
This commit is contained in:
parent
78bff4618c
commit
5057007270
|
@ -49,7 +49,6 @@ def response(resp):
|
||||||
'title': result['trackName'],
|
'title': result['trackName'],
|
||||||
'content': result['description'],
|
'content': result['description'],
|
||||||
'img_src': result['artworkUrl100'],
|
'img_src': result['artworkUrl100'],
|
||||||
'thumbnail': result['screenshotUrls'][0],
|
|
||||||
'publishedDate': parse(result['currentVersionReleaseDate']),
|
'publishedDate': parse(result['currentVersionReleaseDate']),
|
||||||
'author': result['sellerName'],
|
'author': result['sellerName'],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue