id bugfix
This commit is contained in:
@@ -262,7 +262,7 @@ impl MissavProvider {
|
|||||||
.to_string();
|
.to_string();
|
||||||
let duration = raw_duration.parse::<u32>().unwrap_or(0);
|
let duration = raw_duration.parse::<u32>().unwrap_or(0);
|
||||||
|
|
||||||
let id = url_str.split("/").collect::<Vec<&str>>()[4]
|
let id = url_str.split("/").collect::<Vec<&str>>().last().unwrap()
|
||||||
.to_string();
|
.to_string();
|
||||||
let mut tags = vec![];
|
let mut tags = vec![];
|
||||||
if vid.contains("<span>Actress:</span>"){
|
if vid.contains("<span>Actress:</span>"){
|
||||||
|
|||||||
Reference in New Issue
Block a user