Skip to content

Website Downloader v2.1.0 – Safer Paths, Improved CLI, and Linting

Choose a tag to compare

@PKHarsimran PKHarsimran released this 19 Oct 19:21
· 71 commits to main since this release
2b1703c

🧩 Highlights

  • Fixed TypeError from int conversion (int(..., 10)int(...))
  • Added argparse CLI with cleaner syntax and argument validation
  • Introduced safe file path hashing to prevent OSError: [Errno 36] File name too long
  • Enhanced error handling and added safe_write_text() fallback
  • Updated README with improved instructions and new badges
  • Codebase now fully linted (Black + Flake8 compliant)
  • CI workflows updated and passing successfully 🎉

🙏 Special thanks to @ilGobbo00 for reporting the filename issue!