medal-downloader

Download all user medal videos

Usage no npm install needed!

<script type="module">
  import medalDownloader from 'https://cdn.skypack.dev/medal-downloader';
</script>

README

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]