Popsmanga: Change base URL (#6996)
* Popsmanga: Change base URL * Popsmanga: Bump version code to 1
This commit is contained in:
parent
f8bafa79ee
commit
f64996d23c
|
@ -2,8 +2,8 @@ ext {
|
||||||
extName = 'PopsManga'
|
extName = 'PopsManga'
|
||||||
extClass = '.PopsManga'
|
extClass = '.PopsManga'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://www.popsmanga.com'
|
baseUrl = 'https://popsmanga.com'
|
||||||
overrideVersionCode = 0
|
overrideVersionCode = 1
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ import java.util.Locale
|
||||||
|
|
||||||
class PopsManga : MangaThemesia(
|
class PopsManga : MangaThemesia(
|
||||||
"PopsManga",
|
"PopsManga",
|
||||||
"https://www.popsmanga.com",
|
"https://popsmanga.com",
|
||||||
"th",
|
"th",
|
||||||
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("th")),
|
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("th")),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue