parent
4a1a040b23
commit
efc3642c17
|
@ -2,8 +2,8 @@ ext {
|
||||||
extName = 'ManyToon'
|
extName = 'ManyToon'
|
||||||
extClass = '.ManyToon'
|
extClass = '.ManyToon'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://manytoon.org'
|
baseUrl = 'https://manytoon.com'
|
||||||
overrideVersionCode = 9
|
overrideVersionCode = 10
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ import okhttp3.HttpUrl.Companion.toHttpUrl
|
||||||
import okhttp3.Request
|
import okhttp3.Request
|
||||||
import org.jsoup.nodes.Document
|
import org.jsoup.nodes.Document
|
||||||
|
|
||||||
class ManyToon : Madara("ManyToon", "https://manytoon.org", "en") {
|
class ManyToon : Madara("ManyToon", "https://manytoon.com", "en") {
|
||||||
|
|
||||||
override val mangaSubString = "comic"
|
override val mangaSubString = "comic"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue