Skip to content

Releases: riodevnet/pyhttrack

v1.1.3

03 Jul 04:18
03c71b5

Choose a tag to compare

What's Changed

  • feat: add banner & input when urls it empty by @fiandev in #1

New Contributors

Full Changelog: v1.1.2...v1.1.3

v1.1.2

02 Jul 09:26

Choose a tag to compare

refactor: Improve error handling for 404 and 403 responses during downloads

Full Changelog: v1.0.2...v1.1.2

v1.0.2

02 Jul 09:00

Choose a tag to compare

refactor: Enhance download process with error handling and logging

Full Changelog: v1.0.1...v1.0.2

v1.0.1

29 Jun 08:11
767a081

Choose a tag to compare

refactor: Fixed failed message during download

Full Changelog: v1.0.0...v1.0.1

v1.0.0

29 Jun 06:41
9dfd29d

Choose a tag to compare

Add initial implementation of PyHttrack with README, main script, and dependencies

  • Created README.md with project description and usage instructions
  • Implemented pyhttrack.py for downloading websites using wget
  • Added requirements.txt for dependencies
  • Included initial empty web.json for URL configuration
  • Added wget binaries for arm64, x64, and x86 architectures