diff --git a/searx/engines/9gag.py b/searx/engines/9gag.py index 6482ca811..5c0f54c26 100644 --- a/searx/engines/9gag.py +++ b/searx/engines/9gag.py @@ -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'), } )