This is a simple tool to download Instagram Reels, Photos, and Videos directly to your computer.
- Bulk Download in One Click: Paste as many links as you want into a text file, run the tool, and download all of them at once.
- Fast Downloading: Downloads multiple files at the same time to save you time.
- No Annoying Ads: Automatically blocks popup advertisements and overlays.
- Resume Support: Remembers what you already downloaded so it doesn't waste time downloading duplicates if you run it again.
- Make sure you have Python installed on your computer.
- Open your terminal or command prompt and run these commands to install the required tools:
pip install playwright requests playwright install chromium
- Open the file
reels.txtand paste the Instagram Reel links you want to download (one link per line). - Run the script:
python d_reels.py
- The downloaded videos will be saved in the
downloadsfolder. - Already downloaded reels are listed in
downloaded.txtso they are not downloaded again.
- Create a file named
posts.txtand paste the Instagram Post links you want to download (one link per line). (Note: If you have a file namedsaved posts.txt, rename it toposts.txt) - Run the script:
python d_posts.py
- The downloaded photos/videos will be saved in the
posts_downloadsfolder.
- Created by: Afroz Alam
- Contact Email: [email protected]