twitter-dl
v1.0.6
Published
Download video from twitter
Downloads
31
Maintainers
Readme
Twitter-dl videos
TODO
- [x] 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 --save
And 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