perverzija fixed
This commit is contained in:
@@ -512,10 +512,15 @@ impl PerverzijaProvider {
|
||||
}
|
||||
}
|
||||
}
|
||||
let page_url = if id_url.is_empty() {
|
||||
url_str.clone()
|
||||
} else {
|
||||
id_url.clone()
|
||||
};
|
||||
let mut video_item = VideoItem::new(
|
||||
id,
|
||||
title,
|
||||
url_str.clone(),
|
||||
page_url,
|
||||
"perverzija".to_string(),
|
||||
thumb,
|
||||
duration,
|
||||
@@ -622,7 +627,7 @@ impl PerverzijaProvider {
|
||||
let mut video_item = VideoItem::new(
|
||||
id,
|
||||
title,
|
||||
url_str.clone(),
|
||||
lookup_url.clone(),
|
||||
"perverzija".to_string(),
|
||||
thumb,
|
||||
duration,
|
||||
@@ -795,7 +800,7 @@ impl PerverzijaProvider {
|
||||
let mut video_item = VideoItem::new(
|
||||
id,
|
||||
title,
|
||||
url_str.clone(),
|
||||
lookup_url.clone(),
|
||||
"perverzija".to_string(),
|
||||
thumb,
|
||||
duration,
|
||||
|
||||
Reference in New Issue
Block a user