batch_download_subtitles
Download Bilibili subtitles in batch with resume support, skipping already downloaded files. Select text, SRT, or JSON output, and optionally fetch all video parts with automatic file suffixes.
Instructions
批量下载字幕(断点续跑,已存在自动跳过)。all_parts=True 下载全部分 P; fmt: text/srt/json;output 为输出文件路径(all_parts 时自动加 .pN 后缀)。 长任务可能耗时数分钟;返回结构化进度事件与结果汇总。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fmt | No | srt | |
| url | Yes | ||
| limit | No | ||
| output | Yes | ||
| all_parts | No |