Module ytextract::video[][src]

Expand description

Video types.

Example

let client = ytextract::Client::new().await?;

let video = client.video("nI2e-J6fsuk".parse()?).await?;

println!("Title: {}", video.title());

Structs

The uploader of a video

An Id describing a Video

A Video found on YouTube

Enums

Ratings on a video