0.1.1 • Published 9 years ago

pullplaylist v0.1.1

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

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" );