porntrex fix
This commit is contained in:
@@ -669,10 +669,10 @@ impl PorntrexProvider {
|
||||
item.tags = Some(tags);
|
||||
}
|
||||
|
||||
let formats = Self::parse_format_urls(html)?;
|
||||
if !formats.is_empty() {
|
||||
item.formats = Some(formats);
|
||||
}
|
||||
// let formats = Self::parse_format_urls(html)?;
|
||||
// if !formats.is_empty() {
|
||||
// item.formats = Some(formats);
|
||||
// }
|
||||
|
||||
if item.aspectRatio.is_none() {
|
||||
item.aspectRatio = Self::parse_aspect_ratio(html)?;
|
||||
|
||||
Reference in New Issue
Block a user