twitter-dl

1.0.6 • Public • Published

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

Package Sidebar

Install

npm i twitter-dl

Weekly Downloads

4

Version

1.0.6

License

ISC

Last publish

Collaborators

  • thiagozs