mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-25 19:52:56 +01:00
Change URL PotatoManga (#1369)
This commit is contained in:
parent
59a91b7f56
commit
82fb8ba8b2
@ -2,8 +2,8 @@ ext {
|
|||||||
extName = 'PotatoManga'
|
extName = 'PotatoManga'
|
||||||
extClass = '.PotatoManga'
|
extClass = '.PotatoManga'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://potatomanga.xyz'
|
baseUrl = 'https://ar.potatomanga.xyz'
|
||||||
overrideVersionCode = 1
|
overrideVersionCode = 2
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
@ -8,9 +8,9 @@ import java.util.Locale
|
|||||||
|
|
||||||
class PotatoManga : MangaThemesia(
|
class PotatoManga : MangaThemesia(
|
||||||
"PotatoManga",
|
"PotatoManga",
|
||||||
"https://potatomanga.xyz",
|
"https://ar.potatomanga.xyz",
|
||||||
"ar",
|
"ar",
|
||||||
mangaUrlDirectory = "/series",
|
mangaUrlDirectory = "/manga",
|
||||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("ar")),
|
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("ar")),
|
||||||
) {
|
) {
|
||||||
override val seriesArtistSelector =
|
override val seriesArtistSelector =
|
||||||
|
Loading…
Reference in New Issue
Block a user