list_captions: Upload Video to Youtube

View source: R/list_captions.R

list_captionsR Documentation

Upload Video to Youtube

Description

Upload Video to Youtube

Usage

list_captions(video_id, query = NULL, ...)

Arguments

video_id

ID of the YouTube video

query

Fields for 'query' in 'GET'

...

Additional arguments to send to tuber_GET and therefore GET

Value

A list of the response object from the GET and content about captions

Examples

## Not run: 
video_id <- "M7FIvfx5J10"
list_captions(video_id)

## End(Not run)

soodoku/tuber documentation built on April 15, 2024, 10:19 p.m.