Readd InariManga (#18208)

This commit is contained in:
bapeey 2023-09-30 09:33:14 -05:00 committed by GitHub
parent 5454e0f657
commit 21726a05ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 23 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

View File

@ -0,0 +1,22 @@
package eu.kanade.tachiyomi.extension.es.inarimanga
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import eu.kanade.tachiyomi.network.interceptor.rateLimitHost
import okhttp3.HttpUrl.Companion.toHttpUrl
import java.text.SimpleDateFormat
import java.util.Locale
class InariManga : MangaThemesia(
"InariManga",
"https://inarimanga.com",
"es",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("en")),
) {
// Site moved from Madara to MangaThemesia
override val versionId = 2
override val client = super.client.newBuilder()
.rateLimitHost(baseUrl.toHttpUrl(), 4, 1)
.build()
}

View File

@ -43,6 +43,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
SingleLang("Hanuman Scan", "https://hanumanscan.com", "en"),
SingleLang("Heroxia", "https://heroxia.com", "id", isNsfw = true),
SingleLang("Imagine Scan", "https://imaginescan.com.br", "pt-BR", isNsfw = true, overrideVersionCode = 1),
SingleLang("InariManga", "https://inarimanga.com", "es", overrideVersionCode = 7),
SingleLang("Infernal Void Scans", "https://void-scans.com", "en", overrideVersionCode = 5),
SingleLang("KataKomik", "https://katakomik.online", "id"),
SingleLang("Komik Seru", "https://komikseru.me", "id", isNsfw = true),