get_premiere_info: Get video premiere information

View source: R/extended_endpoints.R

get_premiere_infoR Documentation

Get video premiere information

Description

Checks if videos are premieres and gets premiere scheduling information.

Usage

get_premiere_info(video_id, simplify = TRUE, auth = "key", ...)

Arguments

video_id

Video ID or vector of video IDs

simplify

Whether to return simplified data frame

auth

Authentication method: "token" (OAuth2) or "key" (API key)

...

Additional arguments passed to tuber_GET

Value

List or data frame with premiere information

Examples

## Not run: 
# Check if video is a premiere
premiere_info <- get_premiere_info("dQw4w9WgXcQ")

# Check multiple videos for premiere status
premieres <- get_premiere_info(c("video1", "video2", "video3"))

## End(Not run)

tuber documentation built on March 25, 2026, 9:08 a.m.