1.3.1 • Published 1 year ago

medal-downloader v1.3.1

Weekly downloads
5
License
MIT
Repository
github
Last release
1 year ago

Medal-downloader

npm npm

Download all your medal videos

Installation

You need to install Node.js first, then install the tool globally using this command:

npm install -g medal-downloader

Usage

Public videos

With username

medal-downloader --username [username]

With profile url

medal-downloader --url [userurl]

The medal user url is the url of the profile page on the website.

Unlisted videos

To download your unlisted videos you must provide your username and password this way:

medal-downloader --password [password] --username [username]

Help

Usage: medal-downloader --username [username]

Options:
  --version          Show version number                               [boolean]
  --url              The medal user url
  --downloadDir, -d  Directory for downloaded video     [default: "./downloads"]
  --username         Username of the user account
  --password         Password of the user account
  --help, -h         Show help                                         [boolean]