javtiful thumb fix
This commit is contained in:
@@ -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("")
|
||||
|
||||
Reference in New Issue
Block a user