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' extName = 'ARESManga'
extClass = '.ARESManga' extClass = '.ARESManga'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://en-aresmanga.com' baseUrl = 'https://fl-ares.com'
overrideVersionCode = 2 overrideVersionCode = 3
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

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