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

is it possible to extend this app to support downloading reels ? #6

Closed drwiiche closed 11 months ago

drwiiche commented 12 months ago

Question is it possible to extend this app to support downloading reels ?

riad-azz commented 12 months ago

The app does download reels if the video URL is public, but yeah you can extend the app further more and add more methods to downloading the reels or posts. By going to src/lib/instagram/instagramAPI.ts and adding whatever new method you would like then calling the function at the end of the file here :

image

drwiiche commented 11 months ago

your app looks great, good work can you try for example to download this reel https://www.instagram.com/reels/Cw08igxNkzJ/

riad-azz commented 11 months ago

Hey there again drwiiche,

The app does include downloading reels but only ones with public video url embded in the post page as mentioned in another issue answer here https://github.com/riad-azz/instagram-video-downloader/issues/7#issuecomment-1719205721

you will have to add your own implementation or API to fetch the video URL, my app doesn't have it included because Vercel serverless could not support a python backend and the website is just to preview the repository & i don't want to pay for hosting a python backend. I hope this clarified things.

have a good day.