parent
acafc0d316
commit
5e4fe0ef68
|
@ -13,7 +13,7 @@ import java.util.concurrent.TimeUnit
|
||||||
|
|
||||||
class SinensisScan : Madara(
|
class SinensisScan : Madara(
|
||||||
"Sinensis Scan",
|
"Sinensis Scan",
|
||||||
"https://sinensisscans.com",
|
"https://sinensisscan.net",
|
||||||
"pt-BR",
|
"pt-BR",
|
||||||
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")),
|
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")),
|
||||||
) {
|
) {
|
||||||
|
|
|
@ -440,7 +440,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("Shinigami", "https://shinigami.ae", "id", overrideVersionCode = 2),
|
SingleLang("Shinigami", "https://shinigami.ae", "id", overrideVersionCode = 2),
|
||||||
SingleLang("Shooting Star Scans", "https://shootingstarscans.com", "en"),
|
SingleLang("Shooting Star Scans", "https://shootingstarscans.com", "en"),
|
||||||
SingleLang("ShoujoHearts", "https://shoujohearts.com", "en", overrideVersionCode = 2),
|
SingleLang("ShoujoHearts", "https://shoujohearts.com", "en", overrideVersionCode = 2),
|
||||||
SingleLang("Sinensis Scan", "https://sinensisscans.com", "pt-BR", pkgName = "sinensis", overrideVersionCode = 5),
|
SingleLang("Sinensis Scan", "https://sinensisscan.net", "pt-BR", pkgName = "sinensis", overrideVersionCode = 6),
|
||||||
SingleLang("SISI GELAP", "https://sigel.asia", "id", overrideVersionCode = 4),
|
SingleLang("SISI GELAP", "https://sigel.asia", "id", overrideVersionCode = 4),
|
||||||
SingleLang("Siyahmelek", "https://siyahmelek.net", "tr", isNsfw = true, overrideVersionCode = 3),
|
SingleLang("Siyahmelek", "https://siyahmelek.net", "tr", isNsfw = true, overrideVersionCode = 3),
|
||||||
SingleLang("SkyManga.xyz", "https://skymanga.xyz", "en", isNsfw = true, className = "SkyMangaXyz"),
|
SingleLang("SkyManga.xyz", "https://skymanga.xyz", "en", isNsfw = true, className = "SkyMangaXyz"),
|
||||||
|
|
Loading…
Reference in New Issue