download_caption_track
Download a specific YouTube caption track owned by the authenticated user and retrieve its text content in formats like SRT, SBV, or VTT.
Instructions
Downloads a specific YouTube caption track, which must be owned by the authenticated user, and returns its content as text.
Args: id: Unique YouTube-assigned ID of the caption track to download (from list_captions response). tfmt: Desired format: 'srt' (SubRip), 'sbv' (SubViewer), 'vtt' (WebVTT). Default: 'srt'.
Returns: Object with 'data' (contains 'content' with caption text), 'error' (if any), and 'successful' boolean.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| tfmt | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||