Remove a dead Brazilian source from MangaThemesia (#18755)

Remove a dead Brazilian source from MangaThemesia.
This commit is contained in:
Alessandro Jean 2023-10-27 12:03:11 -03:00 committed by GitHub
parent 63277bab65
commit 9c2a65df4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 25 deletions

View File

@ -1,24 +0,0 @@
package eu.kanade.tachiyomi.extension.pt.mundomangakun
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import eu.kanade.tachiyomi.network.interceptor.rateLimit
import okhttp3.OkHttpClient
import java.text.SimpleDateFormat
import java.util.Locale
import java.util.concurrent.TimeUnit
class MundoMangaKun : MangaThemesia(
"Mundo Mangá-Kun",
"https://mundomangakun.com.br",
"pt-BR",
dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("pt", "BR")),
) {
// Changed their theme from a custom one to MangaThemesia.
// The URLs are incompatible between the versions.
override val versionId = 2
override val client: OkHttpClient = super.client.newBuilder()
.rateLimit(1, 2, TimeUnit.SECONDS)
.build()
}

View File

@ -99,7 +99,6 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
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),
SingleLang("Nekomik", "https://nekomik.me", "id", overrideVersionCode = 2),
SingleLang("Ngomik", "https://ngomik.net", "id", overrideVersionCode = 2),
SingleLang("NIGHT SCANS", "https://nightscans.net", "en", isNsfw = true, className = "NightScans", overrideVersionCode = 3),