mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
support playing videos directly
This commit is contained in:
@@ -60,6 +60,7 @@ def response(resp):
|
||||
'content': result['description'],
|
||||
'publishedDate': datetime.utcfromtimestamp(result['creationTs']),
|
||||
'thumbnail': result['images']['imageFbThumbnail']['url'],
|
||||
'iframe_src': result['images'].get('image460sv', {}).get('url'),
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user