get_transcript
Retrieve the transcript of a YouTube video by providing its URL. Optionally specify language and pagination for longer transcripts.
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 |