https://github.com/rythenglyth/masterclass-dl
A tool to download classes from masterclass.com
https://github.com/rythenglyth/masterclass-dl
downloader masterclass
Last synced: 7 months ago
JSON representation
A tool to download classes from masterclass.com
- Host: GitHub
- URL: https://github.com/rythenglyth/masterclass-dl
- Owner: RythenGlyth
- Created: 2024-09-09T23:12:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-11T09:50:06.000Z (over 1 year ago)
- Last Synced: 2025-04-16T04:56:40.667Z (10 months ago)
- Topics: downloader, masterclass
- Language: Go
- Homepage:
- Size: 51.8 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.
```