| Crates.io | noway |
| lib.rs | noway |
| version | 0.1.4 |
| created_at | 2025-10-22 17:08:16.266227+00 |
| updated_at | 2025-11-24 04:47:41.002733+00 |
| description | CLI tool to download archived pages from the Wayback Machine |
| homepage | |
| repository | https://github.com/rvcas/noway |
| max_upload_size | |
| id | 1895957 |
| size | 74,582 |
A CLI tool to download archived pages from the Wayback Machine.
cargo install noway
Or build from source:
cargo build --release
Download all archived versions of a URL:
noway example.com
-o, --output <DIR> - Specify output directory (default: random name)-m, --match-type <TYPE> - URL match type (default: prefix)-c, --concurrency <N> - Max concurrent downloads (default: 5)Download with custom output directory:
noway example.com -o my_archive
Download with higher concurrency:
noway example.com -c 10
See LICENSE file for details.