1.0.6 • Published 8 years ago

twitter-dl v1.0.6

Weekly downloads
5
License
ISC
Repository
-
Last release
8 years ago

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

step1

step2

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