xmega

1.0.1 • Public • Published

Xmega.js

Get direct download link of videos from xMegaDrive in the CLI.


Usage

Without installing:

npx xmega

With install:

xmega

For use in a project

const { download } = require("xmega")

For use in a module

import { download } from "xmega"
Note: Direct download link provided is restricted to the current IP.

Install

npm i -g xmega

Methods

download() Generates direct download link

Params: [url]

await download(url)
    .then(console.log)
    .catch((error) => console.log(error))

Uninstall

npm uninstall xmega

License

AGPL-3.0 ©️ Zubin

Readme

Keywords

none

Package Sidebar

Install

npm i xmega

Weekly Downloads

1

Version

1.0.1

License

AGPL-3.0

Unpacked Size

37.4 kB

Total Files

5

Last publish

Collaborators

  • losparviero