By Mangalavinayagam Umashankar
This project allows you to download Instagram Reels using their URL and then save them in a separate folder and in your desired location.
This is a Python program which allows you to download instagram reels using their URL.
This is done using a package called instascrape which is a python library which is used to work with application and features available in Instagram and implement them using python program
The Program is simple, where we can just enter our session ID and URL for the reel which we want to download and the reel will be downlaoded and stored in the desired location which we specify.
Session ID is an imporatant feature in this program which changes every time when we login into Instagram from our browser and stays the same until we Logout, we can retrieve our session id from the site cookies of our browser and paste in our program for it to fetch data and work properly.
We can download multiple reels just by pasting it's URl into the program and it will be downloaded and saves with .mp4 estension in our desired location.
Submitted by Mangalavinayagam Umashankar (Mangalavinayagam)
Download packets of source code on Coders Packet
Comments