getVideoCaptionsList: Get list of captions for a video

Description Usage Arguments Value Examples

View source: R/captions.R

Description

Get list of captions for a video

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

Usage

1
getVideoCaptionsList(token, videoId)

Arguments

token

Access token

videoId

Video ID

Value

Returns a data.frame of results

Examples

1
2
3
4
## Not run: 
captionList <- getVideoCaptionsList(token, video)

## End(Not run)

EricGoldsmith/rYouTube documentation built on Dec. 17, 2021, 7:21 p.m.