get_transcript
Fetch the transcript of a YouTube video by providing its URL or 11-character ID. Optionally specify preferred language codes to get the transcript in your chosen language.
Instructions
Pobiera transkrypcję filmu YouTube. W argumencie video podaj adres URL filmu albo jego 11-znakowy identyfikator. Opcjonalnie podaj listę kodów języków w kolejności preferencji, na przykład ["pl", "en"]. Zwraca tekst transkrypcji oraz metadane, w tym język i liczbę fragmentów.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video | Yes | ||
| languages | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| language | Yes | ||
| video_id | Yes | ||
| is_generated | Yes | ||
| language_code | Yes | ||
| snippet_count | Yes |