Learn R Programming

tuber (version 0.2)

get_details: 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

Value

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

References

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

Examples

Run this code
get_details(video_id="N708P-A45D0")

Run the code above in your browser using DataLab