Kiryuu: fix thumbnail issue (#10147)
This commit is contained in:
parent
b060c25091
commit
e0c2e07ea1
|
@ -34,7 +34,7 @@ class Kiryuu : WPMangaReader("Kiryuu", "https://kiryuu.id", "id") {
|
|||
)
|
||||
|
||||
title = document.selectFirst(".thumb img").attr("title")
|
||||
thumbnail_url = document.select(".thumb img").attr("abs:src")
|
||||
thumbnail_url = document.select(".thumb img").attr("abs:data-lazy-src")
|
||||
description = document.select(".desc, .entry-content[itemprop=description]").joinToString("\n") { it.text() }
|
||||
|
||||
// add series type(manga/manhwa/manhua/other) thinggy to genre
|
||||
|
|
|
@ -19,7 +19,7 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
|
|||
SingleLang("BeastScans", "https://beastscans.com", "en"),
|
||||
SingleLang("iiMANGA", "https://iimanga.com", "ar"),
|
||||
SingleLang("Magus Manga", "https://magusmanga.com", "ar"),
|
||||
SingleLang("Kiryuu", "https://kiryuu.id", "id", overrideVersionCode = 3),
|
||||
SingleLang("Kiryuu", "https://kiryuu.id", "id", overrideVersionCode = 4),
|
||||
SingleLang("KomikMama", "https://komikmama.net", "id"),
|
||||
SingleLang("MangaKita", "https://mangakita.net", "id", overrideVersionCode = 1),
|
||||
SingleLang("Gabut Scans", "https://gabutscans.com", "id"),
|
||||
|
|
Loading…
Reference in New Issue