@mrnima/instagram-downloader
v1.0.0
Published
An unofficial instagram downloader scraper for download videos and images using instagram link.
Downloads
196
Maintainers
Readme
install
npm install @mrnima/instagram-downloader
or
yarn add @mrnima/instagram-downloader
Require
const { instagramDownload } = require("@mrnima/instagram-downloader");
Example
Download tiktok video link.
async function TEST(){
const result = await instagramDownload("https://www.instagram.com/p/C2Uo9r9BLnF/?igsh=MWhwZjQ3ZjR5bXdqbw==");
console.log(result)
}
TEST()
Results
{
"creator": "MR NIMA",
"status": true,
"result": [
{
"type": "image",
"link": "https://tmpfiles.org/dl/14422568/mrnima-temporary-uploader.jpg"
}
]
}
Feedback
If you have any feedback, please reach out to us at [email protected]