Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rythenglyth/masterclass-dl

A tool to download classes from masterclass.com
https://github.com/rythenglyth/masterclass-dl

downloader masterclass

Last synced: 3 days ago
JSON representation

A tool to download classes from masterclass.com

Awesome Lists containing this project

README

        

# 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](https://github.com/RythenGlyth/masterclass-dl/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.
```