Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

music-downloader

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

music-downloader

Jericho Player Framework's Downloader supports youtube-dl stream data download for @discordjs/voice Audio Resource

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source


Music Downloader

About

Music Downloader is a Downloader/Scrapper and Helps Players to fetch data from youtube-dl, as Per reduces extra work and credentials.

  • Object-oriented
  • Customisable Extractors
  • Performant
  • 100% coverage of youtube-dl

Installation

Node.js 16 or newer is required.

npm install music-downloader

Example usage

Downloader Video/Playlist/Album Data from any Platform :-

const { Downloader } = require('music-downloader') //For CommonJS
OR
import { Downloader } from 'music-downloader' //for ES6


var TracksData = await Downloader(Url || Query)
  • Youtube-dl
  • Source Code
  • GitHub Repo Link
  • NPM Package
  • Yarn Package

Contributing

Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the ReadMe.md

Help

If you don't understand something in the ReadMe.md , you are experiencing problems, or you just need a gentle nudge in the right direction, please don't hesitate to join our official Support Server.

FAQs

Package last updated on 10 Oct 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc