A python script for downloading max resolution images from any website.
The script is running through the page source for any image tags and image references. It removes any parameters that might scale down or convert the image to a lower resolution.
For example anywebsite.com/image.jpg?&w=3840&q=75 will download anywebsite.com/image.jpg instead.
- Python 3
- Modules
- requests
- selenium
- Modules
pip install requests
pip install selenium
Navigate to the folder
Enter
python3 run.py
Follow the prompt instructions.
- Enter folder path
- Enter URL
All images should appear in the folder.