Get direct download link of videos from xMegaDrive in the CLI.
Without installing:
npx xmega
With install:
xmega
const { download } = require("xmega")
import { download } from "xmega"
npm i -g xmega
await download(url)
.then(console.log)
.catch((error) => console.log(error))
npm uninstall xmega
AGPL-3.0 ©️ Zubin