Top Manhua: update domain (#2607)
This commit is contained in:
parent
1b456b875a
commit
e3fca411f3
|
@ -2,8 +2,9 @@ ext {
|
|||
extName = 'Top Manhua'
|
||||
extClass = '.TopManhua'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://topmanhua.com'
|
||||
overrideVersionCode = 3
|
||||
baseUrl = 'https://mangatop.org'
|
||||
overrideVersionCode = 4
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -5,7 +5,7 @@ import eu.kanade.tachiyomi.network.interceptor.rateLimit
|
|||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class TopManhua : Madara("Top Manhua", "https://topmanhua.com", "en", SimpleDateFormat("MM/dd/yy", Locale.US)) {
|
||||
class TopManhua : Madara("Top Manhua", "https://mangatop.org", "en", SimpleDateFormat("MM/dd/yy", Locale.US)) {
|
||||
override val client = super.client.newBuilder()
|
||||
.rateLimit(2)
|
||||
.build()
|
||||
|
|
Loading…
Reference in New Issue