mirror of
https://github.com/searxng/searxng.git
synced 2025-12-24 12:40:05 +00:00
add developer info as author
This commit is contained in:
@@ -41,10 +41,11 @@ def response(resp):
|
||||
{
|
||||
'url': result['trackViewUrl'],
|
||||
'title': result['trackName'],
|
||||
'content': result['sellerName'] + ': ' + result['description'],
|
||||
'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