Add a new source to MangaThemesia (#18424)

Add Mirai Scans source
This commit is contained in:
AhmadGhoni 2023-10-08 08:50:26 +07:00 committed by GitHub
parent 973d3935a8
commit 478c0aa327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 15 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -0,0 +1,14 @@
package eu.kanade.tachiyomi.extension.id.miraiscans
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import eu.kanade.tachiyomi.network.interceptor.rateLimit
import okhttp3.OkHttpClient
class MiraiScans : MangaThemesia("Mirai Scans", "https://miraiscans.com", "id", mangaUrlDirectory = "/komik") {
override val hasProjectPage = true
override val client: OkHttpClient = super.client.newBuilder()
.rateLimit(3)
.build()
}

View File

@ -94,6 +94,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
SingleLang("Mareceh", "https://mareceh.com", "id", isNsfw = true, pkgName = "mangceh", overrideVersionCode = 10),
SingleLang("MELOKOMIK", "https://melokomik.xyz", "id"),
SingleLang("Mihentai", "https://mihentai.com", "all", isNsfw = true, overrideVersionCode = 2),
SingleLang("Mirai Scans", "https://miraiscans.com", "id"),
SingleLang("MirrorDesu", "https://mirrordesu.me", "id", isNsfw = true),
SingleLang("Moon Daisy Scans", "https://moondaisyscans.com", "tr", isNsfw = true),
SingleLang("Mundo Mangá-Kun", "https://mundomangakun.com.br", "pt-BR", className = "MundoMangaKun", isNsfw = true),