mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 02:12:42 +01:00
Change URL PotatoManga (#1369)
This commit is contained in:
parent
59a91b7f56
commit
82fb8ba8b2
@ -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
Block a user