bugfix
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user