mirror of
https://github.com/searxng/searxng.git
synced 2024-11-04 20:30:11 +01:00
remove thumbnail from results
This commit is contained in:
parent
78bff4618c
commit
5057007270
@ -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'],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user