Update Neox URL (again x2). (#5252)

This commit is contained in:
Alessandro Jean 2020-12-24 19:51:45 -03:00 committed by GitHub
parent b8ef369928
commit 63b2641375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Madara (multiple sources)'
pkgNameSuffix = "all.madara"
extClass = '.MadaraFactory'
extVersionCode = 161
extVersionCode = 162
libVersion = '1.2'
containsNsfw = true
}

View File

@ -936,7 +936,7 @@ class MangaDods : Madara("MangaDods", "https://www.mangadods.com", "en", SimpleD
class NeoxScanlator : Madara(
"Neox Scanlator",
"https://neoxscans.net",
"https://neoxscans.com",
"pt-BR",
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR"))
) {