Download all your medal videos
You need to install Node.js first, then install the tool globally using this command:
npm install -g medal-downloader
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.
To download your unlisted videos you must provide your username and password this way:
medal-downloader --password [password] --username [username]
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]