parent
9ba4cd8bc3
commit
b1aa65cedc
|
@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit
|
||||||
|
|
||||||
class MangasChan : MangaThemesia(
|
class MangasChan : MangaThemesia(
|
||||||
"Mangás Chan",
|
"Mangás Chan",
|
||||||
"https://mangaschan.com",
|
"https://mangaschan.net",
|
||||||
"pt-BR",
|
"pt-BR",
|
||||||
dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("pt", "BR")),
|
dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("pt", "BR")),
|
||||||
) {
|
) {
|
||||||
|
@ -20,7 +20,7 @@ class MangasChan : MangaThemesia(
|
||||||
|
|
||||||
override val altNamePrefix = "Nomes alternativos: "
|
override val altNamePrefix = "Nomes alternativos: "
|
||||||
|
|
||||||
override val seriesArtistSelector = ".infotable tr:contains(Artista) td:last-child"
|
override val seriesArtistSelector = ".tsinfo .imptdt:contains(Artista) > i"
|
||||||
override val seriesAuthorSelector = ".infotable tr:contains(Autor) td:last-child"
|
override val seriesAuthorSelector = ".tsinfo .imptdt:contains(Autor) > i"
|
||||||
override val seriesTypeSelector = ".infotable tr:contains(Tipo) td:last-child"
|
override val seriesTypeSelector = ".tsinfo .imptdt:contains(Tipo) > a"
|
||||||
}
|
}
|
||||||
|
|
|
@ -75,7 +75,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("Manhwa Lover", "https://manhwalover.com", "en", isNsfw = true, overrideVersionCode = 1),
|
SingleLang("Manhwa Lover", "https://manhwalover.com", "en", isNsfw = true, overrideVersionCode = 1),
|
||||||
SingleLang("MangaSwat", "https://swatop.club", "ar", overrideVersionCode = 11),
|
SingleLang("MangaSwat", "https://swatop.club", "ar", overrideVersionCode = 11),
|
||||||
SingleLang("MangKomik", "https://mangkomik.net", "id", overrideVersionCode = 1),
|
SingleLang("MangKomik", "https://mangkomik.net", "id", overrideVersionCode = 1),
|
||||||
SingleLang("Mangás Chan", "https://mangaschan.com", "pt-BR", className = "MangasChan"),
|
SingleLang("Mangás Chan", "https://mangaschan.net", "pt-BR", className = "MangasChan", overrideVersionCode = 1),
|
||||||
SingleLang("Manhwa Freak", "https://manhwafreak.com", "en", overrideVersionCode = 1),
|
SingleLang("Manhwa Freak", "https://manhwafreak.com", "en", overrideVersionCode = 1),
|
||||||
SingleLang("ManhwaDesu", "https://manhwadesu.org", "id", isNsfw = true, overrideVersionCode = 3),
|
SingleLang("ManhwaDesu", "https://manhwadesu.org", "id", isNsfw = true, overrideVersionCode = 3),
|
||||||
SingleLang("ManhwaIndo", "https://manhwaindo.id", "id", isNsfw = true, overrideVersionCode = 2),
|
SingleLang("ManhwaIndo", "https://manhwaindo.id", "id", isNsfw = true, overrideVersionCode = 2),
|
||||||
|
|
Loading…
Reference in New Issue