Change URL PotatoManga (#1369)

This commit is contained in:
mohamedotaku 2024-02-19 04:10:38 +01:00 committed by GitHub
parent 59a91b7f56
commit 82fb8ba8b2
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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 =