porntrex fix

This commit is contained in:
Simon
2026-04-12 11:52:06 +00:00
parent 8846005995
commit 765a21c110

View File

@@ -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)?;