rakib-media-downloader
v1.0.7
Published
Fetch Url Downloads From Instagram & Facebook & TikTok & YouTube & Twitter & Google Drive & Pintarest & likee & threads
Downloads
327
Maintainers
Readme
Instalation :
> npm i rakib-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 {alldown} = require("rakib-media-downloader");
const url = 'url' // past url
alldown(url).then(data => {
console.log(data)
});
Output Example (alldown)
{
"developer": "RAKiB CHOWDHURY",
"devfb": "https://www.facebook.com/SYSTEM.ERROR.KING?mibextid=ZbWKwL",
"devwp": "wa.me/+8801771306867",
"status": true,
"media": {
"title": "video title",
"low": "normal video link",
"high": "hd video link"
}
}