powered by
List Captions for YouTube Video
list_captions(video_id, query = NULL, auth = "token", ...)
A list containing caption information
ID of the YouTube video
Fields for `query` in `GET`
Authentication method: "token" (OAuth2) or "key" (API key)
Additional arguments to send to tuber_GET
tuber_GET
if (FALSE) { video_id <- "M7FIvfx5J10" list_captions(video_id) }
Run the code above in your browser using DataLab