parent
a9e5ea2dd1
commit
69b28f71cb
|
@ -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"))
|
||||
) {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue