parent
e9626ac74e
commit
d0a02d50f9
|
@ -34,7 +34,7 @@ class Kiryuu : WPMangaReader("Kiryuu", "https://kiryuu.id", "id") {
|
||||||
)
|
)
|
||||||
|
|
||||||
title = document.selectFirst(".thumb img").attr("title")
|
title = document.selectFirst(".thumb img").attr("title")
|
||||||
thumbnail_url = document.select(".thumb img").attr("abs:data-lazy-src")
|
thumbnail_url = document.select(".thumb img").attr("abs:src")
|
||||||
description = document.select(".desc, .entry-content[itemprop=description]").joinToString("\n") { it.text() }
|
description = document.select(".desc, .entry-content[itemprop=description]").joinToString("\n") { it.text() }
|
||||||
|
|
||||||
// add series type(manga/manhwa/manhua/other) thinggy to genre
|
// add series type(manga/manhwa/manhua/other) thinggy to genre
|
||||||
|
|
|
@ -17,7 +17,7 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("AR FlameScans", "https://ar.flamescans.org", "ar", overrideVersionCode = 1),
|
SingleLang("AR FlameScans", "https://ar.flamescans.org", "ar", overrideVersionCode = 1),
|
||||||
SingleLang("iiMANGA", "https://iimanga.com", "ar"),
|
SingleLang("iiMANGA", "https://iimanga.com", "ar"),
|
||||||
SingleLang("Magus Manga", "https://magusmanga.com", "ar"),
|
SingleLang("Magus Manga", "https://magusmanga.com", "ar"),
|
||||||
SingleLang("Kiryuu", "https://kiryuu.id", "id", overrideVersionCode = 2),
|
SingleLang("Kiryuu", "https://kiryuu.id", "id", overrideVersionCode = 3),
|
||||||
SingleLang("KomikMama", "https://komikmama.net", "id"),
|
SingleLang("KomikMama", "https://komikmama.net", "id"),
|
||||||
SingleLang("MangaKita", "https://mangakita.net", "id", overrideVersionCode = 1),
|
SingleLang("MangaKita", "https://mangakita.net", "id", overrideVersionCode = 1),
|
||||||
SingleLang("Gabut Scans", "https://gabutscans.com", "id"),
|
SingleLang("Gabut Scans", "https://gabutscans.com", "id"),
|
||||||
|
|
Loading…
Reference in New Issue