riad-azz / instagram-video-downloader

Simple website made with Next.js for downloading instagram videos with an API that can be used to integrate it in other applications.
https://instagram-videos.vercel.app
MIT License
180 stars 75 forks source link

Deployed Application is not working #7

Closed ankitbourasi0 closed 11 months ago

ankitbourasi0 commented 11 months ago

Describe the bug The Deployed application is not working on this link https://insta-video-saver.vercel.app/

To Reproduce

  1. Go to: https://insta-video-saver.vercel.app/
  2. Paste any Instagram reel link
  3. Click on download Button
  4. See Error

Expected behavior Application should download the reel video and show the download alert box, after click on download button

Screenshots

https://github.com/riad-azz/instagram-video-downloader/assets/34002165/10710ca3-4bad-4955-8b1f-4887d5c8fa6c

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

riad-azz commented 11 months ago

Hi there,

Thank you for taking the time to report this issue. I've looked into the problem you described, and I'd like to clarify a few points:

However, you can add your own API implementation or scraping strategy in src/lib/instagram/index.ts to fetch the video link using something like yt-dlp as a backend.

Have a good day.