Description Usage Arguments Value Examples
Get list of captions for a video
https://developers.google.com/youtube/v3/docs/captions/list
1 | getVideoCaptionsList(token, videoId)
|
token |
Access token |
videoId |
Video ID |
Returns a data.frame
of results
1 2 3 4 | ## Not run:
captionList <- getVideoCaptionsList(token, video)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.