This commit is contained in:
2025-02-09 17:30:38 +01:00
parent 0fe088ea46
commit e2ea556916

View File

@@ -122,7 +122,7 @@ def generate_video_page(base_dir, out_dir, base_html, showing_html, media):
file_type, file_src = media['file'].split(':', 1)
actions = {
'extern': extern_video,
'url': url_video
'url': url_video,
'iframe': iframe_video,
'youtube': youtube_video
}