Change URL PotatoManga (#1369)
This commit is contained in:
parent
b7ecf1b801
commit
a03bb1f780
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'PotatoManga'
|
||||
extClass = '.PotatoManga'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://potatomanga.xyz'
|
||||
overrideVersionCode = 1
|
||||
baseUrl = 'https://ar.potatomanga.xyz'
|
||||
overrideVersionCode = 2
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -8,9 +8,9 @@ import java.util.Locale
|
|||
|
||||
class PotatoManga : MangaThemesia(
|
||||
"PotatoManga",
|
||||
"https://potatomanga.xyz",
|
||||
"https://ar.potatomanga.xyz",
|
||||
"ar",
|
||||
mangaUrlDirectory = "/series",
|
||||
mangaUrlDirectory = "/manga",
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("ar")),
|
||||
) {
|
||||
override val seriesArtistSelector =
|
||||
|
|
Loading…
Reference in New Issue