get_transcript
Retrieve YouTube video captions as plain text. Provide any YouTube URL or video ID to get transcript, with optional language preference, timestamps, and character limit.
Instructions
Fetch a YouTube video's captions as text.
url: any YouTube URL (watch, youtu.be, shorts, live) or an 11-char video id. languages: comma-separated preference, e.g. "ko,en". Falls back to any available. timestamps: prefix each line with mm:ss. max_chars: cut the text after this many characters (0 = no cut).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| languages | No | ||
| max_chars | No | ||
| timestamps | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |