pullplaylist
v0.1.1
Published
Youtube video downloader in pure javascript.
Downloads
9
Readme
PullPlaylist
pullPlaylist is a small library that downloads all the videos in a particular Youtube Playlist and converts them into mp3 for audio consumption.
Install
npm install pullplaylist
Usage
var ppl = require('pullplaylist');
ppl.pullplaylist("YOUR_YOUTUBE_API_KEY", "PLAYLIST_ID", "audioFile" );