Update Ikuhentai (#15089)
This commit is contained in:
parent
84a1235b5d
commit
b20817f7b5
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'Ikuhentai'
|
||||
pkgNameSuffix = 'es.ikuhentai'
|
||||
extClass = '.Ikuhentai'
|
||||
extVersionCode = 1
|
||||
extVersionCode = 2
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ class Ikuhentai : ParsedHttpSource() {
|
|||
|
||||
override fun searchMangaFromElement(element: Element): SManga {
|
||||
val manga = SManga.create()
|
||||
manga.thumbnail_url = element.select("div.col-4.col-sm-2.col-md-2 > div > a > img").attr("data-src")
|
||||
manga.thumbnail_url = element.select("img").attr("data-src")
|
||||
element.select("div.tab-thumb > a").first().let {
|
||||
manga.setUrlWithoutDomain(it.attr("href"))
|
||||
manga.title = it.attr("title")
|
||||
|
|
Loading…
Reference in New Issue