Change Url AresManga "ar" (#1483)

* Change Url AresManga "ar"

* Remove trailing slash from baseUrl

Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>

---------

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>
Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
This commit is contained in:
mohamedotaku 2024-02-22 19:38:28 +01:00 committed by Draff
parent 2ec509f3d4
commit 94762d7d0d
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'ARESManga'
extClass = '.ARESManga'
themePkg = 'mangathemesia'
baseUrl = 'https://en-aresmanga.com'
overrideVersionCode = 2
baseUrl = 'https://fl-ares.com'
overrideVersionCode = 3
}
apply from: "$rootDir/common.gradle"

View File

@ -12,7 +12,7 @@ import java.util.Locale
class ARESManga : MangaThemesia(
"ARESManga",
"https://en-aresmanga.com",
"https://fl-ares.com",
"ar",
mangaUrlDirectory = "/series",
dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("ar")),