From cb8092a118bfc784a0fd70852e97ca8a4e1fa6f0 Mon Sep 17 00:00:00 2001 From: Oscar Lai Date: Wed, 23 May 2018 15:41:26 +1000 Subject: [PATCH] Added youtube tutorials for Windows --- Readme.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 26c2c5b..24ab828 100644 --- a/Readme.md +++ b/Readme.md @@ -7,7 +7,7 @@ The way this script works _should_ support all university's echo360 system in th See it in action:

- echo360 demo + echo360 demo

# Getting Started @@ -194,6 +194,13 @@ The UUID (Unified Unique IDentifier) is the last element of the URL. So in the a 041698d6-f43a-4b09-a39a-b90475a63530 +### I'm not sure of how to run it? + +First, you'd need to install [Python](https://www.python.org/downloads/) in your system. Then, you can follow the youtube tutorial videos to get an idea of how to use the module. + +- For [Windows users](https://www.youtube.com/watch?v=Lv1wtjnCcwI) (and showcased how to retrieve actual echo360 course url) +[![](https://img.youtube.com/vi/Lv1wtjnCcwI/0.jpg)](https://www.youtube.com/watch?v=Lv1wtjnCcwI) + ### Technical details The current script uses a web-driver to emulate as a web-browser in order to retrieve the original streaming link. There are current two options for the web-driver: PhantomJS and Chrome. It then uses a hls downloader to simultaneously download all the smaller parts of the videos, and combined into one. Transcoding into mp4 will be performed if ffmpeg is present in your system, and all files will be renamed into a nice format.