Kiryuu: fix thumbnail issue (#9503)

closes #9502
This commit is contained in:
Riztard Lanthorn 2021-10-18 16:15:01 +07:00 committed by GitHub
parent e9626ac74e
commit d0a02d50f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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