mirror of
https://github.com/yuhkix/wuwa-downloader.git
synced 2025-06-04 08:53:41 +00:00
Merge branch 'main' of https://github.com/yuhkix/wuwa-downloader
This commit is contained in:
commit
219891ea58
1 changed files with 1 additions and 5 deletions
|
@ -25,10 +25,6 @@ cd wuthering-waves-downloader
|
|||
```bash
|
||||
cargo build --release
|
||||
```
|
||||
- **Run the downloader:**
|
||||
```bash
|
||||
cargo run --release # (or run the built executable inside target/release/)
|
||||
```
|
||||
|
||||
### 🆕 What's New
|
||||
- **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
|
||||
|
||||
- **Configurable Timeouts** - 30s for metadata, 300s for downloads
|
||||
- **Configurable Timeouts** - 30s for metadata, 300s for downloads
|
||||
|
|
Loading…
Reference in a new issue