Update Neox URL (again). (#5075)

Update Neox URL (again)
This commit is contained in:
Alessandro Jean 2020-12-09 20:17:13 -03:00 committed by GitHub
parent 283e9fb2f8
commit 8b55fd8734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -898,7 +898,7 @@ class MangaDods : Madara("MangaDods", "https://www.mangadods.com", "en", SimpleD
class NeoxScanlator : Madara(
"Neox Scanlator",
"https://neoxscans.com",
"https://neoxscans.net",
"pt-BR",
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR"))
) {
@ -917,7 +917,7 @@ class NeoxScanlator : Madara(
companion object {
private const val USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) " +
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36"
"AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36"
}
}