Learn R Programming

tuber (version 1.4.1)

list_captions: List Captions for YouTube Video

Description

List Captions for YouTube Video

Usage

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

Value

A list containing caption information

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

Examples

Run this code
if (FALSE) {
video_id <- "M7FIvfx5J10"
list_captions(video_id)
}

Run the code above in your browser using DataLab