Browse Source

[mod] mediathekviewweb engine: add iframe_src and use videos template

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Markus Heiser 3 years ago
parent
commit
943a7fdcb5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      searx/engines/mediathekviewweb.py

+ 2 - 0
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',
             }
         )