Skip to content

Releases: PKHarsimran/website-downloader

Initial Release

03 Jul 23:00
e7befce
Compare
Choose a tag to compare

Initial Release

This is the first release of the Website Downloader project. It includes the following features:

  • Recursively download entire websites.
  • Save HTML pages with all linked assets.
  • Convert links for offline viewing.
  • Handle various file types including images, CSS, and JavaScript.
  • Log download progress and errors.
  • Verify the completeness of the downloaded website and re-download missing files if necessary.

Included Files

  • website-downloader.py: The main script for downloading the website and its resources.
  • check_download.py: The verification script for checking the completeness of the downloaded website.
  • requirements.txt: A file listing the required dependencies.