Manga Time: update domain (#2774)
This commit is contained in:
parent
01e2f9db9f
commit
50ef399d3a
|
@ -2,8 +2,9 @@ ext {
|
|||
extName = 'Manga Time'
|
||||
extClass = '.MangaTime'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://anime-time.net'
|
||||
overrideVersionCode = 0
|
||||
baseUrl = 'https://mangatime.us'
|
||||
overrideVersionCode = 1
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -6,9 +6,10 @@ import java.util.Locale
|
|||
|
||||
class MangaTime : Madara(
|
||||
"Manga Time",
|
||||
"https://anime-time.net",
|
||||
"https://mangatime.us",
|
||||
"ar",
|
||||
dateFormat = SimpleDateFormat("dd MMMM، yyyy", Locale("ar")),
|
||||
) {
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
||||
override val useNewChapterEndpoint = true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue