> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jinba.io/llms.txt
> Use this file to discover all available pages before exploring further.

# YouTube トランスクリプト

> YouTube 動画の字幕を取得する

## 概要

YouTube Transcript ツールを使用すると、YouTube 動画の字幕（トランスクリプト）を取得できます。動画内の音声内容を抽出することで、分析や後からの参照がしやすくなります。

## 主な機能

* `YOUTUBE_GET_TRANSCRIPT`
  * YouTube 動画の字幕を取得
  * 複数言語に対応、タイムスタンプの有無も選択可能

### 例：YouTube 字幕を取得する

```yaml theme={null}
- id: get_transcript
  name: get_transcript
  tool: YOUTUBE_GET_TRANSCRIPT
  config: []
  input:
    - name: video_id
      value: Rzlr2tNSl0U
    - name: lang
      value: en
    - name: timestamps
      value: false
```
