ManyToon: Change domain (#6983)

change domain
This commit is contained in:
dngonz 2025-01-05 01:37:03 +01:00 committed by Draff
parent 4a1a040b23
commit efc3642c17
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -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
}

View File

@ -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"