get_youtube_transcript
Retrieve the transcript from a YouTube video using its URL. Optionally specify a language code for subtitles in a specific language.
Instructions
Get the transcript of a YouTube video, optionally in a specific language.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | YouTube video URL | |
| language | No | ISO 639-1 language code for the transcript (e.g. 'en', 'ja', 'zh') |