youtube

YOUTUBE_LOAD_CAPTIONS

Downloads a specific YouTube caption track, which must be owned by the authenticated user, and returns its content as text. Note: This action requires you to own the video (YouTube Data API v3 restriction). Non-owned videos will return 403 Forbidden errors, including many auto-generated caption tracks.

Remote youtube

Other tools also called YOUTUBE_LOAD_CAPTIONS? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "title": "Id",
      "examples": [
        "abcd1234efgh"
      ],
      "description": "Unique YouTube-assigned ID of the caption track to download."
    },
    "tfmt": {
      "type": "string",
      "title": "Tfmt",
      "default": "srt",
      "examples": [
        "srt",
        "sbv",
        "vtt"
      ],
      "description": "Desired format for the caption track. Supported formats: 'srt' (SubRip), 'sbv' (SubViewer), 'vtt' (WebVTT)."
    }
  }
}
          

Provider

youtube →