Skip to content

malimba/ImageDownloader

Repository files navigation

Image Downloader

Scrape and download all images from any webpage URL — with progress bars, URL validation, and a clean folder output.

Python

Features

  • Parses HTML with BeautifulSoup
  • Downloads via requests with tqdm progress
  • URL validation before fetch
  • Saves images to a target directory you choose

Quick start

pip install requests beautifulsoup4 tqdm
from main import main

main("https://example.com/gallery", "./downloads")

Or run directly:

python3 main.py

Project layout

main.py                  # Core downloader logic
imagedownloaderlogo.png  # Project logo

Notes

Respect website terms of service and robots.txt. For bulk/archival use, prefer official APIs or licensed sources.


Maintained by malimba · originally forked from community image-scraper patterns.

About

ImageDownloader

Resources

License

Contributing

Security policy

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors