diff --git a/server/vbv_lernwelt/learnpath/create_default_learning_path.py b/server/vbv_lernwelt/learnpath/create_default_learning_path.py index 7226fba7..7af22f26 100644 --- a/server/vbv_lernwelt/learnpath/create_default_learning_path.py +++ b/server/vbv_lernwelt/learnpath/create_default_learning_path.py @@ -276,7 +276,7 @@ wichtige Grundlage für eine erfolgreiche Beziehung. ( "video", VideoBlockFactory( - url="https://onedrive.live.com/embed?resid=DCD820C250C20AF4%21169173&authkey=!ADqbWiLHZMcqrJQ&cid=DCD820C250C20AF4", + url="https://player.vimeo.com/video/772512710?h=30f912f15a", description="Willkommen im Lehrgang Versicherungsvermitler VBV", ), ) @@ -367,15 +367,6 @@ def create_circle_analyse(lp): LearningContentFactory( title="Verschaff dir einen Überblick", parent=circle, - contents=[ - ( - "video", - VideoBlockFactory( - url="https://onedrive.live.com/embed?cid=26E4A934B79DCE5E&resid=26E4A934B79DCE5E%2153352&authkey=ABAdnARrD5VsIG8", - description="", - ), - ) - ], ) LearningSequenceFactory(title="Beobachten", parent=circle, icon="it-icon-ls-watch")