This is a python programme to download any instagram or facebook's photo and video downloader.
- Download the file
- install the dependencis.
- Run It
- That's it 😜
- Copy the url from a photo or video from instagram and then paste when it ask for the url , choose between a image or video then it will open the image or video in a new browser where you can download it.
if the program dosen't download the necessary libraries autometically try running these commands in your terminal or cmd.
- selenium
pip install selenium
- beautiful soup
pip install bs4
- html5lib
pip install html5lib