Update TT to their new URL (closes #10633). (#10650)

This commit is contained in:
Alessandro Jean 2022-02-02 07:55:49 -03:00 committed by GitHub
parent a9e5ea2dd1
commit 69b28f71cb
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 TsundokuTraducoes : WPMangaReader(
"Tsundoku Traduções",
"https://tsundokutraducoes.com.br",
"https://tsundoku.com.br",
"pt-BR",
dateFormat = SimpleDateFormat("MMMMM d, yyyy", Locale("pt", "BR"))
) {

View File

@ -46,7 +46,7 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
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)
SingleLang("Tsundoku Traduções", "https://tsundoku.com.br", "pt-BR", className = "TsundokuTraducoes", overrideVersionCode = 9)
)
companion object {