playlist-mp3-stream-downloader
v1.0.7
Published
<h1 align="center">Welcome to playlist-downloader ๐</h1> <p> <img alt="Version" src="https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000" /> </p>
Downloads
3
Readme
Download youtube playlists and get a stream for each video as .mp3 file
const downloader = new PlaylistStreamDownloader(youtubeApiKey, tempFileDirectory);
const downloads = await downloader.downloadPlaylist(playlistId);
for(let download of downloads){
const {stream, filePath, metadata, position, thumbnail} = download;
//...
download.dispose(); //Remove generated file
}
Install
npm i playlist-mp3-stream-downloader
Run tests
npm run test
Author
๐ค Chaily
Show your support
Give a โญ๏ธ if this project helped you!
This README was generated with โค๏ธ by readme-md-generator