summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2022-02-19 00:55:46 +0100
committerGitHub <noreply@github.com>2022-02-19 00:55:46 +0100
commite9a227c6069aba68a40c39cd165b10ae00d40fa9 (patch)
tree8b27e75e00fa6075b5c37d00bc1f44b2ad5871a2
parent29182eb1c9b13a2f0e6d390f5aae6bebb71955a7 (diff)
parent943a7fdcb5645a7f9108a6d2d7979f55d751d1e0 (diff)
Merge pull request #893 from return42/mvw-video
[mod] mediathekviewweb engine: add data_src and use videos template
-rw-r--r--searx/engines/mediathekviewweb.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/searx/engines/mediathekviewweb.py b/searx/engines/mediathekviewweb.py
index 991dcbc7b..e28ce16c1 100644
--- a/searx/engines/mediathekviewweb.py
+++ b/searx/engines/mediathekviewweb.py
@@ -68,6 +68,8 @@ def response(resp):
'title': "%(channel)s: %(title)s (%(hms)s)" % item,
'length': item['hms'],
'content': "%(description)s" % item,
+ 'iframe_src': item['url_video_hd'],
+ 'template': 'videos.html',
}
)