diff options
Diffstat (limited to 'searx/engines')
-rw-r--r-- | searx/engines/mediathekviewweb.py | 2 |
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', } ) |