youtube-transcript
ActiveTool of The Stall
Full transcript extraction for any YouTube video. Downloads auto-generated English subtitles via yt-dlp (no auth), parses VTT into timestamped segments with deduplication, and returns both segment array and plain-text transcript. Format 'text' returns only the text string. Accepts any YouTube URL format or bare 11-character video ID.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"video": {
"type": "string",
"description": "YouTube video URL (any format: watch?v=, youtu.be, /shorts/) or bare 11-character video ID."
},
"format": {
"type": "string",
"description": "Output format. 'segments' = timestamped array + text (default). 'text' = plain string only."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries