get_raw_subtitles
Fetch raw subtitle files (SRT/VTT/ASS/LRC) from video platforms like YouTube, Twitter, and TikTok. Supports official or auto-generated tracks with optional language selection and Whisper fallback for transcription.
Instructions
Fetch raw SRT/VTT subtitles for a video (supported platforms). Optional lang: when omitted and Whisper fallback is used, language is auto-detected.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Video URL (supported: YouTube, Twitter/X, Instagram, TikTok, Twitch, Vimeo, Facebook, Bilibili, VK, Dailymotion) or YouTube video ID | |
| format | No | Subtitle format (default from YT_DLP_SUB_FORMAT or srt) | |
| type | No | Subtitle track type: official or auto-generated | |
| lang | No | Language code (e.g. en, es). When omitted with Whisper fallback, language is auto-detected | |
| response_limit | No | Max characters per response (default 50000, min 1000, max 200000) | |
| next_cursor | No | Opaque cursor from previous response for pagination |