Fix 404 error in MS. (#12142)
This commit is contained in:
parent
b4db1bfd45
commit
6e8bb6e505
|
@ -11,6 +11,7 @@ class ModeScanlator : WPMangaReader(
|
|||
"Mode Scanlator",
|
||||
"https://modescanlator.com",
|
||||
"pt-BR",
|
||||
mangaUrlDirectory = "/projetos",
|
||||
dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("pt", "BR"))
|
||||
) {
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ class WPMangaReaderGenerator : ThemeSourceGenerator {
|
|||
SingleLang("ManhwaIndo", "https://manhwaindo.id", "id", isNsfw = true, overrideVersionCode = 2),
|
||||
SingleLang("Martial Manga", "https://martialmanga.com", "es"),
|
||||
SingleLang("Miau Scan", "https://miauscan.com", "es"),
|
||||
SingleLang("Mode Scanlator", "https://modescanlator.com", "pt-BR", overrideVersionCode = 7),
|
||||
SingleLang("Mode Scanlator", "https://modescanlator.com", "pt-BR", overrideVersionCode = 8),
|
||||
SingleLang("Ngomik", "https://ngomik.net", "id", overrideVersionCode = 1),
|
||||
SingleLang("Origami Orpheans", "https://origami-orpheans.com.br", "pt-BR", overrideVersionCode = 9),
|
||||
SingleLang("Ozul Scans", "https://ozulscans.com", "ar"),
|
||||
|
|
Loading…
Reference in New Issue