diff --git a/src/providers/missav.rs b/src/providers/missav.rs index 11c5d58..2786eb8 100644 --- a/src/providers/missav.rs +++ b/src/providers/missav.rs @@ -510,7 +510,7 @@ impl MissavProvider { let mut format = VideoFormat::new(video_url.clone(), "auto".to_string(), "m3u8".to_string()); format.add_http_header("Referer".to_string(), "https://missav.ws/".to_string()); - let video_item = VideoItem::new(id, title, video_url, "missav".to_string(), thumb, duration) + let video_item = VideoItem::new(id, title, url_str.clone(), "missav".to_string(), thumb, duration) .formats(vec![format]) .tags(tags) .preview(format!(