get-video-subtitles
Extract subtitles and captions from YouTube videos by providing a URL, selecting languages, and including auto-generated captions.
Instructions
Extract subtitles and captions from a YouTube video
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | YouTube video URL to extract subtitles from | |
| languages | No | List of language codes to extract (e.g., ['en', 'es']). If not provided, all available languages will be extracted. | |
| include_auto_captions | No | Whether to include auto-generated captions (default: true) |