Mini script for downloading Videos & Assets from Udemy and Udemy Business
Version 1.3
Author: Andy Tran
Sourcecode: Github
- Supports both Udemy and Udemy Business
- Login once
- List all enrolled courses and download 'em all
- Download a single course of choice
- Download a single lecture of choice
- All supplementaries belonging to the lecture will be included in download
python udemy_downloader.py [options]
Options | Description |
---|---|
-s --server |
Set udemy server address, default is www.udemy.com (You may need this if you are using Udemy for Business) |
-n --new_user |
Login using another account |
-l --showlog |
Print all logs |
List all enrolled courses
> list
Download all enrolled courses
> downloadall
Select a course and list all lectures
> select <Course ID>
Download all assets from selected course
> download all
Download a single lecture and its assets
> download <Lecture ID>
UdemyDownloaderCLI is MIT licensed