sm-soad-project
v0.0.1
Published
Fetch Url Downloads From Instagram & Facebook & TikTok & YouTube & Twitter & Google Drive & Pintarest & likee & threads
Downloads
7
Maintainers
Readme
Example
const nayan = require('your-project-name');
nayan.alldown('url')
.then(data => {
console.log(data);
})
.catch(error => {
console.error('Error downloading:', error);
});