Remove one dead Brazilian source from Madara. (#11995)
This commit is contained in:
parent
ee952d142b
commit
41142bfc87
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 |
|
@ -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 = ""
|
|
||||||
}
|
|
|
@ -353,7 +353,6 @@ class MadaraGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("NovelMic", "https://novelmic.com", "en", overrideVersionCode = 1),
|
SingleLang("NovelMic", "https://novelmic.com", "en", overrideVersionCode = 1),
|
||||||
SingleLang("Novels Town", "https://novelstown.cyou", "ar"),
|
SingleLang("Novels Town", "https://novelstown.cyou", "ar"),
|
||||||
SingleLang("Oh No Manga", "https://ohnomanga.com", "en", isNsfw = true),
|
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("Olympus Scanlation", "https://olympusscanlation.com", "es"),
|
||||||
SingleLang("Ow Scan", "https://owscan.com", "pt-BR", overrideVersionCode = 1),
|
SingleLang("Ow Scan", "https://owscan.com", "pt-BR", overrideVersionCode = 1),
|
||||||
SingleLang("Paean Scans", "https://paeanscans.com", "en", overrideVersionCode = 1),
|
SingleLang("Paean Scans", "https://paeanscans.com", "en", overrideVersionCode = 1),
|
||||||
|
|
Loading…
Reference in New Issue