get_transcript
Retrieve the plain-text transcript of any YouTube video by URL or ID. Specify language preferences and optionally include timestamps.
Instructions
Fetch the full transcript of a YouTube video as plain text.
Args:
video_url_or_id: Full YouTube URL (watch/youtu.be/embed/shorts) or bare 11-char video ID.
languages: Preferred language codes in priority order, e.g. ["en", "en-GB"]. Defaults to ["en"].
include_timestamps: If true, prefix each line with a [mm:ss] timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| languages | No | ||
| video_url_or_id | Yes | ||
| include_timestamps | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |