youtube-metadata 0.2.0

YouTube video metadata fetcher
Documentation
1
2
3
4
5
6
7
8
#[derive(Clone, Debug)]
pub struct VideoInformation {
    pub id: String,
    pub url: String,
    pub title: String,
    pub uploader: String,
    pub thumbnail: Option<String>,
}