0.0.6 β’ Published 7 months ago
imran-alldl v0.0.6
Instalation :
> npm i imran-alldl
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 { alldl } = require('imran-alldl');
const url = 'link'; //past video link
alldl(url)
.then(data => {
console.log(data);
})
.catch(error => {
console.error('Error:', error.message);
});
Output Example (alldown)
{
"developer": "MOHAMMAD IMRAN",
"devfb": "https://www.facebook.com/profile.php?id=100075122837809",
"devwp": "wa.me/+8801689903267",
"status": true,
"media": {
"title": "video title",
"low": "normal video link",
"high": "hd video link"
}
}