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