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