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

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i youstream

    Weekly Downloads

    0

    Version

    0.1.2

    License

    MIT

    Last publish

    Collaborators

    • fand