Skip to content

This is a video downloader and converter for a given video included twitter status update.

License

Notifications You must be signed in to change notification settings

mubraska/twitter-video-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a video downloader and converter for a given video included twitter status update.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published