get_transcript
Fetch a YouTube video's full transcript and captions with timestamps, returning both timed segments and concatenated text. Works without an API key.
Instructions
Fetch the full transcript/captions of a YouTube video with timestamps. Returns both individual segments with timing and the full concatenated text. No API key needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | YouTube video URL or video ID | |
| lang | No | Language code for captions (default: "en") |