Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rythenglyth/masterclass-dl
- Owner: RythenGlyth
- Created: 2024-09-09T23:12:54.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T09:50:06.000Z (5 months ago)
- Last Synced: 2024-11-22T16:27:50.956Z (2 months ago)
- Topics: downloader, masterclass
- Language: Go
- Homepage:
- Size: 51.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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.comUsage:
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 statusFlags:
-d, --datDir string Path to the directory where cookies and other data will be stored (default: $HOME/.masterclass/)
-h, --help help for masterclass-dlUse "masterclass-dl [command] --help" for more information about a command.
```