all-dl-404
v0.0.4
Published
Fetch Url Downloads From Instagram & Facebook & TikTok & YouTube & Twitter & Google Drive & Pintarest & likee & threads
Downloads
141
Maintainers
Readme
Example
const himu = require('all-dl-404');
himu.alldown('url')
.then(data => {
console.log(data);
})
.catch(error => {
console.error('Error downloading:', error);
});