mirror of
https://github.com/searxng/searxng.git
synced 2025-12-28 22:50:01 +00:00
remove thumbnail from results
This commit is contained in:
@@ -49,7 +49,6 @@ def response(resp):
|
||||
'title': result['trackName'],
|
||||
'content': result['description'],
|
||||
'img_src': result['artworkUrl100'],
|
||||
'thumbnail': result['screenshotUrls'][0],
|
||||
'publishedDate': parse(result['currentVersionReleaseDate']),
|
||||
'author': result['sellerName'],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user