parent
fb88e2ce97
commit
7746e2a3fa
|
@ -6,10 +6,12 @@ import java.util.Locale
|
|||
|
||||
class SamuraiScan : Madara(
|
||||
"SamuraiScan",
|
||||
"https://samuraiscan.com",
|
||||
"https://samuraiscan.org",
|
||||
"es",
|
||||
SimpleDateFormat("MMMM d, yyyy", Locale("es")),
|
||||
SimpleDateFormat("d MMMM, yyyy", Locale("es")),
|
||||
) {
|
||||
|
||||
override val mangaSubString = "l"
|
||||
override val useNewChapterEndpoint = true
|
||||
|
||||
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("S2Manga", "https://www.s2manga.com", "en", overrideVersionCode = 2),
|
||||
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("ScamberTraslator", "https://scambertraslator.com", "es", overrideVersionCode = 3),
|
||||
SingleLang("Scan Hentai Menu", "https://scan.hentai.menu", "fr", isNsfw = true, overrideVersionCode = 1),
|
||||
|
|
Loading…
Reference in New Issue