rusty_dl 1.0.8

A crate for downloading youtube videos, twitter medias (videos, images, gif) from tweets and files on the web.
Documentation
1
2
3
4
5
6
7
8
#[derive(Debug, serde::Deserialize, serde::Serialize, Clone)]
pub struct VideoDataInfo {
    pub runs: Vec<VideoDataInfoData>,
}
#[derive(Debug, serde::Deserialize, serde::Serialize, Clone)]
pub struct VideoDataInfoData {
    pub text: String,
}