diff --git a/PFERD/crawl/ilias/kit_ilias_html.py b/PFERD/crawl/ilias/kit_ilias_html.py
index d8c347d..ece88c5 100644
--- a/PFERD/crawl/ilias/kit_ilias_html.py
+++ b/PFERD/crawl/ilias/kit_ilias_html.py
@@ -133,7 +133,7 @@ class IliasPage:
# parse it
json_object = json.loads(json_str)
- streams = [stream for stream in json_object["streams"] if stream["type"] == "video"]
+ streams = [stream for stream in json_object["streams"]]
# and just fetch the lone video url!
if len(streams) == 1: