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

The video download link for this post is not available. #5

Closed Arish68 closed 1 year ago

Arish68 commented 1 year ago

How can I resolve this issue? I have also hosted it on my AWS Amplify for Next.js (version 13), but the problem still persists. Capture

riad-azz commented 1 year ago

Hello there, This is not an issue this is an error by design. The application only scrapes the post page and if the LD+JSON is not included in the post it raises this error. This issue is a duplicate of : Always return "The video download link for this post is not available" #2

However if you really want to "fix it", try using this old version where you can use Instagram API with your account : Old commit with User API

Disclaimer: there is a very high chance of the account being banned in case of being detected so use at your own risk.