imhentai fix thumbnails (#14578)
This commit is contained in:
parent
5e7fab98ec
commit
a4605277d6
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'IMHentai'
|
||||
pkgNameSuffix = 'all.imhentai'
|
||||
extClass = '.IMHentaiFactory'
|
||||
extVersionCode = 8
|
||||
extVersionCode = 9
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@ class IMHentai(override val lang: String, private val imhLang: String) : ParsedH
|
|||
|
||||
override fun popularMangaFromElement(element: Element): SManga {
|
||||
return SManga.create().apply {
|
||||
thumbnail_url = element.select(".inner_thumb img").attr("src")
|
||||
thumbnail_url = element.select(".inner_thumb img").attr("data-src")
|
||||
with(element.select(".caption a")) {
|
||||
url = this.attr("href")
|
||||
title = this.text()
|
||||
|
|
Loading…
Reference in New Issue