javtiful thumb fix
This commit is contained in:
@@ -353,7 +353,7 @@ impl JavtifulProvider {
|
|||||||
|
|
||||||
let thumb = match thumb_block {
|
let thumb = match thumb_block {
|
||||||
Some(block) => format!("{}{}", self.url,block
|
Some(block) => format!("{}{}", self.url,block
|
||||||
.split("src=\"")
|
.split("data-front-lazy-src=\"")
|
||||||
.nth(1)
|
.nth(1)
|
||||||
.and_then(|s| s.split('"').next())
|
.and_then(|s| s.split('"').next())
|
||||||
.unwrap_or("")
|
.unwrap_or("")
|
||||||
|
|||||||
Reference in New Issue
Block a user