imran-dlmedia
v1.0.6
Published
Fetch Url Downloads From Instagram & Facebook & TikTok & YouTube & Twitter & Google Drive & Pintarest & likee & threads
Downloads
118
Maintainers
Readme
Instalation :
> npm i imran-dlmedia
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-dlmedia');
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"
}
}