From d15b49b1cff8e94193a7a434dff71f64ae9fa5d3 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 18 May 2026 20:19:28 +0000 Subject: [PATCH] missav fix --- src/providers/missav.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!(