javtiful thumb fix

This commit is contained in:
Simon
2026-05-08 05:08:54 +00:00
committed by ForgeCode
parent e3d62524be
commit 41353782a5

View File

@@ -353,7 +353,7 @@ impl JavtifulProvider {
let thumb = match thumb_block {
Some(block) => format!("{}{}", self.url,block
.split("src=\"")
.split("data-front-lazy-src=\"")
.nth(1)
.and_then(|s| s.split('"').next())
.unwrap_or("")