From 765a21c110b8c6b2e81b9ae516ccde181776cbc8 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 12 Apr 2026 11:52:06 +0000 Subject: [PATCH] porntrex fix --- src/providers/porntrex.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/providers/porntrex.rs b/src/providers/porntrex.rs index 2d8f2cb..a49e90f 100644 --- a/src/providers/porntrex.rs +++ b/src/providers/porntrex.rs @@ -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)?;