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