Update MC to their new URL (#17640)

Update MC to their new URL.
This commit is contained in:
Alessandro Jean 2023-08-23 14:05:55 -03:00 committed by GitHub
parent 9ba4cd8bc3
commit b1aa65cedc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit
class MangasChan : MangaThemesia(
"Mangás Chan",
"https://mangaschan.com",
"https://mangaschan.net",
"pt-BR",
dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("pt", "BR")),
) {
@ -20,7 +20,7 @@ class MangasChan : MangaThemesia(
override val altNamePrefix = "Nomes alternativos: "
override val seriesArtistSelector = ".infotable tr:contains(Artista) td:last-child"
override val seriesAuthorSelector = ".infotable tr:contains(Autor) td:last-child"
override val seriesTypeSelector = ".infotable tr:contains(Tipo) td:last-child"
override val seriesArtistSelector = ".tsinfo .imptdt:contains(Artista) > i"
override val seriesAuthorSelector = ".tsinfo .imptdt:contains(Autor) > i"
override val seriesTypeSelector = ".tsinfo .imptdt:contains(Tipo) > a"
}

View File

@ -75,7 +75,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
SingleLang("Manhwa Lover", "https://manhwalover.com", "en", isNsfw = true, overrideVersionCode = 1),
SingleLang("MangaSwat", "https://swatop.club", "ar", overrideVersionCode = 11),
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("ManhwaDesu", "https://manhwadesu.org", "id", isNsfw = true, overrideVersionCode = 3),
SingleLang("ManhwaIndo", "https://manhwaindo.id", "id", isNsfw = true, overrideVersionCode = 2),