1.0.6 • Published 10 years ago
twitter-dl v1.0.6
Twitter-dl videos
TODO
- Download single file.
- Download multiple files.
- Tests
Run this Project
To run this project you need have installed
- Node.js (latest version)
How to get the url from twitter


Install dependencie :
npm install twitter-dl --saveAnd then just run (develpment):
'use strict';
let tt = require('twitter-dl');
let folder = '/tmp';
let video = 'https://twitter.com/DierksBentley/status/703222600919588864';
tt.download(video, folder).then((result) => {
console.log(result);
}).catch((err) => {
console.log(err);
});
...License
Copyright (c) 2016, Thiago Z S