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 ):