missav fix

This commit is contained in:
Simon
2026-05-18 20:19:28 +00:00
committed by ForgeCode
parent cca234664e
commit d15b49b1cf

View File

@@ -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!(