Update NeoxScanlator URL (#6109)
* Create NeoxScanlator.kt * Update URL NeoxScanlator in MadaraGenerator
This commit is contained in:
parent
dbb2fe726d
commit
e7dd471c90
|
@ -10,7 +10,7 @@ import java.util.concurrent.TimeUnit
|
||||||
|
|
||||||
class NeoxScanlator : Madara(
|
class NeoxScanlator : Madara(
|
||||||
"Neox Scanlator",
|
"Neox Scanlator",
|
||||||
"https://neoxscans.com",
|
"https://neoxscans.net",
|
||||||
"pt-BR",
|
"pt-BR",
|
||||||
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR"))
|
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR"))
|
||||||
) {
|
) {
|
||||||
|
|
|
@ -168,7 +168,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("NeatManga", "https://neatmanga.com", "en"),
|
SingleLang("NeatManga", "https://neatmanga.com", "en"),
|
||||||
SingleLang("NekoBreaker", "https://nekobreaker.com", "pt-BR"),
|
SingleLang("NekoBreaker", "https://nekobreaker.com", "pt-BR"),
|
||||||
SingleLang("NekoScan", "https://nekoscan.com", "en"),
|
SingleLang("NekoScan", "https://nekoscan.com", "en"),
|
||||||
SingleLang("Neox Scanlator", "https://neoxscans.com", "pt-BR"),
|
SingleLang("Neox Scanlator", "https://neoxscans.net", "pt-BR", overrideVersionCode = 1),
|
||||||
SingleLang("Night Comic", "https://www.nightcomic.com", "en"),
|
SingleLang("Night Comic", "https://www.nightcomic.com", "en"),
|
||||||
SingleLang("Niji Translations", "https://niji-translations.com", "ar"),
|
SingleLang("Niji Translations", "https://niji-translations.com", "ar"),
|
||||||
SingleLang("Ninjavi", "https://ninjavi.com", "ar"),
|
SingleLang("Ninjavi", "https://ninjavi.com", "ar"),
|
||||||
|
|
Loading…
Reference in New Issue