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
.split("/")
.collect::<Vec<&str>>()
.last()
.unwrap()
.collect::<Vec<&str>>()[3]
.split("_")
.collect::<Vec<&str>>()[0]
.to_string();