bugfix
This commit is contained in:
@@ -207,9 +207,6 @@ impl HentaihavenProvider {
|
||||
.split("class=\"btn-link\">").collect::<Vec<&str>>()[1]
|
||||
.split("<").collect::<Vec<&str>>()[0]
|
||||
.split(" ").collect::<Vec<&str>>()[1] == "Season";
|
||||
.split("href=\"").collect::<Vec<&str>>()[1]
|
||||
.split("\"").collect::<Vec<&str>>()[0]
|
||||
.split("/").collect::<Vec<&str>>()[4]);
|
||||
let mut url_part_list = video_segment.split("chapter font-meta").collect::<Vec<&str>>()[1]
|
||||
.split("href=\"").collect::<Vec<&str>>()[1]
|
||||
.split("\"").collect::<Vec<&str>>()[0]
|
||||
|
||||
Reference in New Issue
Block a user