Change some Domain (#11091)
Change some URL Change url from: - ManhwaLand.mom - ManhwaDesu
This commit is contained in:
parent
89c380c808
commit
e3449dfb65
@ -2,8 +2,8 @@ ext {
|
||||
extName = 'ManhwaDesu'
|
||||
extClass = '.ManhwaDesu'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://manhwadesu.ws'
|
||||
overrideVersionCode = 7
|
||||
baseUrl = 'https://manhwadesu.io'
|
||||
overrideVersionCode = 8
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@ import java.util.Locale
|
||||
|
||||
class ManhwaDesu : MangaThemesia(
|
||||
"ManhwaDesu",
|
||||
"https://manhwadesu.ws",
|
||||
"https://manhwadesu.io",
|
||||
"id",
|
||||
"/komik",
|
||||
SimpleDateFormat("MMMM dd, yyyy", Locale("id")),
|
||||
|
||||
@ -2,8 +2,8 @@ ext {
|
||||
extName = 'ManhwaLand.mom'
|
||||
extClass = '.ManhwaLandMom'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://www.manhwaland.asia'
|
||||
overrideVersionCode = 8
|
||||
baseUrl = 'https://02.manhwaland.land'
|
||||
overrideVersionCode = 9
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ import java.util.Locale
|
||||
|
||||
class ManhwaLandMom : MangaThemesia(
|
||||
"ManhwaLand.mom",
|
||||
"https://www.manhwaland.asia",
|
||||
"https://02.manhwaland.land",
|
||||
"id",
|
||||
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("id")),
|
||||
) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user