summaryrefslogtreecommitdiff
path: root/searx/engines/sepiasearch.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/engines/sepiasearch.py')
-rw-r--r--searx/engines/sepiasearch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/sepiasearch.py b/searx/engines/sepiasearch.py
index 291277b1f..9c45d6c43 100644
--- a/searx/engines/sepiasearch.py
+++ b/searx/engines/sepiasearch.py
@@ -98,7 +98,7 @@ def response(resp):
'length': length,
'template': 'videos.html',
'publishedDate': publishedDate,
- 'data_src': result.get('embedUrl'),
+ 'iframe_src': result.get('embedUrl'),
'thumbnail': thumbnail,
}
)