get_youtube_transcript
Get the transcript of a YouTube video by providing the video URL. Optionally specify the language using a language code (e.g., 'en').
Instructions
Get the transcript of a YouTube video using the primary extraction method.
Args: video_url: YouTube video URL language: Language code (e.g., 'en', 'es'). Defaults to 'en'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | en | |
| video_url | Yes |