From 5d80f859a2da5e0b24fb7cf976574f5f2639014f Mon Sep 17 00:00:00 2001 From: pravin1237 <72181626+pravin1237@users.noreply.github.com> Date: Thu, 1 Oct 2020 12:43:21 +0530 Subject: [PATCH] Update build-html.py --- build-html.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/build-html.py b/build-html.py index 338a702..c77363c 100644 --- a/build-html.py +++ b/build-html.py @@ -13,10 +13,11 @@ # list of videos that correlate with the lectures - play through the commentary (sit and watch) -videos = { "Introduction" : "https://www.youtube.com/embed/V5jkHVk1fXE?start=5&autoplay=1", - "Internet and Web" : "https://www.youtube.com/embed/8CBhwckd9eo?start=5&autoplay=1", - "Fundamentals of HTML and CSS" : "https://www.youtube.com/embed/bFhOCKI4eUI?start=5&autoplay=1", - "Productive Web Programming" : "https://www.youtube.com/embed/9V2e_V1hl_c?start=5&autoplay=1" +videos = { + "Introduction" : "https://www.youtube.com/embed/V5jkHVk1fXE?start=5&autoplay=1", + "Internet and Web" : "https://www.youtube.com/embed/8CBhwckd9eo?start=5&autoplay=1", + "Fundamentals of HTML and CSS" : "https://www.youtube.com/embed/bFhOCKI4eUI?start=5&autoplay=1", + "Productive Web Programming" : "https://www.youtube.com/embed/9V2e_V1hl_c?start=5&autoplay=1" } @@ -126,13 +127,13 @@ def findNum( fileNameAndPath, subStr ):