Magus Manga - Change baseurl (#2241)

Fixed magus manga
This commit is contained in:
Barrell Titor 2024-04-03 15:18:53 +03:00 committed by Draff
parent f69e16b3bb
commit c406609d33
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Magus Manga'
extClass = '.MagusManga'
themePkg = 'mangathemesia'
baseUrl = 'https://vofeg.com'
overrideVersionCode = 3
baseUrl = 'https://neroscans.com'
overrideVersionCode = 4
}
apply from: "$rootDir/common.gradle"

View File

@ -8,7 +8,7 @@ import java.util.concurrent.TimeUnit
class MagusManga : MangaThemesia(
"Magus Manga",
"https://vofeg.com",
"https://neroscans.com",
"en",
mangaUrlDirectory = "/series",
dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("en")),