0.1.2 • Published 10 years ago

youstream v0.1.2

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

YouStream

Build Status Code Climate

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
0.1.2

10 years ago

0.1.1

10 years ago

0.0.1

10 years ago