Add uploader and id to video information
Signed-off-by: trivernis <trivernis@protonmail.com>pull/1/head
parent
7643ca9faf
commit
7e20aaf4b2
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,8 @@
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct VideoInformation {
|
||||
pub id: String,
|
||||
pub url: String,
|
||||
pub title: String,
|
||||
pub uploader: String,
|
||||
pub thumbnail: Option<String>,
|
||||
}
|
||||
|
Loading…
Reference in New Issue