mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-05-11 18:49:41 +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
389 B
Markdown
22 lines
389 B
Markdown
---
|
|
title: "直接下载链接"
|
|
weight: 5
|
|
---
|
|
|
|
# 直接下载链接
|
|
|
|
使用 `/dl` 命令可以直接下载一个或多个 HTTP/HTTPS 链接的文件到存储中.
|
|
|
|
```bash
|
|
/dl <url1> [url2] [url3] ...
|
|
```
|
|
|
|
示例:
|
|
|
|
```bash
|
|
/dl https://example.com/file.zip
|
|
/dl https://example.com/file1.zip https://example.com/file2.zip
|
|
```
|
|
|
|
Bot 会验证链接格式, 然后让你选择目标存储位置.
|