Skip to contents

[Works on: Both]

Get all videos posted by a user (or multiple user's for the Research API). Searches videos using either the Research API (if an authentication token is present, see auth_research) or otherwise the unofficial hidden API. See tt_user_videos_api or tt_user_videos_hidden respectively for information about these functions.

Usage

tt_user_videos(username, ...)

Arguments

username

The username or usernames whose videos you want to retrieve.

...

Additional arguments to be passed to the tt_user_videos_hidden or tt_user_videos_api function.

Examples

if (FALSE) { # \dontrun{
# Get hidden videos from the user "fpoe_at"
tt_user_videos("fpoe_at")
} # }