list_captions: List Captions for YouTube Video

View source: R/list_captions.R

list_captionsR Documentation

List Captions for YouTube Video

Description

List Captions for YouTube Video

Usage

list_captions(video_id, query = NULL, auth = "token", ...)

Arguments

video_id

ID of the YouTube video

query

Fields for 'query' in 'GET'

auth

Authentication method: "token" (OAuth2) or "key" (API key)

...

Additional arguments to send to tuber_GET

Value

A list containing caption information

Examples

## Not run: 
video_id <- "M7FIvfx5J10"
list_captions(video_id)

## End(Not run)

tuber documentation built on March 25, 2026, 9:08 a.m.