Update Ikuhentai (#15089)

This commit is contained in:
BatMan 2023-01-25 15:45:44 -03:00 committed by GitHub
parent 84a1235b5d
commit b20817f7b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Ikuhentai'
pkgNameSuffix = 'es.ikuhentai'
extClass = '.Ikuhentai'
extVersionCode = 1
extVersionCode = 2
isNsfw = true
}

View File

@ -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")