summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
Diffstat (limited to 'searx')
-rw-r--r--searx/engines/9gag.py1
1 files changed, 1 insertions, 0 deletions
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'),
}
)