get_playlist_transcripts
Extract cleaned subtitles from multiple videos in a playlist, supporting various formats and languages for content analysis.
Instructions
Fetch cleaned subtitles (plain text) for multiple videos from a playlist. Use playlistItems (e.g. "1:5") to select specific items, maxItems to limit count.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Playlist URL (e.g. youtube.com/playlist?list=XXX) or watch URL with list= parameter | |
| type | No | Subtitle track type: official or auto-generated (default: auto) | |
| lang | No | Language code (e.g. en, ru). Default: en | |
| format | No | Subtitle format (default from YT_DLP_SUB_FORMAT or srt) | |
| playlistItems | No | yt-dlp -I spec: "1:5", "1,3,7", "-1" for last, "1:10:2" for every 2nd | |
| maxItems | No | Max number of videos to fetch (yt-dlp --max-downloads) |