getVideoList: Get list of videos from a channel

Description Usage Arguments Value Examples

View source: R/getVideoList.R

Description

Get list of videos associated with a playlistId

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

Usage

1
getVideoList(token, playlistId, limit = 50)

Arguments

token

Access token

playlistId

Playlist ID

limit

Number of videos to return. Set to Inf for all

Value

Returns a data.frame of results

Examples

1
2
3
4
## Not run: 
videos <- getVideoList(token, playlistId = ch$uploadsPlaylist, limit = Inf)

## End(Not run)

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