From 24f32c1154623cdca8371a51286acb956c17e04c Mon Sep 17 00:00:00 2001 From: "g.minoccari" Date: Thu, 8 Oct 2020 11:58:48 +0200 Subject: [PATCH] Aggiunto log sui file saltati --- aulavirtuale-dl.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aulavirtuale-dl.py b/aulavirtuale-dl.py index eb1b3d6..b041ef1 100644 --- a/aulavirtuale-dl.py +++ b/aulavirtuale-dl.py @@ -22,8 +22,11 @@ meetingsID = { '061020': '17d59e4eb742c498e605406fd441c1a2d7eb4bf0-1601984780753' } + + for (date, meetId) in meetingsID.items(): if(os.path.exists(f"Gestione{date}joinedWithSlide.mp4")): + print("Il video e' gia' stato scaricato") continue #Assemblo il comando ffmpeg con i riferimenti web a video e audio della presentazione con id {meetId}