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