Update YF URL to the new one (closes #10564). (#10609)

This commit is contained in:
Alessandro Jean 2022-01-31 09:12:48 -03:00 committed by GitHub
parent d11cfb8114
commit f2f6b00e4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ import java.util.concurrent.TimeUnit
class YANPFansub : WPMangaReader(
"YANP Fansub",
"https://yanpfansub.com",
"https://melhorcasal.com",
"pt-BR",
dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("pt", "BR"))
) {

View File

@ -43,7 +43,7 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
SingleLang("Fusion Scanlation", "https://fusionscanlation.com", "es", className = "FusionScanlation", overrideVersionCode = 2),
SingleLang("Ace Scans", "https://acescans.xyz", "en", isNsfw = true, overrideVersionCode = 1),
SingleLang("Silence Scan", "https://silencescan.com.br", "pt-BR", isNsfw = true, overrideVersionCode = 5),
SingleLang("YANP Fansub", "https://yanpfansub.com", "pt-BR", isNsfw = true),
SingleLang("YANP Fansub", "https://melhorcasal.com", "pt-BR", isNsfw = true, overrideVersionCode = 1),
SingleLang("World Romance Translation", "https://wrt.my.id", "id", overrideVersionCode = 7),
SingleLang("Ozul Scans", "https://ozulscans.com", "ar"),
SingleLang("Tsundoku Traduções", "https://tsundokutraducoes.com.br", "pt-BR", className = "TsundokuTraducoes", overrideVersionCode = 8)