parent
27fe73a444
commit
5866260428
|
@ -3,15 +3,12 @@ package eu.kanade.tachiyomi.extension.pt.gekkouscan
|
|||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
||||
import okhttp3.OkHttpClient
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
import java.util.concurrent.TimeUnit
|
||||
|
||||
class GekkouScans : Madara(
|
||||
"Gekkou Scans",
|
||||
"https://gekkou.com.br",
|
||||
"https://gekkouscans.top",
|
||||
"pt-BR",
|
||||
SimpleDateFormat("dd 'de' MMMMM 'de' YYYY", Locale("pt", "BR")),
|
||||
) {
|
||||
|
||||
// Theme changed from MMRCMS to Madara, again.
|
||||
|
|
|
@ -115,7 +115,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
|||
SingleLang("GalaxyDegenScans", "https://gdscans.com", "en", overrideVersionCode = 4),
|
||||
SingleLang("Gatemanga", "https://gatemanga.com", "ar", overrideVersionCode = 1),
|
||||
SingleLang("Gekkou Hentai", "https://hentai.gekkouscans.com.br", "pt-BR", isNsfw = true),
|
||||
SingleLang("Gekkou Scans", "https://gekkou.com.br", "pt-BR", isNsfw = true, pkgName = "gekkouscan"),
|
||||
SingleLang("Gekkou Scans", "https://gekkouscans.top", "pt-BR", isNsfw = true, pkgName = "gekkouscan"),
|
||||
SingleLang("Ghost Scan", "https://ghostscan.com.br", "pt-BR", isNsfw = true),
|
||||
SingleLang("Girls Love Manga!", "https://glmanga.com", "en", isNsfw = true, className = "GirlsLoveManga"),
|
||||
SingleLang("Glory Manga", "https://glorymanga.com", "tr"),
|
||||
|
|
Loading…
Reference in New Issue