r0oth3x49 / udemy-dl

A cross-platform python based utility to download courses from udemy for personal offline use.
MIT License
4.83k stars 1.19k forks source link

Create a local website for the downloaded course #548

Closed karimelgazar closed 3 years ago

karimelgazar commented 3 years ago

Hi 😃, I created a tool to create a local website for the downloaded course.

The purpose of this project is to access your videos, subtitles, and HTML files all in one place so you can focus only on learning.

please see this link to know more about it

r0oth3x49 commented 3 years ago

The project seems cool, but the question arises is people want to take off the courses from web to there personal PC/LAPTOP why would they again do that to access it on local web? though this seems good but people are lazy even i 'm, I don't want to run multiple things every time i restart my PC.

karimelgazar commented 3 years ago

Hi 😃, No, they need to run the script only one time in their whole life 😁 the script will create "index.html" file (Please see the image below) for every unit (a group of videos for example 1. introduction) in the course and also another one for the whole course and they will stay on the local disk forever so if the user wanted to access the course again they only need to open the "index.html" file in their web browser

https://github.com/karimelgazar/course_to_local_website/blob/master/preview/wallpaper.png

r0oth3x49 commented 3 years ago

will consider this later on for now closing the PR. and try out the latest version i just pushed.