Download extracted media to local disk
download_mediaDownload extracted media to a local folder using its token, returning the absolute path and file size. Supports HD video or MP3 output.
Instructions
把 extract_media 返回的媒体流式下载到本地磁盘(默认 ~/Downloads/ssave/),返回绝对路径与大小。token 过期(5–15 分钟)时请先重新 extract_media。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | extract_media 返回的 ssv_ token | |
| type | No | 默认 hd;mp3 → .mp3,其余 → .mp4 | |
| output_dir | No | 覆盖默认输出目录(默认 ~/Downloads/ssave/,~ 会展开) |