extract-youtube
Extract YouTube video content including titles, descriptions, and transcripts using available subtitles or speech-to-text conversion for analysis and retrieval.
Instructions
Extract comprehensive content from YouTube videos including title, description, and transcript. Automatically uses available subtitles with language priority or falls back to optimized Whisper speech-to-text conversion with language detection.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | YouTube video URL to extract content from | |
| includeTitle | No | Include video title in the output | |
| includeDescription | No | Include video description in the output | |
| includeTranscript | No | Include video transcript/audio content in the output |