This Project will download all the images of a given static website URL.
This project uses BeautifulSoup, urljoin, and urlparse to get images addresses and download them into a local folder.
Use the Script download-all-images.py . In the command line, Enter
python download-all-images.py [url]
Replace the [url] with the website you want the images from.
The output will be the a folder containing the desired images.
python download-all-images.py https://www.google.com
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request.