get_transcript_with_time_range
Fetch YouTube video transcript for a specific time range. Provide start and end times to extract the relevant portion, with language selection and formatting options.
Instructions
Fetch transcript for a specific time range of a YouTube video
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_time | Yes | End time in seconds | |
| languages | No | Preferred languages in priority order | |
| start_time | Yes | Start time in seconds | |
| video_url_or_id | Yes | YouTube video URL or video ID | |
| preserve_formatting | No | Whether to preserve HTML formatting |