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
use super::AccessibilityDataWrapper;

#[derive(Debug, serde::Deserialize, serde::Serialize, Clone)]
pub struct VideoLengthText {
    pub accessibility: AccessibilityDataWrapper,
    #[serde(rename = "simpleText")]
    pub simple_text: String,
}