get_youtube_transcript_ytdlp
Extract YouTube video transcripts via yt-dlp by supplying the video URL and an optional language code.
Instructions
Get the transcript of a YouTube video using yt-dlp (most reliable 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 |