twitter-video-downloader

1.0.13 • Public • Published

Requirements

ffmpeg cli should already be installed on your system.

Installation

npm install --save twitter-video-downloader

Usage

var tvd = require('twitter-video-downloader');
tvd('https://twitter.com/GIPHY/status/836063152542482434')
  .then(function(videoReadableBufferStream) {
    // DO SOMETHING WITH MP4 FORMATTED VIDEO
  }
);

License

MIT

Package Sidebar

Install

npm i twitter-video-downloader

Weekly Downloads

1

Version

1.0.13

License

MIT

Last publish

Collaborators

  • umaror