Last data update: 2014.03.03

R: Get Captions of a Video
get_captionsR Documentation

Get Captions of a Video

Description

Get Captions of a Video

Usage

get_captions(video_id = NULL, lang = "en", ...)

Arguments

video_id

id of the video; required; no default

lang

language of the caption; required; default is english ("en")

...

Additional arguments passed to tuber_GET.

Value

captions for the video from one of the first track

References

https://developers.google.com/youtube/v3/docs/captions/list

Examples

## Not run: 
get_captions(video_id="yJXTXN4xrI8")

## End(Not run)

Results