save_transcript
Save a YouTube video transcript to a file by providing the video URL and filename, with optional timestamps.
Instructions
Extract and save transcript to a file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | YouTube video URL or video ID | |
| filename | Yes | Filename to save the transcript (without extension) | |
| with_timestamps | No | Save version with timestamps (default: true) |