0.0.1-security β’ Published 9 months ago
alifx-media-downloader v0.0.1-security
Instalation :
> npm i alifx-media-downloader
Example (install)
const alif = require("alifx-media-downloader");
const videoUrl = "https://www.facebook.com/reel/1013006933531489/"; // Provide your video link.
alif.alldown(videoUrl)
.then((data) => {
console.log(data)
})
.catch((error) => {
console.error("Error:", error.message);
});
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 {alldown} = require("alifx-media-downloader");
const url = 'url' // past url
alldown(url).then(data => {
console.log(data)
});
Output Example (alldown)
{
"developer": "ππππ ππ’π¦π¦π’π‘",
"devfb": "https://www.facebook.com/100075421394195",
"devwp": "wa.me/+8801615623399",
" message": "any problem please contact me..",
"status": true,
"media": {
"title": "In love, there will always be sorrow and pain \n But in the end, all that matters is a beautiful ending",
"low": "https://www.facebook.com/reel/1013006933531489/",
"high": "https://www.facebook.com/reel/1013006933531489/"
}
}