youstream

0.1.2 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    0
  • 0.1.1
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i youstream

Weekly Downloads

0

Version

0.1.2

License

MIT

Last publish

Collaborators

  • fand