update Url MangaWT "tr" (#2191)

This commit is contained in:
mohamedotaku 2024-03-31 06:31:20 +00:00 committed by Draff
parent 71fa6bdd37
commit 631272428e
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'MangaWT'
extClass = '.MangaWT'
themePkg = 'madara'
baseUrl = 'https://mangawt.com'
overrideVersionCode = 1
baseUrl = 'https://mangawt.net'
overrideVersionCode = 2
}
apply from: "$rootDir/common.gradle"

View File

@ -4,7 +4,7 @@ import eu.kanade.tachiyomi.multisrc.madara.Madara
class MangaWT : Madara(
"MangaWT",
"https://mangawt.com",
"https://mangawt.net",
"tr",
) {
override val useNewChapterEndpoint = true