youstream
v0.1.2
Published
a wrapper of youtube-dl, returns stream
Downloads
8
Readme
YouStream
A wrapper of Youtube-dl, returns the video as a stream.
Installation
npm install youstream --save
Usage
var youstream = require('youstream');
var video = youstream(url);
var output = fs.createWriteStream(path);
video.pipe(output)
Tests
npm test
Release History
- 0.1.0 Initial release