mirror of
https://github.com/searxng/searxng
synced 2024-11-05 06:01:05 +00:00
Merge pull request #893 from return42/mvw-video
[mod] mediathekviewweb engine: add data_src and use videos template
This commit is contained in:
commit
e9a227c606
@ -68,6 +68,8 @@ def response(resp):
|
|||||||
'title': "%(channel)s: %(title)s (%(hms)s)" % item,
|
'title': "%(channel)s: %(title)s (%(hms)s)" % item,
|
||||||
'length': item['hms'],
|
'length': item['hms'],
|
||||||
'content': "%(description)s" % item,
|
'content': "%(description)s" % item,
|
||||||
|
'iframe_src': item['url_video_hd'],
|
||||||
|
'template': 'videos.html',
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user