fix: prevent crashes on invalid paths and silent CDX JSON parse errors

This commit is contained in:
User
2025-09-29 10:27:38 +02:00
parent f840c4a8f1
commit a6f5ee5e1c
3 changed files with 95 additions and 110 deletions

View File

@@ -50,8 +50,12 @@ This webarchive website downloader has an interactive interface, supports downlo
```bash
git clone https://github.com/birbwatcher/wayback-machine-downloader.git
```
go to inner folder "wayback-machine-downloader"
```bash
cd wayback-machine-downloader
```
```bash
# Install dependencies
npm install
```