mirror of
https://github.com/lanyeeee/bilibili-video-downloader.git
synced 2026-09-08 17:16:52 +08:00
fix: 修复充电试看视频的json解析错误问题
This commit is contained in:
@@ -82,7 +82,7 @@ pub struct SupportFormatInNormal {
|
|||||||
pub new_description: String,
|
pub new_description: String,
|
||||||
pub display_desc: String,
|
pub display_desc: String,
|
||||||
pub superscript: String,
|
pub superscript: String,
|
||||||
pub codecs: Vec<String>,
|
pub codecs: Option<Vec<String>>,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Default, Debug, Clone, PartialEq, Serialize, Deserialize, Type)]
|
#[derive(Default, Debug, Clone, PartialEq, Serialize, Deserialize, Type)]
|
||||||
|
|||||||
Reference in New Issue
Block a user