parent
4a1a040b23
commit
efc3642c17
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'ManyToon'
|
||||
extClass = '.ManyToon'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://manytoon.org'
|
||||
overrideVersionCode = 9
|
||||
baseUrl = 'https://manytoon.com'
|
||||
overrideVersionCode = 10
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ import okhttp3.HttpUrl.Companion.toHttpUrl
|
|||
import okhttp3.Request
|
||||
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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue