get_transcript
Fetch YouTube video transcripts given a URL. Optionally specify language and use a cursor for pagination.
Instructions
Retrieves the transcript of a YouTube video.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the YouTube video | |
| lang | No | The preferred language for the transcript | en |
| next_cursor | No | Cursor to retrieve the next page of the transcript |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the video | |
| transcript | Yes | Transcript of the video | |
| next_cursor | No | Cursor to retrieve the next page of the transcript |