Usage
list_captions(video_id, query = NULL, ...)
Arguments
- video_id
ID of the YouTube video
- query
Fields for `query` in `GET`
- ...
Additional arguments to send to tuber_GET
and
therefore GET
Value
A list of the response object from the GET
and content
about captions
Examples
if (FALSE) { # \dontrun{
video_id <- "M7FIvfx5J10"
list_captions(video_id)
} # }