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