ManhwaDesu: Update domain URL (#7638)
* ManhwaDesu: Bump versionCode * ManhwaDesu: Update baseURL * ManhwaDesu: Update icons
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'ManhwaDesu'
|
||||
extClass = '.ManhwaDesu'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://manhwadesu.my'
|
||||
overrideVersionCode = 6
|
||||
baseUrl = 'https://manhwadesu.ws'
|
||||
overrideVersionCode = 7
|
||||
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(
|
||||
"ManhwaDesu",
|
||||
"https://manhwadesu.my",
|
||||
"https://manhwadesu.ws",
|
||||
"id",
|
||||
"/komik",
|
||||
SimpleDateFormat("MMMM dd, yyyy", Locale("id")),
|
||||
|
|