This commit is contained in:
parent
05fe40b70d
commit
acfc77b760
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ pub struct YouTubeMeta {
|
||||||
pub description: String,
|
pub description: String,
|
||||||
pub uploader_name: String,
|
pub uploader_name: String,
|
||||||
pub uploader_id: String,
|
pub uploader_id: String,
|
||||||
pub views: i64,
|
pub views: i32,
|
||||||
pub upload_date: chrono::NaiveDate,
|
pub upload_date: chrono::NaiveDate,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue