🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

xmega

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xmega

Get direct link for xmegadrive videos.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

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"

Install

npm i -g xmega

Methods

Params: [url]

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

Uninstall

npm uninstall xmega

License

AGPL-3.0 ©️ Zubin

FAQs

Package last updated on 23 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts