This commit is contained in:
Yuhki 2025-03-25 15:11:38 +01:00
commit 219891ea58

View file

@ -25,10 +25,6 @@ cd wuthering-waves-downloader
```bash ```bash
cargo build --release cargo build --release
``` ```
- **Run the downloader:**
```bash
cargo run --release # (or run the built executable inside target/release/)
```
### 🆕 What's New ### 🆕 What's New
- **Multi-CDN Support** - Automatically tries all available CDNs for each download - **Multi-CDN Support** - Automatically tries all available CDNs for each download
@ -86,4 +82,4 @@ cargo run --release # (or run the built executable inside target/release/)
- **Multi-threaded** - Safe concurrent progress tracking - **Multi-threaded** - Safe concurrent progress tracking
- **Configurable Timeouts** - 30s for metadata, 300s for downloads - **Configurable Timeouts** - 30s for metadata, 300s for downloads