Skip to content

Version 1.1.0 – Persistent Session & Enhanced Logging

Choose a tag to compare

@PKHarsimran PKHarsimran released this 17 Mar 01:18
38ada90
  • Persistent Session with Retry Logic: Reuses HTTP connections and automatically recovers from transient network errors.
  • Enhanced Logging: Logs are now written to both a file and the console, with detailed timing and status information for easier debugging.
  • Selective Resource Downloading: Only internal domain resources are fetched, preventing unwanted external downloads.
  • Download Time Estimation: Calculates average page download time, plus estimated total and remaining crawl times.
  • Integrated Verification: Automatically calls the check script after downloading, providing a summary of missing files and overall stats.

Why Update?
These improvements make the downloader more robust, user-friendly, and maintainable, giving you detailed insight into download performance and completeness.

What's Changed

Full Changelog: v1.0.0...v1.1.0