Lumine scans: reverse chapter order (#8852)

* ls: reverse chapter list order

* bump
This commit is contained in:
CVIUS 2021-08-26 19:15:29 +08:00 committed by GitHub
parent deb2ad109f
commit daab662cbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,10 @@
package eu.kanade.tachiyomi.extension.en.luminescans
import eu.kanade.tachiyomi.multisrc.madara.Madara
import eu.kanade.tachiyomi.source.model.SChapter
import okhttp3.Response
class LumineScans : Madara("Lumine Scans", "https://luminescans.xyz/", "en") {
override fun chapterListParse(response: Response): List<SChapter> = super.chapterListParse(response).reversed()
}

View File

@ -145,7 +145,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Lolicon", "https://lolicon.mobi", "en", isNsfw = true, overrideVersionCode = 2),
SingleLang("Lord Manga", "https://lordmanga.com", "en"),
SingleLang("LovableSubs", "https://lovablesubs.com", "tr", overrideVersionCode = 1),
SingleLang("Lumine Scans", "https://luminescans.xyz/", "en"),
SingleLang("Lumine Scans", "https://luminescans.xyz/", "en", overrideVersionCode = 1),
SingleLang("MadaraDex", "https://madaradx.org", "en", isNsfw = true),
SingleLang("MG Komik", "https://mgkomik.com", "id", overrideVersionCode = 2),
SingleLang("MMScans", "https://mm-scans.com/", "en", overrideVersionCode = 1),