get_transcript
Fetch the transcript of a YouTube video by providing its URL or ID. Optionally specify a language code to receive the transcript in your preferred language.
Instructions
Fetch the transcript of a YouTube video.
Args: video_url: YouTube URL or video ID language: Language code (default: en)
Returns: Transcript text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | en | |
| video_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |