hotfix
This commit is contained in:
@@ -264,7 +264,7 @@ impl PerverzijaProvider {
|
||||
let url = vid[4].split("iframe src="").collect::<Vec<&str>>()[1]
|
||||
.split(""")
|
||||
.collect::<Vec<&str>>()[0]
|
||||
.to_string();
|
||||
.to_string().replace("index.php","xs1.php");
|
||||
let id = url.split("data=").collect::<Vec<&str>>()[1]
|
||||
.split("&")
|
||||
.collect::<Vec<&str>>()[0]
|
||||
@@ -303,10 +303,11 @@ impl PerverzijaProvider {
|
||||
.split("'")
|
||||
.collect::<Vec<&str>>()[0]
|
||||
.to_string();
|
||||
let referer_url = vid[4].split("data-url='").collect::<Vec<&str>>()[1]
|
||||
.split("'")
|
||||
.collect::<Vec<&str>>()[0]
|
||||
.to_string();
|
||||
// let referer_url = vid[4].split("data-url='").collect::<Vec<&str>>()[1]
|
||||
// .split("'")
|
||||
// .collect::<Vec<&str>>()[0]
|
||||
// .to_string();
|
||||
let referer_url = "https://xtremestream.xyz/".to_string();
|
||||
let embed = Video_Embed::new(embed_html, url.clone());
|
||||
let mut tags: Vec<String> = Vec::new(); // Placeholder for tags, adjust as needed
|
||||
for tag in vid[0].split(" ").collect::<Vec<&str>>(){
|
||||
|
||||
Reference in New Issue
Block a user