bugfixes again
This commit is contained in:
@@ -186,7 +186,7 @@ impl PornhubProvider {
|
||||
continue;
|
||||
}
|
||||
let mut title = video_segment.split("\" title=\"").collect::<Vec<&str>>()[1]
|
||||
.split("")
|
||||
.split("\"")
|
||||
.collect::<Vec<&str>>()[0]
|
||||
.to_string();
|
||||
// html decode
|
||||
@@ -209,7 +209,7 @@ impl PornhubProvider {
|
||||
id,
|
||||
title,
|
||||
url.to_string(),
|
||||
"perverzija".to_string(),
|
||||
"pornhub".to_string(),
|
||||
thumb,
|
||||
duration,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user