parent
fb88e2ce97
commit
7746e2a3fa
|
@ -6,10 +6,12 @@ import java.util.Locale
|
||||||
|
|
||||||
class SamuraiScan : Madara(
|
class SamuraiScan : Madara(
|
||||||
"SamuraiScan",
|
"SamuraiScan",
|
||||||
"https://samuraiscan.com",
|
"https://samuraiscan.org",
|
||||||
"es",
|
"es",
|
||||||
SimpleDateFormat("MMMM d, yyyy", Locale("es")),
|
SimpleDateFormat("d MMMM, yyyy", Locale("es")),
|
||||||
) {
|
) {
|
||||||
|
|
||||||
|
override val mangaSubString = "l"
|
||||||
override val useNewChapterEndpoint = true
|
override val useNewChapterEndpoint = true
|
||||||
|
|
||||||
override val mangaDetailsSelectorDescription = "div.summary_content div.manga-summary"
|
override val mangaDetailsSelectorDescription = "div.summary_content div.manga-summary"
|
||||||
|
|
|
@ -398,7 +398,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("Rüya Manga", "https://www.ruyamanga.com", "tr", className = "RuyaManga", overrideVersionCode = 1),
|
SingleLang("Rüya Manga", "https://www.ruyamanga.com", "tr", className = "RuyaManga", overrideVersionCode = 1),
|
||||||
SingleLang("S2Manga", "https://www.s2manga.com", "en", overrideVersionCode = 2),
|
SingleLang("S2Manga", "https://www.s2manga.com", "en", overrideVersionCode = 2),
|
||||||
SingleLang("Sagrado Império da Britannia", "https://imperiodabritannia.com", "pt-BR", className = "ImperioDaBritannia"),
|
SingleLang("Sagrado Império da Britannia", "https://imperiodabritannia.com", "pt-BR", className = "ImperioDaBritannia"),
|
||||||
SingleLang("SamuraiScan", "https://samuraiscan.com", "es", overrideVersionCode = 3),
|
SingleLang("SamuraiScan", "https://samuraiscan.org", "es", overrideVersionCode = 4),
|
||||||
SingleLang("Sawamics", "https://sawamics.com", "en"),
|
SingleLang("Sawamics", "https://sawamics.com", "en"),
|
||||||
SingleLang("ScamberTraslator", "https://scambertraslator.com", "es", overrideVersionCode = 3),
|
SingleLang("ScamberTraslator", "https://scambertraslator.com", "es", overrideVersionCode = 3),
|
||||||
SingleLang("Scan Hentai Menu", "https://scan.hentai.menu", "fr", isNsfw = true, overrideVersionCode = 1),
|
SingleLang("Scan Hentai Menu", "https://scan.hentai.menu", "fr", isNsfw = true, overrideVersionCode = 1),
|
||||||
|
|
Loading…
Reference in New Issue