Add a new source to MangaThemesia (#18471)

Add Otsugami source
This commit is contained in:
AhmadGhoni 2023-10-12 07:02:19 +07:00 committed by GitHub
parent c7f219f0a7
commit 8da1a49fcb
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.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

View File

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

View File

@ -105,6 +105,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
SingleLang("Noromax", "https://noromax.my.id", "id"), SingleLang("Noromax", "https://noromax.my.id", "id"),
SingleLang("OPSCANS", "https://opscans.com", "all"), SingleLang("OPSCANS", "https://opscans.com", "all"),
SingleLang("Origami Orpheans", "https://origami-orpheans.com.br", "pt-BR", overrideVersionCode = 9), SingleLang("Origami Orpheans", "https://origami-orpheans.com.br", "pt-BR", overrideVersionCode = 9),
SingleLang("Otsugami", "https://otsugami.id", "id"),
SingleLang("Ozul Scans", "https://ozulscans.xyz", "ar", overrideVersionCode = 1), SingleLang("Ozul Scans", "https://ozulscans.xyz", "ar", overrideVersionCode = 1),
SingleLang("Phantom Scans", "https://phantomscans.com", "en", overrideVersionCode = 1), SingleLang("Phantom Scans", "https://phantomscans.com", "en", overrideVersionCode = 1),
SingleLang("PhenixScans", "https://phenixscans.fr", "fr", className = "PhenixScans", overrideVersionCode = 1), SingleLang("PhenixScans", "https://phenixscans.fr", "fr", className = "PhenixScans", overrideVersionCode = 1),