Learn R Programming

YTAnalytics (version 0.2.1)

channel_videos: Channel Videos List

Description

Returns all videos in channel. Note: As of July 2023, the YouTube Data API fails to return ALL videos on a channel by getting all videos from the "uploads" playlist for large YouTube channels. As a result this function's work-around is to pull all additional playlists from the channel, pull all video lists from all playlists, and append the result to the uploads return.

Usage

channel_videos(token = getOption("YouTube_Token"))

Value

data.frame

Arguments

token

YouTube token

Examples

Run this code
if (FALSE) {
channel_videos()
}

Run the code above in your browser using DataLab