This commit is contained in:
Simon
2025-09-19 18:59:02 +00:00
parent f12f50e787
commit b75a2cc298

View File

@@ -183,9 +183,7 @@ impl ParadisehillProvider {
let id = url_str let id = url_str
.split("/") .split("/")
.collect::<Vec<&str>>() .collect::<Vec<&str>>()[3]
.last()
.unwrap()
.split("_") .split("_")
.collect::<Vec<&str>>()[0] .collect::<Vec<&str>>()[0]
.to_string(); .to_string();