mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
Hwago: Domain URL Updated (#5539)
* KomikIndoCo: URL changed * Hwago: URL Changed
This commit is contained in:
parent
90410c44ce
commit
3b5bc1f953
@ -2,8 +2,8 @@ ext {
|
||||
extName = 'Hwago'
|
||||
extClass = '.Hwago'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://hwago.org'
|
||||
overrideVersionCode = 0
|
||||
baseUrl = 'https://hwago.site'
|
||||
overrideVersionCode = 1
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
|
@ -6,7 +6,7 @@ import java.util.Locale
|
||||
|
||||
class Hwago : Madara(
|
||||
"Hwago",
|
||||
"https://hwago.org",
|
||||
"https://hwago.site",
|
||||
"id",
|
||||
dateFormat = SimpleDateFormat("d MMMM yyyy", Locale("en")),
|
||||
) {
|
||||
|
Loading…
Reference in New Issue
Block a user