/udemy-downloader-cli

Mini script for downloading assets from Udemy and Udemy Business

Primary LanguagePython

Udemy Downloader CLI

Mini script for downloading Videos & Assets from Udemy and Udemy Business

Version 1.3

Author: Andy Tran

Sourcecode: Github

Features:

  • 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

Usage:

python udemy_downloader.py [options]

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

Command list:

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>

License

UdemyDownloaderCLI is MIT licensed