download_cover
Download a manga cover for a specified album ID, saving it to the default 'covers' folder or a custom output directory. Returns the file path of the saved cover.
Instructions
下载特定本子的封面图片。 默认保存到下载目录下的 'covers' 子目录,也可以指定输出目录。
参数: album_id: 本子 ID (例如 "123456") output_dir: 可选的封面输出目录;省略时使用默认的 'covers' 子目录。
返回: 包含保存路径的成功消息。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| album_id | Yes | ||
| output_dir | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |