diff --git a/src/providers/pornhub.rs b/src/providers/pornhub.rs index b3f3ffd..947e342 100644 --- a/src/providers/pornhub.rs +++ b/src/providers/pornhub.rs @@ -186,7 +186,7 @@ impl PornhubProvider { continue; } let mut title = video_segment.split("\" title=\"").collect::>()[1] - .split("") + .split("\"") .collect::>()[0] .to_string(); // html decode @@ -209,7 +209,7 @@ impl PornhubProvider { id, title, url.to_string(), - "perverzija".to_string(), + "pornhub".to_string(), thumb, duration, );