ManhwaDesu: Update domain URL (#7638)
* ManhwaDesu: Bump versionCode * ManhwaDesu: Update baseURL * ManhwaDesu: Update icons
|
@ -2,8 +2,8 @@ ext {
|
||||||
extName = 'ManhwaDesu'
|
extName = 'ManhwaDesu'
|
||||||
extClass = '.ManhwaDesu'
|
extClass = '.ManhwaDesu'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://manhwadesu.my'
|
baseUrl = 'https://manhwadesu.ws'
|
||||||
overrideVersionCode = 6
|
overrideVersionCode = 7
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 7.7 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 12 KiB |
|
@ -9,7 +9,7 @@ import java.util.Locale
|
||||||
|
|
||||||
class ManhwaDesu : MangaThemesia(
|
class ManhwaDesu : MangaThemesia(
|
||||||
"ManhwaDesu",
|
"ManhwaDesu",
|
||||||
"https://manhwadesu.my",
|
"https://manhwadesu.ws",
|
||||||
"id",
|
"id",
|
||||||
"/komik",
|
"/komik",
|
||||||
SimpleDateFormat("MMMM dd, yyyy", Locale("id")),
|
SimpleDateFormat("MMMM dd, yyyy", Locale("id")),
|
||||||
|
|