Last data update: 2014.03.03

R: Get Details about a Video
get_detailsR Documentation

Get Details about a Video

Description

Get details such as when the video was published, the title, description, thumbnails, category etc.

Usage

get_details(video_id = NULL, ...)

Arguments

video_id

id of the video; required

...

Additional arguments passed to tuber_GET.

Value

list with the following elements - publishedAt, channelId, title, description, thumbnails, channelTitle, categoryId, liveBroadcastContent, localized, defaultAudioLanguage

References

https://developers.google.com/youtube/v3/

Examples

## Not run: 
get_details(video_id="N708P-A45D0")

## End(Not run)

Results