bugfix
This commit is contained in:
@@ -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:{}",
|
||||||
|
|||||||
Reference in New Issue
Block a user