A cross-platform command-line based Udemy course video downloader.
Choose video quality.
Set Download Start and Download End.
❗By default the courses will be downloaded to the program's main folder. The structure of course content will be preserved.
Proper download directory.
Subtitles download
Linux
Mac
Windows
- use Go 1.19.3 (with prebuilt
go.mod
&go.sum
)
go build -o ./bin/udlx-debug udlx.go
./bin/udlx-debug
-
You should have udemy account and purchased course.
-
Login to udemy -> Right click -> Go to Inspect Element
-
Go to Aplication -> Cookies -> Type access_token in filter, then copy it.
-
Now download the Executables binary from
bin
folder according your platform -
After download execute(double click) the binary file
-
You can also run through terminal
./<executable-file-name>
-
In case permission got change then apply the executable permission
chmod 755 <executable-file-name>
-
Mac doesn't allow to execute binary file directly, so you first need to allow it from security.
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 access_token
to download the courses you have enrolled in.
❗No part of this tool is owned by me!
All credit to maabiddevra
with love ❤️ from space!