music-downloader
v1.0.0
Published
Jericho Player Framework's Downloader supports youtube-dl stream data download for @discordjs/voice Audio Resource
Downloads
2
Readme
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)
Links
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.