mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-05-20 23:59:34 +08:00
- Created new markdown files for Aria2 download, direct download links, parsers, storage rules, silent mode, storage transfer, chat watching, and yt-dlp video download. - Included usage examples, configuration instructions, and detailed explanations for each feature. - Translated documentation into Chinese for accessibility.
22 lines
417 B
Markdown
22 lines
417 B
Markdown
---
|
|
title: "Direct Download Links"
|
|
weight: 5
|
|
---
|
|
|
|
# Direct Download Links
|
|
|
|
Use the `/dl` command to directly download one or more HTTP/HTTPS files to storage.
|
|
|
|
```bash
|
|
/dl <url1> [url2] [url3] ...
|
|
```
|
|
|
|
Examples:
|
|
|
|
```bash
|
|
/dl https://example.com/file.zip
|
|
/dl https://example.com/file1.zip https://example.com/file2.zip
|
|
```
|
|
|
|
The bot will validate the link format and then ask you to select the target storage location.
|