This commit is contained in:
Simon
2025-12-25 22:53:27 +00:00
parent 0e347234b3
commit ca67eff142

View File

@@ -204,7 +204,7 @@ impl SxyprnProvider {
title = title[4..].to_string(); title = title[4..].to_string();
} }
// println!("Title: {}", title); // println!("Title: {}", title);
let id = video_url.split("/").collect::<Vec<&str>>()[6].to_string(); let id = video_url.split("/").collect::<Vec<&str>>()[6].split("?").collect::<Vec<&str>>()[0].to_string();
let thumb = format!( let thumb = format!(
"https:{}", "https:{}",