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:
parent
2ec509f3d4
commit
94762d7d0d
|
@ -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"
|
||||||
|
|
|
@ -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")),
|
||||||
|
|
Loading…
Reference in New Issue