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

Secret Option Require to access #1

Closed aadityaagrawal closed 1 year ago

aadityaagrawal commented 1 year ago

When opening your hosted site, https://insta-vids-downloder.riadazzoun.repl.co/ it is showing {"error":"secret option required for sessions"}

riad-azz commented 1 year ago

Thanks it was fixed, replit deleted my .env without saving the enviroment variables as secrets. Now its live and working.

aadityaagrawal commented 1 year ago

Also, I wanted to make this for a mobile application. I just wanted to ask if it is legit to get/download videos from Instagram or YouTube and What could be done? Do we need to get this API from somewhere or do we need to make it ourselves?

riad-azz commented 1 year ago

If you are talking about license the API is fully mine, it just scrapes the instagram post page and fetches the mp4 link, and yeah you can use it in your application. Just host it somewhere, remove the index route and add a access_key key to the /api route and you should be good. But if you are talking about if its legit to download instagram videos you will have to check their Terms of service.

aadityaagrawal commented 1 year ago

Thank You So Much @riad-azz for your help. It means a lot.