missav fix
This commit is contained in:
@@ -510,7 +510,7 @@ impl MissavProvider {
|
|||||||
|
|
||||||
let mut format = VideoFormat::new(video_url.clone(), "auto".to_string(), "m3u8".to_string());
|
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());
|
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])
|
.formats(vec![format])
|
||||||
.tags(tags)
|
.tags(tags)
|
||||||
.preview(format!(
|
.preview(format!(
|
||||||
|
|||||||
Reference in New Issue
Block a user