Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 344 Bytes

File metadata and controls

16 lines (11 loc) · 344 Bytes

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