Skip to content

Initial Release

Latest
Compare
Choose a tag to compare
@PKHarsimran PKHarsimran released this 03 Jul 23:00
· 7 commits to main since this release
e7befce

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.