/pullplaylist

Downloads all the videos from a Youtube Playlist and converts them into mp3 format.

Primary LanguageJavaScriptMIT LicenseMIT

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