mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
Update Url MangaStarz "ar" (#1993)
This commit is contained in:
parent
00c736e3bf
commit
eb258ebb98
@ -2,8 +2,8 @@ ext {
|
||||
extName = 'Manga Starz'
|
||||
extClass = '.MangaStarz'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://mangastarz.org'
|
||||
overrideVersionCode = 6
|
||||
baseUrl = 'https://manga-starz.com'
|
||||
overrideVersionCode = 7
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
@ -6,7 +6,7 @@ import java.util.Locale
|
||||
|
||||
class MangaStarz : Madara(
|
||||
"Manga Starz",
|
||||
"https://mangastarz.org",
|
||||
"https://manga-starz.com",
|
||||
"ar",
|
||||
dateFormat = SimpleDateFormat("d MMMM، yyyy", Locale("ar")),
|
||||
) {
|
||||
|
Loading…
Reference in New Issue
Block a user