1.0.8 • Published 8 years ago

song-dl v1.0.8

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

song-dl

download the best matching song from youtube

NOTE - requires ffmpeg (on osx install with brew install ffmpeg)

usage

command line

$ npm intall -g song-dl
$ sdl "song name and artist" -o outputfile.mp3 -k <YOUTUBE API KEY>
$ open outputfile.mp3

node

var sdl = require('song-dl');

sdl('songname and artist', 'output filename', 'youtube apikey', function(err) {
    if(!err) {
      console.log('download success');
    }
});
1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago