mirror of https://github.com/searxng/searxng.git
add developer info as author
This commit is contained in:
parent
e5c1b64b1d
commit
bcae7ae4e3
|
@ -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'],
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue