1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-02 17:40:18 +02:00

Merge pull request #893 from return42/mvw-video

[mod] mediathekviewweb engine: add data_src and use videos template
This commit is contained in:
Markus Heiser 2022-02-19 00:55:46 +01:00 committed by GitHub
commit e9a227c606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
}
)