Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 867 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 867 Bytes

masterclass-dl

A command line tool to download masterclass.com classes.

Prerequisites

  • youtube-dl or yt-dlp
  • ffmpeg

Installation

Download the executabe from the releases page.

Usage

A downloader for classes from masterclass.com

Usage:
  masterclass-dl [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  download    Download a class or chapter from masterclass.com
  help        Help about any command
  login       Login to masterclass.com
  status      Check login status

Flags:
  -d, --datDir string   Path to the directory where cookies and other data will be stored (default: $HOME/.masterclass/)
  -h, --help            help for masterclass-dl

Use "masterclass-dl [command] --help" for more information about a command.