Remove one dead Brazilian source from Madara. (#11995)

This commit is contained in:
Alessandro Jean 2022-05-27 13:52:35 -03:00 committed by GitHub
parent ee952d142b
commit 41142bfc87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 0 additions and 29 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

View File

@ -1,28 +0,0 @@
package eu.kanade.tachiyomi.extension.pt.geassscanlator
import eu.kanade.tachiyomi.lib.ratelimit.RateLimitInterceptor
import eu.kanade.tachiyomi.multisrc.madara.Madara
import okhttp3.OkHttpClient
import java.text.SimpleDateFormat
import java.util.Locale
import java.util.concurrent.TimeUnit
class OkamishiScans : Madara(
"Okamishi Scans",
"https://geassscan.net",
"pt-BR",
SimpleDateFormat("yyyy-MM-dd", Locale("pt", "BR"))
) {
// The scanlator changed their name.
override val id: Long = 1228448816486487111
override val client: OkHttpClient = super.client.newBuilder()
.addInterceptor(RateLimitInterceptor(1, 2, TimeUnit.SECONDS))
.build()
override val useNewChapterEndpoint: Boolean = true
// Tags are full of garbage, so remove them.
override val mangaDetailsSelectorTag: String = ""
}

View File

@ -353,7 +353,6 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("NovelMic", "https://novelmic.com", "en", overrideVersionCode = 1),
SingleLang("Novels Town", "https://novelstown.cyou", "ar"),
SingleLang("Oh No Manga", "https://ohnomanga.com", "en", isNsfw = true),
SingleLang("Okamishi Scans", "https://geassscan.net", "pt-BR", pkgName = "geassscanlator", overrideVersionCode = 5),
SingleLang("Olympus Scanlation", "https://olympusscanlation.com", "es"),
SingleLang("Ow Scan", "https://owscan.com", "pt-BR", overrideVersionCode = 1),
SingleLang("Paean Scans", "https://paeanscans.com", "en", overrideVersionCode = 1),