Skip to content

Commit

Permalink
ManyToon: Change domain (#6983)
Browse files Browse the repository at this point in the history
change domain
  • Loading branch information
dngonz authored Jan 5, 2025
1 parent 42da86f commit 971d515
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/en/manytoon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 971d515

Please sign in to comment.