A cross platform (Windows, Mac, Linux) desktop application for downloading Udemy Courses.
This software is intended to help you download Udemy courses for personal use only. Sharing the content of your subscribed courses is strictly prohibited under Udemy Terms of Use. Each and every course on Udemy is subjected to copyright infringement. This software does not magically download any paid course available on Udemy, you need to provide your Udemy login credentials to download the courses you have enrolled in. Udeler downloads the lecture videos by simply using the source of the video player returned to the user by Udemy after proper authentication, you can also do the same manually. Many download managers use same method to download videos on a web page. This app only automates the process of a user doing this manually in a web browser.
By default the courses will be downloaded to the user's Download folder. The structure of course content will be preserved.
You must have npm and nodejs installed.
1. Clone the project
2. Run npm install
3. Run npm start
Detect Platform:
npm run dist
Windows:
npm run build-win
Mac:
npm run build-mac
Linux:
npm run build-linux
Cross Platform:
npm run build
Append "-- --ia32" to npm run command
Example:
npm run build-win -- --ia32