1.0.13 • Published 9 years ago
twitter-video-downloader v1.0.13
Requirements
ffmpeg cli should already be installed on your system.
Installation
npm install --save twitter-video-downloaderUsage
var tvd = require('twitter-video-downloader');
tvd('https://twitter.com/GIPHY/status/836063152542482434')
.then(function(videoReadableBufferStream) {
// DO SOMETHING WITH MP4 FORMATTED VIDEO
}
);License
MIT