diff --git a/searx/engines/tagesschau.py b/searx/engines/tagesschau.py index 4a36747c8..e50be90d0 100644 --- a/searx/engines/tagesschau.py +++ b/searx/engines/tagesschau.py @@ -83,7 +83,8 @@ def _story(item): def _video(item): - video_url = item['streams']['h264s'] + streams = item['streams'] + video_url = streams.get('h264s') or streams.get('h264m') or streams.get('h264l') or streams.get('h264xl') title = item['title'] if "_vapp.mxf" in title: