get-transcript
Retrieve video transcripts from YouTube, Bilibili, and Vimeo. Get full text with timestamps by providing a video URL.
Instructions
Retrieve the transcript of a video from supported platforms (YouTube, Bilibili, Vimeo, etc.). Accepts various URL formats and returns the full transcript with timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Video URL from any supported platform (e.g., YouTube, Bilibili, Vimeo). Examples: https://www.youtube.com/watch?v=VIDEO_ID, https://www.bilibili.com/video/BVxxxxx, https://vimeo.com/123456789 | |
| lang | No | Language code for transcript (e.g., 'en', 'es', 'fr', 'zh'). Default: video's default language | |
| include_timestamps | No | Include timestamps in the transcript output. Default: true |