error fix
This commit is contained in:
@@ -148,7 +148,7 @@ impl ParadisehillProvider {
|
|||||||
|
|
||||||
let format = videos::VideoFormat::new(video_url.clone(), "1080".to_string(), "mp4".to_string())
|
let format = videos::VideoFormat::new(video_url.clone(), "1080".to_string(), "mp4".to_string())
|
||||||
.protocol("https".to_string())
|
.protocol("https".to_string())
|
||||||
.format_id("mp4-1080")
|
.format_id("mp4-1080".to_string())
|
||||||
;
|
;
|
||||||
|
|
||||||
let video_item = VideoItem::new(
|
let video_item = VideoItem::new(
|
||||||
|
|||||||
Reference in New Issue
Block a user