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'
|
||||
extClass = '.ARESManga'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://en-aresmanga.com'
|
||||
overrideVersionCode = 2
|
||||
baseUrl = 'https://fl-ares.com'
|
||||
overrideVersionCode = 3
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -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")),
|
||||
|
|
Loading…
Reference in New Issue