Instalation :
> npm imon-media-downloader
Usage All Media Down
support url: facebook, tiktok, twitter, instagram, youtube, pinterest, gdrive, capcut, likee, threads
note: Let me know if any of the platforms you use are missing
const nayan = require('imon-media-downloader');
nayan.alldown('url')
.then(data => {
console.log(data);
})
.catch(error => {
console.error('Error downloading:', error);
});
Output Example (alldown)
{
"developer": "IMON",
"devfb": "https://www.facebook.com/Imon.132233?mibextid=ZbWKwL",
"devwp": "wa.me/+8801318582357",
"status": true,
"media": {
"title": "video title",
"low": "normal video link",
"high": "hd video link"
}
}